@pulumi/datadog 4.62.0-alpha.1768594023 → 4.62.0-alpha.1768603471
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/csmThreatsAgentRule.d.ts +12 -0
- package/csmThreatsAgentRule.js +2 -0
- package/csmThreatsAgentRule.js.map +1 -1
- package/deploymentGate.d.ts +160 -0
- package/deploymentGate.js +113 -0
- package/deploymentGate.js.map +1 -0
- package/index.d.ts +3 -0
- package/index.js +10 -5
- package/index.js.map +1 -1
- package/logsIndex.d.ts +2 -0
- package/logsIndex.js +2 -0
- package/logsIndex.js.map +1 -1
- package/observabilityPipeline.d.ts +6 -6
- package/observabilityPipeline.js +6 -6
- package/package.json +2 -2
- package/types/input.d.ts +500 -719
- package/types/output.d.ts +527 -719
package/types/output.d.ts
CHANGED
|
@@ -413,6 +413,10 @@ export interface CsmThreatsAgentRuleAction {
|
|
|
413
413
|
set?: outputs.CsmThreatsAgentRuleActionSet;
|
|
414
414
|
}
|
|
415
415
|
export interface CsmThreatsAgentRuleActionHash {
|
|
416
|
+
/**
|
|
417
|
+
* The field to hash
|
|
418
|
+
*/
|
|
419
|
+
field?: string;
|
|
416
420
|
}
|
|
417
421
|
export interface CsmThreatsAgentRuleActionSet {
|
|
418
422
|
/**
|
|
@@ -438,7 +442,7 @@ export interface CsmThreatsAgentRuleActionSet {
|
|
|
438
442
|
/**
|
|
439
443
|
* The name of the set action
|
|
440
444
|
*/
|
|
441
|
-
name
|
|
445
|
+
name?: string;
|
|
442
446
|
/**
|
|
443
447
|
* The scope of the set action (process, container, cgroup, or empty)
|
|
444
448
|
*/
|
|
@@ -1391,6 +1395,10 @@ export interface DashboardWidgetChangeDefinitionRequestQueryMetricQuery {
|
|
|
1391
1395
|
* The metrics query definition.
|
|
1392
1396
|
*/
|
|
1393
1397
|
query: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
1400
|
+
*/
|
|
1401
|
+
semanticMode?: string;
|
|
1394
1402
|
}
|
|
1395
1403
|
export interface DashboardWidgetChangeDefinitionRequestQueryProcessQuery {
|
|
1396
1404
|
/**
|
|
@@ -2200,6 +2208,10 @@ export interface DashboardWidgetGeomapDefinitionRequestQueryMetricQuery {
|
|
|
2200
2208
|
* The metrics query definition.
|
|
2201
2209
|
*/
|
|
2202
2210
|
query: string;
|
|
2211
|
+
/**
|
|
2212
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
2213
|
+
*/
|
|
2214
|
+
semanticMode?: string;
|
|
2203
2215
|
}
|
|
2204
2216
|
export interface DashboardWidgetGeomapDefinitionRequestQueryProcessQuery {
|
|
2205
2217
|
/**
|
|
@@ -2970,6 +2982,10 @@ export interface DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery {
|
|
|
2970
2982
|
* The metrics query definition.
|
|
2971
2983
|
*/
|
|
2972
2984
|
query: string;
|
|
2985
|
+
/**
|
|
2986
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
2987
|
+
*/
|
|
2988
|
+
semanticMode?: string;
|
|
2973
2989
|
}
|
|
2974
2990
|
export interface DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery {
|
|
2975
2991
|
/**
|
|
@@ -4263,6 +4279,10 @@ export interface DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery {
|
|
|
4263
4279
|
* The metrics query definition.
|
|
4264
4280
|
*/
|
|
4265
4281
|
query: string;
|
|
4282
|
+
/**
|
|
4283
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
4284
|
+
*/
|
|
4285
|
+
semanticMode?: string;
|
|
4266
4286
|
}
|
|
4267
4287
|
export interface DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery {
|
|
4268
4288
|
/**
|
|
@@ -5001,6 +5021,10 @@ export interface DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery {
|
|
|
5001
5021
|
* The metrics query definition.
|
|
5002
5022
|
*/
|
|
5003
5023
|
query: string;
|
|
5024
|
+
/**
|
|
5025
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
5026
|
+
*/
|
|
5027
|
+
semanticMode?: string;
|
|
5004
5028
|
}
|
|
5005
5029
|
export interface DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery {
|
|
5006
5030
|
/**
|
|
@@ -5581,6 +5605,10 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
5581
5605
|
* The metrics query definition.
|
|
5582
5606
|
*/
|
|
5583
5607
|
query: string;
|
|
5608
|
+
/**
|
|
5609
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
5610
|
+
*/
|
|
5611
|
+
semanticMode?: string;
|
|
5584
5612
|
}
|
|
5585
5613
|
export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery {
|
|
5586
5614
|
/**
|
|
@@ -6793,6 +6821,10 @@ export interface DashboardWidgetSunburstDefinitionRequestQueryMetricQuery {
|
|
|
6793
6821
|
* The metrics query definition.
|
|
6794
6822
|
*/
|
|
6795
6823
|
query: string;
|
|
6824
|
+
/**
|
|
6825
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
6826
|
+
*/
|
|
6827
|
+
semanticMode?: string;
|
|
6796
6828
|
}
|
|
6797
6829
|
export interface DashboardWidgetSunburstDefinitionRequestQueryProcessQuery {
|
|
6798
6830
|
/**
|
|
@@ -7583,6 +7615,10 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery {
|
|
|
7583
7615
|
* The metrics query definition.
|
|
7584
7616
|
*/
|
|
7585
7617
|
query: string;
|
|
7618
|
+
/**
|
|
7619
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
7620
|
+
*/
|
|
7621
|
+
semanticMode?: string;
|
|
7586
7622
|
}
|
|
7587
7623
|
export interface DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery {
|
|
7588
7624
|
/**
|
|
@@ -8311,6 +8347,10 @@ export interface DashboardWidgetToplistDefinitionRequestQueryMetricQuery {
|
|
|
8311
8347
|
* The metrics query definition.
|
|
8312
8348
|
*/
|
|
8313
8349
|
query: string;
|
|
8350
|
+
/**
|
|
8351
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
8352
|
+
*/
|
|
8353
|
+
semanticMode?: string;
|
|
8314
8354
|
}
|
|
8315
8355
|
export interface DashboardWidgetToplistDefinitionRequestQueryProcessQuery {
|
|
8316
8356
|
/**
|
|
@@ -8947,6 +8987,10 @@ export interface DashboardWidgetTreemapDefinitionRequestQueryMetricQuery {
|
|
|
8947
8987
|
* The metrics query definition.
|
|
8948
8988
|
*/
|
|
8949
8989
|
query: string;
|
|
8990
|
+
/**
|
|
8991
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
8992
|
+
*/
|
|
8993
|
+
semanticMode?: string;
|
|
8950
8994
|
}
|
|
8951
8995
|
export interface DashboardWidgetTreemapDefinitionRequestQueryProcessQuery {
|
|
8952
8996
|
/**
|
|
@@ -9056,6 +9100,42 @@ export interface DatasetProductFilter {
|
|
|
9056
9100
|
*/
|
|
9057
9101
|
product: string;
|
|
9058
9102
|
}
|
|
9103
|
+
export interface DeploymentGateRule {
|
|
9104
|
+
/**
|
|
9105
|
+
* Whether the rule is in dry run mode.
|
|
9106
|
+
*/
|
|
9107
|
+
dryRun: boolean;
|
|
9108
|
+
/**
|
|
9109
|
+
* The rule ID.
|
|
9110
|
+
*/
|
|
9111
|
+
id: string;
|
|
9112
|
+
/**
|
|
9113
|
+
* The rule name. Must be unique within the deployment gate.
|
|
9114
|
+
*/
|
|
9115
|
+
name: string;
|
|
9116
|
+
/**
|
|
9117
|
+
* Options for the deployment rule.
|
|
9118
|
+
*/
|
|
9119
|
+
options?: outputs.DeploymentGateRuleOptions;
|
|
9120
|
+
/**
|
|
9121
|
+
* The rule type (e.g., 'faulty*deployment*detection', 'monitor').
|
|
9122
|
+
*/
|
|
9123
|
+
type: string;
|
|
9124
|
+
}
|
|
9125
|
+
export interface DeploymentGateRuleOptions {
|
|
9126
|
+
/**
|
|
9127
|
+
* The duration for the rule.
|
|
9128
|
+
*/
|
|
9129
|
+
duration?: number;
|
|
9130
|
+
/**
|
|
9131
|
+
* Resources to exclude from faulty deployment detection.
|
|
9132
|
+
*/
|
|
9133
|
+
excludedResources?: string[];
|
|
9134
|
+
/**
|
|
9135
|
+
* The query for monitor rules.
|
|
9136
|
+
*/
|
|
9137
|
+
query?: string;
|
|
9138
|
+
}
|
|
9059
9139
|
export interface DowntimeRecurrence {
|
|
9060
9140
|
/**
|
|
9061
9141
|
* How often to repeat as an integer. For example to repeat every 3 days, select a `type` of `days` and a `period` of `3`.
|
|
@@ -9311,6 +9391,7 @@ export interface GetCsmThreatsAgentRulesAgentRuleAction {
|
|
|
9311
9391
|
set: outputs.GetCsmThreatsAgentRulesAgentRuleActionSet;
|
|
9312
9392
|
}
|
|
9313
9393
|
export interface GetCsmThreatsAgentRulesAgentRuleActionHash {
|
|
9394
|
+
field: string;
|
|
9314
9395
|
}
|
|
9315
9396
|
export interface GetCsmThreatsAgentRulesAgentRuleActionSet {
|
|
9316
9397
|
append: boolean;
|
|
@@ -10012,6 +10093,10 @@ export interface GetSecurityMonitoringRulesRuleFilter {
|
|
|
10012
10093
|
query: string;
|
|
10013
10094
|
}
|
|
10014
10095
|
export interface GetSecurityMonitoringRulesRuleOptions {
|
|
10096
|
+
/**
|
|
10097
|
+
* Options for rules using the anomaly detection method.
|
|
10098
|
+
*/
|
|
10099
|
+
anomalyDetectionOptions?: outputs.GetSecurityMonitoringRulesRuleOptionsAnomalyDetectionOptions;
|
|
10015
10100
|
/**
|
|
10016
10101
|
* If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise. The decrement is applied when the environment tag of the signal starts with `staging`, `test`, or `dev`. Only available when the rule type is `logDetection`.
|
|
10017
10102
|
*/
|
|
@@ -10049,6 +10134,24 @@ export interface GetSecurityMonitoringRulesRuleOptions {
|
|
|
10049
10134
|
*/
|
|
10050
10135
|
thirdPartyRuleOptions?: outputs.GetSecurityMonitoringRulesRuleOptionsThirdPartyRuleOptions;
|
|
10051
10136
|
}
|
|
10137
|
+
export interface GetSecurityMonitoringRulesRuleOptionsAnomalyDetectionOptions {
|
|
10138
|
+
/**
|
|
10139
|
+
* Duration in seconds of the time buckets used to aggregate events matched by the rule. Valid values are 300, 600, 900, 1800, 3600, 10800.
|
|
10140
|
+
*/
|
|
10141
|
+
bucketDuration?: number;
|
|
10142
|
+
/**
|
|
10143
|
+
* An optional parameter that sets how permissive anomaly detection is. Higher values require higher deviations before triggering a signal. Valid values are 1, 2, 3, 4, 5.
|
|
10144
|
+
*/
|
|
10145
|
+
detectionTolerance?: number;
|
|
10146
|
+
/**
|
|
10147
|
+
* Learning duration in hours. Anomaly detection waits for at least this amount of historical data before it starts evaluating. Valid values are 1, 6, 12, 24, 48, 168, 336.
|
|
10148
|
+
*/
|
|
10149
|
+
learningDuration?: number;
|
|
10150
|
+
/**
|
|
10151
|
+
* An optional override baseline to apply while the rule is in the learning period. Must be greater than or equal to 0.
|
|
10152
|
+
*/
|
|
10153
|
+
learningPeriodBaseline?: number;
|
|
10154
|
+
}
|
|
10052
10155
|
export interface GetSecurityMonitoringRulesRuleOptionsImpossibleTravelOptions {
|
|
10053
10156
|
/**
|
|
10054
10157
|
* If true, signals are suppressed for the first 24 hours. During that time, Datadog learns the user's regular access locations. This can be helpful to reduce noise and infer VPN usage or credentialed API access.
|
|
@@ -10060,6 +10163,10 @@ export interface GetSecurityMonitoringRulesRuleOptionsNewValueOptions {
|
|
|
10060
10163
|
* The duration in days after which a learned value is forgotten.
|
|
10061
10164
|
*/
|
|
10062
10165
|
forgetAfter: number;
|
|
10166
|
+
/**
|
|
10167
|
+
* When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time.
|
|
10168
|
+
*/
|
|
10169
|
+
instantaneousBaseline?: boolean;
|
|
10063
10170
|
/**
|
|
10064
10171
|
* The duration in days during which values are learned, and after which signals will be generated for values that weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned.
|
|
10065
10172
|
*/
|
|
@@ -12311,110 +12418,110 @@ export interface ObservabilityPipelineConfig {
|
|
|
12311
12418
|
/**
|
|
12312
12419
|
* List of destinations.
|
|
12313
12420
|
*/
|
|
12314
|
-
destinations?: outputs.
|
|
12421
|
+
destinations?: outputs.ObservabilityPipelineConfigDestination[];
|
|
12315
12422
|
/**
|
|
12316
|
-
*
|
|
12423
|
+
* A processor group containing common configuration and nested processors.
|
|
12317
12424
|
*/
|
|
12318
|
-
|
|
12425
|
+
processorGroups?: outputs.ObservabilityPipelineConfigProcessorGroup[];
|
|
12319
12426
|
/**
|
|
12320
12427
|
* List of sources.
|
|
12321
12428
|
*/
|
|
12322
|
-
sources?: outputs.
|
|
12429
|
+
sources?: outputs.ObservabilityPipelineConfigSource[];
|
|
12323
12430
|
}
|
|
12324
|
-
export interface
|
|
12431
|
+
export interface ObservabilityPipelineConfigDestination {
|
|
12325
12432
|
/**
|
|
12326
12433
|
* The `amazonOpensearch` destination writes logs to Amazon OpenSearch.
|
|
12327
12434
|
*/
|
|
12328
|
-
amazonOpensearches?: outputs.
|
|
12435
|
+
amazonOpensearches?: outputs.ObservabilityPipelineConfigDestinationAmazonOpensearch[];
|
|
12329
12436
|
/**
|
|
12330
12437
|
* The `amazonS3` destination sends your logs in Datadog-rehydratable format to an Amazon S3 bucket for archiving.
|
|
12331
12438
|
*/
|
|
12332
|
-
amazonS3s?: outputs.
|
|
12439
|
+
amazonS3s?: outputs.ObservabilityPipelineConfigDestinationAmazonS3[];
|
|
12333
12440
|
/**
|
|
12334
12441
|
* The `amazonSecurityLake` destination sends your logs to Amazon Security Lake.
|
|
12335
12442
|
*/
|
|
12336
|
-
amazonSecurityLakes?: outputs.
|
|
12443
|
+
amazonSecurityLakes?: outputs.ObservabilityPipelineConfigDestinationAmazonSecurityLake[];
|
|
12337
12444
|
/**
|
|
12338
12445
|
* The `azureStorage` destination forwards logs to an Azure Blob Storage container.
|
|
12339
12446
|
*/
|
|
12340
|
-
azureStorages?: outputs.
|
|
12447
|
+
azureStorages?: outputs.ObservabilityPipelineConfigDestinationAzureStorage[];
|
|
12341
12448
|
/**
|
|
12342
12449
|
* The `crowdstrikeNextGenSiem` destination forwards logs to CrowdStrike Next Gen SIEM.
|
|
12343
12450
|
*/
|
|
12344
|
-
crowdstrikeNextGenSiems?: outputs.
|
|
12451
|
+
crowdstrikeNextGenSiems?: outputs.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem[];
|
|
12345
12452
|
/**
|
|
12346
12453
|
* The `datadogLogs` destination forwards logs to Datadog Log Management.
|
|
12347
12454
|
*/
|
|
12348
|
-
datadogLogs?: outputs.
|
|
12455
|
+
datadogLogs?: outputs.ObservabilityPipelineConfigDestinationDatadogLog[];
|
|
12349
12456
|
/**
|
|
12350
12457
|
* The `elasticsearch` destination writes logs to an Elasticsearch cluster.
|
|
12351
12458
|
*/
|
|
12352
|
-
elasticsearches?: outputs.
|
|
12459
|
+
elasticsearches?: outputs.ObservabilityPipelineConfigDestinationElasticsearch[];
|
|
12353
12460
|
/**
|
|
12354
12461
|
* The `googleChronicle` destination sends logs to Google Chronicle.
|
|
12355
12462
|
*/
|
|
12356
|
-
googleChronicles?: outputs.
|
|
12463
|
+
googleChronicles?: outputs.ObservabilityPipelineConfigDestinationGoogleChronicle[];
|
|
12357
12464
|
/**
|
|
12358
12465
|
* The `googleCloudStorage` destination stores logs in a Google Cloud Storage (GCS) bucket.
|
|
12359
12466
|
*/
|
|
12360
|
-
googleCloudStorages?: outputs.
|
|
12467
|
+
googleCloudStorages?: outputs.ObservabilityPipelineConfigDestinationGoogleCloudStorage[];
|
|
12361
12468
|
/**
|
|
12362
12469
|
* The `googlePubsub` destination publishes logs to a Google Cloud Pub/Sub topic.
|
|
12363
12470
|
*/
|
|
12364
|
-
googlePubsubs?: outputs.
|
|
12471
|
+
googlePubsubs?: outputs.ObservabilityPipelineConfigDestinationGooglePubsub[];
|
|
12472
|
+
/**
|
|
12473
|
+
* The unique identifier for this destination.
|
|
12474
|
+
*/
|
|
12475
|
+
id: string;
|
|
12476
|
+
/**
|
|
12477
|
+
* A list of component IDs whose output is used as the `input` for this component.
|
|
12478
|
+
*/
|
|
12479
|
+
inputs: string[];
|
|
12365
12480
|
/**
|
|
12366
12481
|
* The `microsoftSentinel` destination forwards logs to Microsoft Sentinel.
|
|
12367
12482
|
*/
|
|
12368
|
-
microsoftSentinels?: outputs.
|
|
12483
|
+
microsoftSentinels?: outputs.ObservabilityPipelineConfigDestinationMicrosoftSentinel[];
|
|
12369
12484
|
/**
|
|
12370
12485
|
* The `newRelic` destination sends logs to the New Relic platform.
|
|
12371
12486
|
*/
|
|
12372
|
-
newRelics?: outputs.
|
|
12487
|
+
newRelics?: outputs.ObservabilityPipelineConfigDestinationNewRelic[];
|
|
12373
12488
|
/**
|
|
12374
12489
|
* The `opensearch` destination writes logs to an OpenSearch cluster.
|
|
12375
12490
|
*/
|
|
12376
|
-
opensearches?: outputs.
|
|
12491
|
+
opensearches?: outputs.ObservabilityPipelineConfigDestinationOpensearch[];
|
|
12377
12492
|
/**
|
|
12378
12493
|
* The `rsyslog` destination forwards logs to an external `rsyslog` server over TCP or UDP using the syslog protocol.
|
|
12379
12494
|
*/
|
|
12380
|
-
rsyslogs?: outputs.
|
|
12495
|
+
rsyslogs?: outputs.ObservabilityPipelineConfigDestinationRsyslog[];
|
|
12381
12496
|
/**
|
|
12382
12497
|
* The `sentinelOne` destination sends logs to SentinelOne.
|
|
12383
12498
|
*/
|
|
12384
|
-
sentinelOnes?: outputs.
|
|
12499
|
+
sentinelOnes?: outputs.ObservabilityPipelineConfigDestinationSentinelOne[];
|
|
12385
12500
|
/**
|
|
12386
12501
|
* The `socket` destination sends logs over TCP or UDP to a remote server.
|
|
12387
12502
|
*/
|
|
12388
|
-
sockets?: outputs.
|
|
12503
|
+
sockets?: outputs.ObservabilityPipelineConfigDestinationSocket[];
|
|
12389
12504
|
/**
|
|
12390
12505
|
* The `splunkHec` destination forwards logs to Splunk using the HTTP Event Collector (HEC).
|
|
12391
12506
|
*/
|
|
12392
|
-
splunkHecs?: outputs.
|
|
12507
|
+
splunkHecs?: outputs.ObservabilityPipelineConfigDestinationSplunkHec[];
|
|
12393
12508
|
/**
|
|
12394
12509
|
* The `sumoLogic` destination forwards logs to Sumo Logic.
|
|
12395
12510
|
*/
|
|
12396
|
-
sumoLogics?: outputs.
|
|
12511
|
+
sumoLogics?: outputs.ObservabilityPipelineConfigDestinationSumoLogic[];
|
|
12397
12512
|
/**
|
|
12398
12513
|
* The `syslogNg` destination forwards logs to an external `syslog-ng` server over TCP or UDP using the syslog protocol.
|
|
12399
12514
|
*/
|
|
12400
|
-
syslogNgs?: outputs.
|
|
12515
|
+
syslogNgs?: outputs.ObservabilityPipelineConfigDestinationSyslogNg[];
|
|
12401
12516
|
}
|
|
12402
|
-
export interface
|
|
12403
|
-
auth?: outputs.
|
|
12517
|
+
export interface ObservabilityPipelineConfigDestinationAmazonOpensearch {
|
|
12518
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth;
|
|
12404
12519
|
/**
|
|
12405
12520
|
* The index or datastream to write logs to.
|
|
12406
12521
|
*/
|
|
12407
12522
|
bulkIndex?: string;
|
|
12408
|
-
/**
|
|
12409
|
-
* The unique identifier for this component.
|
|
12410
|
-
*/
|
|
12411
|
-
id: string;
|
|
12412
|
-
/**
|
|
12413
|
-
* A list of component IDs whose output is used as the input for this component.
|
|
12414
|
-
*/
|
|
12415
|
-
inputs: string[];
|
|
12416
12523
|
}
|
|
12417
|
-
export interface
|
|
12524
|
+
export interface ObservabilityPipelineConfigDestinationAmazonOpensearchAuth {
|
|
12418
12525
|
/**
|
|
12419
12526
|
* ARN of the role to assume.
|
|
12420
12527
|
*/
|
|
@@ -12436,23 +12543,15 @@ export interface ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth {
|
|
|
12436
12543
|
*/
|
|
12437
12544
|
strategy: string;
|
|
12438
12545
|
}
|
|
12439
|
-
export interface
|
|
12546
|
+
export interface ObservabilityPipelineConfigDestinationAmazonS3 {
|
|
12440
12547
|
/**
|
|
12441
12548
|
* AWS authentication credentials used for accessing AWS services. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
12442
12549
|
*/
|
|
12443
|
-
auth?: outputs.
|
|
12550
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationAmazonS3Auth;
|
|
12444
12551
|
/**
|
|
12445
12552
|
* S3 bucket name.
|
|
12446
12553
|
*/
|
|
12447
12554
|
bucket: string;
|
|
12448
|
-
/**
|
|
12449
|
-
* Unique identifier for the destination component.
|
|
12450
|
-
*/
|
|
12451
|
-
id: string;
|
|
12452
|
-
/**
|
|
12453
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12454
|
-
*/
|
|
12455
|
-
inputs: string[];
|
|
12456
12555
|
/**
|
|
12457
12556
|
* Prefix for object keys.
|
|
12458
12557
|
*/
|
|
@@ -12466,7 +12565,7 @@ export interface ObservabilityPipelineConfigDestinationsAmazonS3 {
|
|
|
12466
12565
|
*/
|
|
12467
12566
|
storageClass: string;
|
|
12468
12567
|
}
|
|
12469
|
-
export interface
|
|
12568
|
+
export interface ObservabilityPipelineConfigDestinationAmazonS3Auth {
|
|
12470
12569
|
/**
|
|
12471
12570
|
* The Amazon Resource Name (ARN) of the role to assume.
|
|
12472
12571
|
*/
|
|
@@ -12480,11 +12579,11 @@ export interface ObservabilityPipelineConfigDestinationsAmazonS3Auth {
|
|
|
12480
12579
|
*/
|
|
12481
12580
|
sessionName?: string;
|
|
12482
12581
|
}
|
|
12483
|
-
export interface
|
|
12582
|
+
export interface ObservabilityPipelineConfigDestinationAmazonSecurityLake {
|
|
12484
12583
|
/**
|
|
12485
12584
|
* AWS authentication credentials used for accessing AWS services. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
12486
12585
|
*/
|
|
12487
|
-
auth?: outputs.
|
|
12586
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth;
|
|
12488
12587
|
/**
|
|
12489
12588
|
* Name of the Amazon S3 bucket in Security Lake (3-63 characters).
|
|
12490
12589
|
*/
|
|
@@ -12493,14 +12592,6 @@ export interface ObservabilityPipelineConfigDestinationsAmazonSecurityLake {
|
|
|
12493
12592
|
* Custom source name for the logs in Security Lake.
|
|
12494
12593
|
*/
|
|
12495
12594
|
customSourceName: string;
|
|
12496
|
-
/**
|
|
12497
|
-
* Unique identifier for the destination component.
|
|
12498
|
-
*/
|
|
12499
|
-
id: string;
|
|
12500
|
-
/**
|
|
12501
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12502
|
-
*/
|
|
12503
|
-
inputs: string[];
|
|
12504
12595
|
/**
|
|
12505
12596
|
* AWS region of the Security Lake bucket.
|
|
12506
12597
|
*/
|
|
@@ -12508,9 +12599,9 @@ export interface ObservabilityPipelineConfigDestinationsAmazonSecurityLake {
|
|
|
12508
12599
|
/**
|
|
12509
12600
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
12510
12601
|
*/
|
|
12511
|
-
tls?: outputs.
|
|
12602
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls;
|
|
12512
12603
|
}
|
|
12513
|
-
export interface
|
|
12604
|
+
export interface ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth {
|
|
12514
12605
|
/**
|
|
12515
12606
|
* The Amazon Resource Name (ARN) of the role to assume.
|
|
12516
12607
|
*/
|
|
@@ -12524,7 +12615,7 @@ export interface ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth {
|
|
|
12524
12615
|
*/
|
|
12525
12616
|
sessionName?: string;
|
|
12526
12617
|
}
|
|
12527
|
-
export interface
|
|
12618
|
+
export interface ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls {
|
|
12528
12619
|
/**
|
|
12529
12620
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
12530
12621
|
*/
|
|
@@ -12532,13 +12623,13 @@ export interface ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls {
|
|
|
12532
12623
|
/**
|
|
12533
12624
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
12534
12625
|
*/
|
|
12535
|
-
crtFile
|
|
12626
|
+
crtFile: string;
|
|
12536
12627
|
/**
|
|
12537
12628
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
12538
12629
|
*/
|
|
12539
12630
|
keyFile?: string;
|
|
12540
12631
|
}
|
|
12541
|
-
export interface
|
|
12632
|
+
export interface ObservabilityPipelineConfigDestinationAzureStorage {
|
|
12542
12633
|
/**
|
|
12543
12634
|
* Optional prefix for blobs written to the container.
|
|
12544
12635
|
*/
|
|
@@ -12547,48 +12638,32 @@ export interface ObservabilityPipelineConfigDestinationsAzureStorage {
|
|
|
12547
12638
|
* The name of the Azure Blob Storage container to store logs in.
|
|
12548
12639
|
*/
|
|
12549
12640
|
containerName: string;
|
|
12550
|
-
/**
|
|
12551
|
-
* The unique identifier for this component.
|
|
12552
|
-
*/
|
|
12553
|
-
id: string;
|
|
12554
|
-
/**
|
|
12555
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12556
|
-
*/
|
|
12557
|
-
inputs: string[];
|
|
12558
12641
|
}
|
|
12559
|
-
export interface
|
|
12642
|
+
export interface ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem {
|
|
12560
12643
|
/**
|
|
12561
12644
|
* Compression configuration for log events.
|
|
12562
12645
|
*/
|
|
12563
|
-
compression?: outputs.
|
|
12646
|
+
compression?: outputs.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression;
|
|
12564
12647
|
/**
|
|
12565
12648
|
* Encoding format for log events. Valid values are `json`, `rawMessage`.
|
|
12566
12649
|
*/
|
|
12567
12650
|
encoding: string;
|
|
12568
|
-
/**
|
|
12569
|
-
* Unique identifier for the destination component.
|
|
12570
|
-
*/
|
|
12571
|
-
id: string;
|
|
12572
|
-
/**
|
|
12573
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12574
|
-
*/
|
|
12575
|
-
inputs: string[];
|
|
12576
12651
|
/**
|
|
12577
12652
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
12578
12653
|
*/
|
|
12579
|
-
tls?: outputs.
|
|
12654
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls;
|
|
12580
12655
|
}
|
|
12581
|
-
export interface
|
|
12656
|
+
export interface ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression {
|
|
12582
12657
|
/**
|
|
12583
12658
|
* Compression algorithm for log events.
|
|
12584
12659
|
*/
|
|
12585
|
-
algorithm
|
|
12660
|
+
algorithm: string;
|
|
12586
12661
|
/**
|
|
12587
12662
|
* Compression level.
|
|
12588
12663
|
*/
|
|
12589
12664
|
level?: number;
|
|
12590
12665
|
}
|
|
12591
|
-
export interface
|
|
12666
|
+
export interface ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls {
|
|
12592
12667
|
/**
|
|
12593
12668
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
12594
12669
|
*/
|
|
@@ -12596,23 +12671,15 @@ export interface ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTl
|
|
|
12596
12671
|
/**
|
|
12597
12672
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
12598
12673
|
*/
|
|
12599
|
-
crtFile
|
|
12674
|
+
crtFile: string;
|
|
12600
12675
|
/**
|
|
12601
12676
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
12602
12677
|
*/
|
|
12603
12678
|
keyFile?: string;
|
|
12604
12679
|
}
|
|
12605
|
-
export interface
|
|
12606
|
-
/**
|
|
12607
|
-
* The unique ID of the destination.
|
|
12608
|
-
*/
|
|
12609
|
-
id: string;
|
|
12610
|
-
/**
|
|
12611
|
-
* The inputs for the destination.
|
|
12612
|
-
*/
|
|
12613
|
-
inputs: string[];
|
|
12680
|
+
export interface ObservabilityPipelineConfigDestinationDatadogLog {
|
|
12614
12681
|
}
|
|
12615
|
-
export interface
|
|
12682
|
+
export interface ObservabilityPipelineConfigDestinationElasticsearch {
|
|
12616
12683
|
/**
|
|
12617
12684
|
* The Elasticsearch API version to use. Set to `auto` to auto-detect.
|
|
12618
12685
|
*/
|
|
@@ -12621,20 +12688,12 @@ export interface ObservabilityPipelineConfigDestinationsElasticsearch {
|
|
|
12621
12688
|
* The index or datastream to write logs to in Elasticsearch.
|
|
12622
12689
|
*/
|
|
12623
12690
|
bulkIndex?: string;
|
|
12624
|
-
/**
|
|
12625
|
-
* The unique identifier for this component.
|
|
12626
|
-
*/
|
|
12627
|
-
id: string;
|
|
12628
|
-
/**
|
|
12629
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12630
|
-
*/
|
|
12631
|
-
inputs: string[];
|
|
12632
12691
|
}
|
|
12633
|
-
export interface
|
|
12692
|
+
export interface ObservabilityPipelineConfigDestinationGoogleChronicle {
|
|
12634
12693
|
/**
|
|
12635
12694
|
* GCP credentials used to authenticate with Google Cloud services.
|
|
12636
12695
|
*/
|
|
12637
|
-
auth?: outputs.
|
|
12696
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationGoogleChronicleAuth;
|
|
12638
12697
|
/**
|
|
12639
12698
|
* The Google Chronicle customer ID.
|
|
12640
12699
|
*/
|
|
@@ -12643,26 +12702,18 @@ export interface ObservabilityPipelineConfigDestinationsGoogleChronicle {
|
|
|
12643
12702
|
* The encoding format for the logs sent to Chronicle.
|
|
12644
12703
|
*/
|
|
12645
12704
|
encoding?: string;
|
|
12646
|
-
/**
|
|
12647
|
-
* The unique identifier for this component.
|
|
12648
|
-
*/
|
|
12649
|
-
id: string;
|
|
12650
|
-
/**
|
|
12651
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12652
|
-
*/
|
|
12653
|
-
inputs: string[];
|
|
12654
12705
|
/**
|
|
12655
12706
|
* The log type metadata associated with the Chronicle destination.
|
|
12656
12707
|
*/
|
|
12657
12708
|
logType?: string;
|
|
12658
12709
|
}
|
|
12659
|
-
export interface
|
|
12710
|
+
export interface ObservabilityPipelineConfigDestinationGoogleChronicleAuth {
|
|
12660
12711
|
/**
|
|
12661
|
-
* Path to the GCP service account key file.
|
|
12712
|
+
* Path to the GCP service account key file.
|
|
12662
12713
|
*/
|
|
12663
|
-
credentialsFile
|
|
12714
|
+
credentialsFile: string;
|
|
12664
12715
|
}
|
|
12665
|
-
export interface
|
|
12716
|
+
export interface ObservabilityPipelineConfigDestinationGoogleCloudStorage {
|
|
12666
12717
|
/**
|
|
12667
12718
|
* Access control list setting for objects written to the bucket.
|
|
12668
12719
|
*/
|
|
@@ -12670,19 +12721,11 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorage {
|
|
|
12670
12721
|
/**
|
|
12671
12722
|
* GCP credentials used to authenticate with Google Cloud services.
|
|
12672
12723
|
*/
|
|
12673
|
-
auth?: outputs.
|
|
12724
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth;
|
|
12674
12725
|
/**
|
|
12675
12726
|
* Name of the GCS bucket.
|
|
12676
12727
|
*/
|
|
12677
12728
|
bucket: string;
|
|
12678
|
-
/**
|
|
12679
|
-
* Unique identifier for the destination component.
|
|
12680
|
-
*/
|
|
12681
|
-
id: string;
|
|
12682
|
-
/**
|
|
12683
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12684
|
-
*/
|
|
12685
|
-
inputs: string[];
|
|
12686
12729
|
/**
|
|
12687
12730
|
* Optional prefix for object keys within the GCS bucket.
|
|
12688
12731
|
*/
|
|
@@ -12690,19 +12733,19 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorage {
|
|
|
12690
12733
|
/**
|
|
12691
12734
|
* Custom metadata key-value pairs added to each object.
|
|
12692
12735
|
*/
|
|
12693
|
-
metadatas?: outputs.
|
|
12736
|
+
metadatas?: outputs.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata[];
|
|
12694
12737
|
/**
|
|
12695
12738
|
* Storage class used for objects stored in GCS.
|
|
12696
12739
|
*/
|
|
12697
12740
|
storageClass: string;
|
|
12698
12741
|
}
|
|
12699
|
-
export interface
|
|
12742
|
+
export interface ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth {
|
|
12700
12743
|
/**
|
|
12701
|
-
* Path to the GCP service account key file.
|
|
12744
|
+
* Path to the GCP service account key file.
|
|
12702
12745
|
*/
|
|
12703
|
-
credentialsFile
|
|
12746
|
+
credentialsFile: string;
|
|
12704
12747
|
}
|
|
12705
|
-
export interface
|
|
12748
|
+
export interface ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata {
|
|
12706
12749
|
/**
|
|
12707
12750
|
* The metadata key.
|
|
12708
12751
|
*/
|
|
@@ -12712,23 +12755,15 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetada
|
|
|
12712
12755
|
*/
|
|
12713
12756
|
value: string;
|
|
12714
12757
|
}
|
|
12715
|
-
export interface
|
|
12758
|
+
export interface ObservabilityPipelineConfigDestinationGooglePubsub {
|
|
12716
12759
|
/**
|
|
12717
12760
|
* GCP credentials used to authenticate with Google Cloud services.
|
|
12718
12761
|
*/
|
|
12719
|
-
auth?: outputs.
|
|
12762
|
+
auth?: outputs.ObservabilityPipelineConfigDestinationGooglePubsubAuth;
|
|
12720
12763
|
/**
|
|
12721
12764
|
* Encoding format for log events. Valid values: `json`, `rawMessage`.
|
|
12722
12765
|
*/
|
|
12723
12766
|
encoding?: string;
|
|
12724
|
-
/**
|
|
12725
|
-
* The unique identifier for this component.
|
|
12726
|
-
*/
|
|
12727
|
-
id: string;
|
|
12728
|
-
/**
|
|
12729
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12730
|
-
*/
|
|
12731
|
-
inputs: string[];
|
|
12732
12767
|
/**
|
|
12733
12768
|
* The GCP project ID that owns the Pub/Sub topic.
|
|
12734
12769
|
*/
|
|
@@ -12736,19 +12771,19 @@ export interface ObservabilityPipelineConfigDestinationsGooglePubsub {
|
|
|
12736
12771
|
/**
|
|
12737
12772
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
12738
12773
|
*/
|
|
12739
|
-
tls?: outputs.
|
|
12774
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationGooglePubsubTls;
|
|
12740
12775
|
/**
|
|
12741
12776
|
* The Pub/Sub topic name to publish logs to.
|
|
12742
12777
|
*/
|
|
12743
12778
|
topic: string;
|
|
12744
12779
|
}
|
|
12745
|
-
export interface
|
|
12780
|
+
export interface ObservabilityPipelineConfigDestinationGooglePubsubAuth {
|
|
12746
12781
|
/**
|
|
12747
|
-
* Path to the GCP service account key file.
|
|
12782
|
+
* Path to the GCP service account key file.
|
|
12748
12783
|
*/
|
|
12749
|
-
credentialsFile
|
|
12784
|
+
credentialsFile: string;
|
|
12750
12785
|
}
|
|
12751
|
-
export interface
|
|
12786
|
+
export interface ObservabilityPipelineConfigDestinationGooglePubsubTls {
|
|
12752
12787
|
/**
|
|
12753
12788
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
12754
12789
|
*/
|
|
@@ -12756,13 +12791,13 @@ export interface ObservabilityPipelineConfigDestinationsGooglePubsubTls {
|
|
|
12756
12791
|
/**
|
|
12757
12792
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
12758
12793
|
*/
|
|
12759
|
-
crtFile
|
|
12794
|
+
crtFile: string;
|
|
12760
12795
|
/**
|
|
12761
12796
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
12762
12797
|
*/
|
|
12763
12798
|
keyFile?: string;
|
|
12764
12799
|
}
|
|
12765
|
-
export interface
|
|
12800
|
+
export interface ObservabilityPipelineConfigDestinationMicrosoftSentinel {
|
|
12766
12801
|
/**
|
|
12767
12802
|
* Azure AD client ID used for authentication.
|
|
12768
12803
|
*/
|
|
@@ -12771,14 +12806,6 @@ export interface ObservabilityPipelineConfigDestinationsMicrosoftSentinel {
|
|
|
12771
12806
|
* The immutable ID of the Data Collection Rule (DCR).
|
|
12772
12807
|
*/
|
|
12773
12808
|
dcrImmutableId: string;
|
|
12774
|
-
/**
|
|
12775
|
-
* The unique identifier for this component.
|
|
12776
|
-
*/
|
|
12777
|
-
id: string;
|
|
12778
|
-
/**
|
|
12779
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12780
|
-
*/
|
|
12781
|
-
inputs: string[];
|
|
12782
12809
|
/**
|
|
12783
12810
|
* The name of the Log Analytics table where logs will be sent.
|
|
12784
12811
|
*/
|
|
@@ -12788,43 +12815,19 @@ export interface ObservabilityPipelineConfigDestinationsMicrosoftSentinel {
|
|
|
12788
12815
|
*/
|
|
12789
12816
|
tenantId: string;
|
|
12790
12817
|
}
|
|
12791
|
-
export interface
|
|
12792
|
-
/**
|
|
12793
|
-
* The unique identifier for this component.
|
|
12794
|
-
*/
|
|
12795
|
-
id: string;
|
|
12796
|
-
/**
|
|
12797
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12798
|
-
*/
|
|
12799
|
-
inputs: string[];
|
|
12818
|
+
export interface ObservabilityPipelineConfigDestinationNewRelic {
|
|
12800
12819
|
/**
|
|
12801
12820
|
* The New Relic region.
|
|
12802
12821
|
*/
|
|
12803
12822
|
region: string;
|
|
12804
12823
|
}
|
|
12805
|
-
export interface
|
|
12824
|
+
export interface ObservabilityPipelineConfigDestinationOpensearch {
|
|
12806
12825
|
/**
|
|
12807
12826
|
* The index or datastream to write logs to.
|
|
12808
12827
|
*/
|
|
12809
12828
|
bulkIndex?: string;
|
|
12810
|
-
/**
|
|
12811
|
-
* The unique identifier for this component.
|
|
12812
|
-
*/
|
|
12813
|
-
id: string;
|
|
12814
|
-
/**
|
|
12815
|
-
* A list of component IDs whose output is used as input.
|
|
12816
|
-
*/
|
|
12817
|
-
inputs: string[];
|
|
12818
12829
|
}
|
|
12819
|
-
export interface
|
|
12820
|
-
/**
|
|
12821
|
-
* The unique identifier for this component.
|
|
12822
|
-
*/
|
|
12823
|
-
id: string;
|
|
12824
|
-
/**
|
|
12825
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12826
|
-
*/
|
|
12827
|
-
inputs: string[];
|
|
12830
|
+
export interface ObservabilityPipelineConfigDestinationRsyslog {
|
|
12828
12831
|
/**
|
|
12829
12832
|
* Optional socket keepalive duration in milliseconds.
|
|
12830
12833
|
*/
|
|
@@ -12832,9 +12835,9 @@ export interface ObservabilityPipelineConfigDestinationsRsyslog {
|
|
|
12832
12835
|
/**
|
|
12833
12836
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
12834
12837
|
*/
|
|
12835
|
-
tls?: outputs.
|
|
12838
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationRsyslogTls;
|
|
12836
12839
|
}
|
|
12837
|
-
export interface
|
|
12840
|
+
export interface ObservabilityPipelineConfigDestinationRsyslogTls {
|
|
12838
12841
|
/**
|
|
12839
12842
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
12840
12843
|
*/
|
|
@@ -12842,27 +12845,19 @@ export interface ObservabilityPipelineConfigDestinationsRsyslogTls {
|
|
|
12842
12845
|
/**
|
|
12843
12846
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
12844
12847
|
*/
|
|
12845
|
-
crtFile
|
|
12848
|
+
crtFile: string;
|
|
12846
12849
|
/**
|
|
12847
12850
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
12848
12851
|
*/
|
|
12849
12852
|
keyFile?: string;
|
|
12850
12853
|
}
|
|
12851
|
-
export interface
|
|
12852
|
-
/**
|
|
12853
|
-
* The unique identifier for this component.
|
|
12854
|
-
*/
|
|
12855
|
-
id: string;
|
|
12856
|
-
/**
|
|
12857
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12858
|
-
*/
|
|
12859
|
-
inputs: string[];
|
|
12854
|
+
export interface ObservabilityPipelineConfigDestinationSentinelOne {
|
|
12860
12855
|
/**
|
|
12861
12856
|
* The SentinelOne region to send logs to.
|
|
12862
12857
|
*/
|
|
12863
12858
|
region: string;
|
|
12864
12859
|
}
|
|
12865
|
-
export interface
|
|
12860
|
+
export interface ObservabilityPipelineConfigDestinationSocket {
|
|
12866
12861
|
/**
|
|
12867
12862
|
* Encoding format for log events. Valid values are `json`, `rawMessage`.
|
|
12868
12863
|
*/
|
|
@@ -12870,15 +12865,7 @@ export interface ObservabilityPipelineConfigDestinationsSocket {
|
|
|
12870
12865
|
/**
|
|
12871
12866
|
* Defines the framing method for outgoing messages.
|
|
12872
12867
|
*/
|
|
12873
|
-
framing?: outputs.
|
|
12874
|
-
/**
|
|
12875
|
-
* The unique identifier for this destination.
|
|
12876
|
-
*/
|
|
12877
|
-
id: string;
|
|
12878
|
-
/**
|
|
12879
|
-
* A list of component IDs whose output is used as the `input` for this destination.
|
|
12880
|
-
*/
|
|
12881
|
-
inputs: string[];
|
|
12868
|
+
framing?: outputs.ObservabilityPipelineConfigDestinationSocketFraming;
|
|
12882
12869
|
/**
|
|
12883
12870
|
* The protocol used to send logs. Valid values are `tcp`, `udp`.
|
|
12884
12871
|
*/
|
|
@@ -12886,25 +12873,25 @@ export interface ObservabilityPipelineConfigDestinationsSocket {
|
|
|
12886
12873
|
/**
|
|
12887
12874
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
12888
12875
|
*/
|
|
12889
|
-
tls?: outputs.
|
|
12876
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationSocketTls;
|
|
12890
12877
|
}
|
|
12891
|
-
export interface
|
|
12878
|
+
export interface ObservabilityPipelineConfigDestinationSocketFraming {
|
|
12892
12879
|
/**
|
|
12893
12880
|
* Used when `method` is `characterDelimited`. Specifies the delimiter character.
|
|
12894
12881
|
*/
|
|
12895
|
-
characterDelimited?: outputs.
|
|
12882
|
+
characterDelimited?: outputs.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited;
|
|
12896
12883
|
/**
|
|
12897
12884
|
* The framing method. Valid values are `newlineDelimited`, `bytes`, `characterDelimited`.
|
|
12898
12885
|
*/
|
|
12899
12886
|
method: string;
|
|
12900
12887
|
}
|
|
12901
|
-
export interface
|
|
12888
|
+
export interface ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited {
|
|
12902
12889
|
/**
|
|
12903
12890
|
* A single ASCII character used as a delimiter.
|
|
12904
12891
|
*/
|
|
12905
|
-
delimiter
|
|
12892
|
+
delimiter: string;
|
|
12906
12893
|
}
|
|
12907
|
-
export interface
|
|
12894
|
+
export interface ObservabilityPipelineConfigDestinationSocketTls {
|
|
12908
12895
|
/**
|
|
12909
12896
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
12910
12897
|
*/
|
|
@@ -12912,13 +12899,13 @@ export interface ObservabilityPipelineConfigDestinationsSocketTls {
|
|
|
12912
12899
|
/**
|
|
12913
12900
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
12914
12901
|
*/
|
|
12915
|
-
crtFile
|
|
12902
|
+
crtFile: string;
|
|
12916
12903
|
/**
|
|
12917
12904
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
12918
12905
|
*/
|
|
12919
12906
|
keyFile?: string;
|
|
12920
12907
|
}
|
|
12921
|
-
export interface
|
|
12908
|
+
export interface ObservabilityPipelineConfigDestinationSplunkHec {
|
|
12922
12909
|
/**
|
|
12923
12910
|
* If `true`, Splunk tries to extract timestamps from incoming log events.
|
|
12924
12911
|
*/
|
|
@@ -12927,24 +12914,16 @@ export interface ObservabilityPipelineConfigDestinationsSplunkHec {
|
|
|
12927
12914
|
* Encoding format for log events. Valid values: `json`, `rawMessage`.
|
|
12928
12915
|
*/
|
|
12929
12916
|
encoding?: string;
|
|
12930
|
-
/**
|
|
12931
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
12932
|
-
*/
|
|
12933
|
-
id: string;
|
|
12934
12917
|
/**
|
|
12935
12918
|
* Optional name of the Splunk index where logs are written.
|
|
12936
12919
|
*/
|
|
12937
12920
|
index?: string;
|
|
12938
|
-
/**
|
|
12939
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12940
|
-
*/
|
|
12941
|
-
inputs: string[];
|
|
12942
12921
|
/**
|
|
12943
12922
|
* The Splunk sourcetype to assign to log events.
|
|
12944
12923
|
*/
|
|
12945
12924
|
sourcetype?: string;
|
|
12946
12925
|
}
|
|
12947
|
-
export interface
|
|
12926
|
+
export interface ObservabilityPipelineConfigDestinationSumoLogic {
|
|
12948
12927
|
/**
|
|
12949
12928
|
* The output encoding format.
|
|
12950
12929
|
*/
|
|
@@ -12952,7 +12931,7 @@ export interface ObservabilityPipelineConfigDestinationsSumoLogic {
|
|
|
12952
12931
|
/**
|
|
12953
12932
|
* A list of custom headers to include in the request to Sumo Logic.
|
|
12954
12933
|
*/
|
|
12955
|
-
headerCustomFields?: outputs.
|
|
12934
|
+
headerCustomFields?: outputs.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField[];
|
|
12956
12935
|
/**
|
|
12957
12936
|
* Optional override for the host name header.
|
|
12958
12937
|
*/
|
|
@@ -12965,16 +12944,8 @@ export interface ObservabilityPipelineConfigDestinationsSumoLogic {
|
|
|
12965
12944
|
* Optional override for the source name header.
|
|
12966
12945
|
*/
|
|
12967
12946
|
headerSourceName?: string;
|
|
12968
|
-
/**
|
|
12969
|
-
* The unique identifier for this component.
|
|
12970
|
-
*/
|
|
12971
|
-
id: string;
|
|
12972
|
-
/**
|
|
12973
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12974
|
-
*/
|
|
12975
|
-
inputs: string[];
|
|
12976
12947
|
}
|
|
12977
|
-
export interface
|
|
12948
|
+
export interface ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField {
|
|
12978
12949
|
/**
|
|
12979
12950
|
* The header field name.
|
|
12980
12951
|
*/
|
|
@@ -12984,15 +12955,7 @@ export interface ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFie
|
|
|
12984
12955
|
*/
|
|
12985
12956
|
value?: string;
|
|
12986
12957
|
}
|
|
12987
|
-
export interface
|
|
12988
|
-
/**
|
|
12989
|
-
* The unique identifier for this component.
|
|
12990
|
-
*/
|
|
12991
|
-
id: string;
|
|
12992
|
-
/**
|
|
12993
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
12994
|
-
*/
|
|
12995
|
-
inputs: string[];
|
|
12958
|
+
export interface ObservabilityPipelineConfigDestinationSyslogNg {
|
|
12996
12959
|
/**
|
|
12997
12960
|
* Optional socket keepalive duration in milliseconds.
|
|
12998
12961
|
*/
|
|
@@ -13000,9 +12963,9 @@ export interface ObservabilityPipelineConfigDestinationsSyslogNg {
|
|
|
13000
12963
|
/**
|
|
13001
12964
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
13002
12965
|
*/
|
|
13003
|
-
tls?: outputs.
|
|
12966
|
+
tls?: outputs.ObservabilityPipelineConfigDestinationSyslogNgTls;
|
|
13004
12967
|
}
|
|
13005
|
-
export interface
|
|
12968
|
+
export interface ObservabilityPipelineConfigDestinationSyslogNgTls {
|
|
13006
12969
|
/**
|
|
13007
12970
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
13008
12971
|
*/
|
|
@@ -13010,102 +12973,132 @@ export interface ObservabilityPipelineConfigDestinationsSyslogNgTls {
|
|
|
13010
12973
|
/**
|
|
13011
12974
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
13012
12975
|
*/
|
|
13013
|
-
crtFile
|
|
12976
|
+
crtFile: string;
|
|
13014
12977
|
/**
|
|
13015
12978
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
13016
12979
|
*/
|
|
13017
12980
|
keyFile?: string;
|
|
13018
12981
|
}
|
|
13019
|
-
export interface
|
|
12982
|
+
export interface ObservabilityPipelineConfigProcessorGroup {
|
|
12983
|
+
/**
|
|
12984
|
+
* A human-friendly name of the processor group.
|
|
12985
|
+
*/
|
|
12986
|
+
displayName?: string;
|
|
12987
|
+
/**
|
|
12988
|
+
* Whether this processor group is enabled.
|
|
12989
|
+
*/
|
|
12990
|
+
enabled: boolean;
|
|
12991
|
+
/**
|
|
12992
|
+
* The unique ID of the processor group.
|
|
12993
|
+
*/
|
|
12994
|
+
id: string;
|
|
12995
|
+
/**
|
|
12996
|
+
* A Datadog search query used to determine which logs this processor group targets.
|
|
12997
|
+
*/
|
|
12998
|
+
include: string;
|
|
12999
|
+
/**
|
|
13000
|
+
* A list of component IDs whose output is used as the input for this processor group.
|
|
13001
|
+
*/
|
|
13002
|
+
inputs: string[];
|
|
13003
|
+
/**
|
|
13004
|
+
* The processor contained in this group.
|
|
13005
|
+
*/
|
|
13006
|
+
processors?: outputs.ObservabilityPipelineConfigProcessorGroupProcessor[];
|
|
13007
|
+
}
|
|
13008
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessor {
|
|
13020
13009
|
/**
|
|
13021
13010
|
* The `addEnvVars` processor adds environment variable values to log events.
|
|
13022
13011
|
*/
|
|
13023
|
-
addEnvVars?: outputs.
|
|
13012
|
+
addEnvVars?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars;
|
|
13024
13013
|
/**
|
|
13025
13014
|
* The `addFields` processor adds static key-value fields to logs.
|
|
13026
13015
|
*/
|
|
13027
|
-
addFields?: outputs.
|
|
13016
|
+
addFields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorAddFields;
|
|
13028
13017
|
/**
|
|
13029
13018
|
* The `customProcessor` processor transforms events using Vector Remap Language (VRL) scripts with advanced filtering capabilities.
|
|
13030
13019
|
*/
|
|
13031
|
-
|
|
13032
|
-
datadogTags?: outputs.
|
|
13020
|
+
customProcessor?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor;
|
|
13021
|
+
datadogTags?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags;
|
|
13033
13022
|
/**
|
|
13034
13023
|
* The `dedupe` processor removes duplicate fields in log events.
|
|
13035
13024
|
*/
|
|
13036
|
-
|
|
13025
|
+
dedupe?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorDedupe;
|
|
13026
|
+
/**
|
|
13027
|
+
* A human-friendly name for this processor.
|
|
13028
|
+
*/
|
|
13029
|
+
displayName?: string;
|
|
13030
|
+
/**
|
|
13031
|
+
* Whether this processor is enabled.
|
|
13032
|
+
*/
|
|
13033
|
+
enabled: boolean;
|
|
13037
13034
|
/**
|
|
13038
13035
|
* The `enrichmentTable` processor enriches logs using a static CSV file or GeoIP database.
|
|
13039
13036
|
*/
|
|
13040
|
-
|
|
13037
|
+
enrichmentTable?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable;
|
|
13041
13038
|
/**
|
|
13042
13039
|
* The `filter` processor allows conditional processing of logs based on a Datadog search query. Logs that match the `include` query are passed through; others are discarded.
|
|
13043
13040
|
*/
|
|
13044
|
-
|
|
13041
|
+
filter?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorFilter;
|
|
13045
13042
|
/**
|
|
13046
13043
|
* The `generateDatadogMetrics` processor creates custom metrics from logs. Metrics can be counters, gauges, or distributions and optionally grouped by log fields.
|
|
13047
13044
|
*/
|
|
13048
|
-
generateDatadogMetrics?: outputs.
|
|
13045
|
+
generateDatadogMetrics?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics;
|
|
13046
|
+
/**
|
|
13047
|
+
* The unique identifier for this processor.
|
|
13048
|
+
*/
|
|
13049
|
+
id: string;
|
|
13050
|
+
/**
|
|
13051
|
+
* A Datadog search query used to determine which logs this processor targets.
|
|
13052
|
+
*/
|
|
13053
|
+
include: string;
|
|
13049
13054
|
/**
|
|
13050
13055
|
* The `ocsfMapper` processor transforms logs into the OCSF schema using predefined library mappings.
|
|
13051
13056
|
*/
|
|
13052
|
-
|
|
13057
|
+
ocsfMapper?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper;
|
|
13053
13058
|
/**
|
|
13054
13059
|
* The `parseGrok` processor extracts structured fields from unstructured log messages using Grok patterns.
|
|
13055
13060
|
*/
|
|
13056
|
-
|
|
13061
|
+
parseGrok?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok;
|
|
13057
13062
|
/**
|
|
13058
13063
|
* The `parseJson` processor extracts JSON from a specified field and flattens it into the event. This is useful when logs contain embedded JSON as a string.
|
|
13059
13064
|
*/
|
|
13060
|
-
|
|
13065
|
+
parseJson?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorParseJson;
|
|
13061
13066
|
/**
|
|
13062
|
-
* The `quota` measures logging traffic for logs that match a specified filter. When the configured daily quota is met, the processor can drop or alert.
|
|
13067
|
+
* The `quota` processor measures logging traffic for logs that match a specified filter. When the configured daily quota is met, the processor can drop or alert.
|
|
13063
13068
|
*/
|
|
13064
|
-
|
|
13069
|
+
quota?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorQuota;
|
|
13065
13070
|
/**
|
|
13066
13071
|
* The `reduce` processor aggregates and merges logs based on matching keys and merge strategies.
|
|
13067
13072
|
*/
|
|
13068
|
-
|
|
13073
|
+
reduce?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorReduce;
|
|
13069
13074
|
/**
|
|
13070
13075
|
* The `removeFields` processor deletes specified fields from logs.
|
|
13071
13076
|
*/
|
|
13072
|
-
removeFields?: outputs.
|
|
13077
|
+
removeFields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields;
|
|
13073
13078
|
/**
|
|
13074
13079
|
* The `renameFields` processor changes field names.
|
|
13075
13080
|
*/
|
|
13076
|
-
renameFields?: outputs.
|
|
13081
|
+
renameFields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields;
|
|
13077
13082
|
/**
|
|
13078
13083
|
* The `sample` processor allows probabilistic sampling of logs at a fixed rate.
|
|
13079
13084
|
*/
|
|
13080
|
-
|
|
13085
|
+
sample?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSample;
|
|
13081
13086
|
/**
|
|
13082
13087
|
* The `sensitiveDataScanner` processor detects and optionally redacts sensitive data in log events.
|
|
13083
13088
|
*/
|
|
13084
|
-
|
|
13089
|
+
sensitiveDataScanner?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner;
|
|
13085
13090
|
/**
|
|
13086
13091
|
* The `throttle` processor limits the number of events that pass through over a given time window.
|
|
13087
13092
|
*/
|
|
13088
|
-
|
|
13093
|
+
throttle?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorThrottle;
|
|
13089
13094
|
}
|
|
13090
|
-
export interface
|
|
13091
|
-
/**
|
|
13092
|
-
* The unique identifier for this component. Used to reference this processor in the pipeline.
|
|
13093
|
-
*/
|
|
13094
|
-
id: string;
|
|
13095
|
-
/**
|
|
13096
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13097
|
-
*/
|
|
13098
|
-
include: string;
|
|
13099
|
-
/**
|
|
13100
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13101
|
-
*/
|
|
13102
|
-
inputs: string[];
|
|
13095
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars {
|
|
13103
13096
|
/**
|
|
13104
13097
|
* A list of environment variable mappings to apply to log fields.
|
|
13105
13098
|
*/
|
|
13106
|
-
variables?: outputs.
|
|
13099
|
+
variables?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable[];
|
|
13107
13100
|
}
|
|
13108
|
-
export interface
|
|
13101
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable {
|
|
13109
13102
|
/**
|
|
13110
13103
|
* The target field in the log event.
|
|
13111
13104
|
*/
|
|
@@ -13115,25 +13108,13 @@ export interface ObservabilityPipelineConfigProcessorsAddEnvVarVariable {
|
|
|
13115
13108
|
*/
|
|
13116
13109
|
name: string;
|
|
13117
13110
|
}
|
|
13118
|
-
export interface
|
|
13111
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorAddFields {
|
|
13119
13112
|
/**
|
|
13120
13113
|
* A list of static fields (key-value pairs) that is added to each log event processed by this component.
|
|
13121
13114
|
*/
|
|
13122
|
-
fields?: outputs.
|
|
13123
|
-
/**
|
|
13124
|
-
* The unique ID of the processor.
|
|
13125
|
-
*/
|
|
13126
|
-
id: string;
|
|
13127
|
-
/**
|
|
13128
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13129
|
-
*/
|
|
13130
|
-
include: string;
|
|
13131
|
-
/**
|
|
13132
|
-
* The inputs for the processor.
|
|
13133
|
-
*/
|
|
13134
|
-
inputs: string[];
|
|
13115
|
+
fields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField[];
|
|
13135
13116
|
}
|
|
13136
|
-
export interface
|
|
13117
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField {
|
|
13137
13118
|
/**
|
|
13138
13119
|
* The field name to add.
|
|
13139
13120
|
*/
|
|
@@ -13143,21 +13124,13 @@ export interface ObservabilityPipelineConfigProcessorsAddFieldField {
|
|
|
13143
13124
|
*/
|
|
13144
13125
|
value: string;
|
|
13145
13126
|
}
|
|
13146
|
-
export interface
|
|
13147
|
-
/**
|
|
13148
|
-
* The unique identifier for this processor.
|
|
13149
|
-
*/
|
|
13150
|
-
id: string;
|
|
13151
|
-
/**
|
|
13152
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13153
|
-
*/
|
|
13154
|
-
inputs: string[];
|
|
13127
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor {
|
|
13155
13128
|
/**
|
|
13156
13129
|
* Array of VRL remap configurations. Each remap defines a transformation rule with its own filter and VRL script.
|
|
13157
13130
|
*/
|
|
13158
|
-
remaps?: outputs.
|
|
13131
|
+
remaps?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap[];
|
|
13159
13132
|
}
|
|
13160
|
-
export interface
|
|
13133
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap {
|
|
13161
13134
|
/**
|
|
13162
13135
|
* Whether to drop events that cause errors during transformation.
|
|
13163
13136
|
*/
|
|
@@ -13179,74 +13152,47 @@ export interface ObservabilityPipelineConfigProcessorsCustomProcessorRemap {
|
|
|
13179
13152
|
*/
|
|
13180
13153
|
source: string;
|
|
13181
13154
|
}
|
|
13182
|
-
export interface
|
|
13155
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags {
|
|
13183
13156
|
/**
|
|
13184
13157
|
* Valid values are `include`, `exclude`.
|
|
13185
13158
|
*/
|
|
13186
13159
|
action: string;
|
|
13187
|
-
id: string;
|
|
13188
|
-
include: string;
|
|
13189
|
-
inputs: string[];
|
|
13190
13160
|
keys: string[];
|
|
13191
13161
|
/**
|
|
13192
13162
|
* Valid values are `filter`.
|
|
13193
13163
|
*/
|
|
13194
13164
|
mode: string;
|
|
13195
13165
|
}
|
|
13196
|
-
export interface
|
|
13166
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorDedupe {
|
|
13197
13167
|
/**
|
|
13198
13168
|
* A list of log field paths to check for duplicates.
|
|
13199
13169
|
*/
|
|
13200
13170
|
fields: string[];
|
|
13201
|
-
/**
|
|
13202
|
-
* The unique identifier for this processor.
|
|
13203
|
-
*/
|
|
13204
|
-
id: string;
|
|
13205
|
-
/**
|
|
13206
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13207
|
-
*/
|
|
13208
|
-
include: string;
|
|
13209
|
-
/**
|
|
13210
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13211
|
-
*/
|
|
13212
|
-
inputs: string[];
|
|
13213
13171
|
/**
|
|
13214
13172
|
* The deduplication mode to apply to the fields.
|
|
13215
13173
|
*/
|
|
13216
13174
|
mode: string;
|
|
13217
13175
|
}
|
|
13218
|
-
export interface
|
|
13176
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable {
|
|
13219
13177
|
/**
|
|
13220
13178
|
* Defines a static enrichment table loaded from a CSV file.
|
|
13221
13179
|
*/
|
|
13222
|
-
file?: outputs.
|
|
13180
|
+
file?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile;
|
|
13223
13181
|
/**
|
|
13224
13182
|
* Uses a GeoIP database to enrich logs based on an IP field.
|
|
13225
13183
|
*/
|
|
13226
|
-
geoip?: outputs.
|
|
13227
|
-
/**
|
|
13228
|
-
* The unique identifier for this processor.
|
|
13229
|
-
*/
|
|
13230
|
-
id: string;
|
|
13231
|
-
/**
|
|
13232
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13233
|
-
*/
|
|
13234
|
-
include: string;
|
|
13235
|
-
/**
|
|
13236
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13237
|
-
*/
|
|
13238
|
-
inputs: string[];
|
|
13184
|
+
geoip?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip;
|
|
13239
13185
|
/**
|
|
13240
13186
|
* Path where enrichment results should be stored in the log.
|
|
13241
13187
|
*/
|
|
13242
13188
|
target: string;
|
|
13243
13189
|
}
|
|
13244
|
-
export interface
|
|
13245
|
-
encoding?: outputs.
|
|
13190
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile {
|
|
13191
|
+
encoding?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding;
|
|
13246
13192
|
/**
|
|
13247
13193
|
* Key fields used to look up enrichment values.
|
|
13248
13194
|
*/
|
|
13249
|
-
keys?: outputs.
|
|
13195
|
+
keys?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey[];
|
|
13250
13196
|
/**
|
|
13251
13197
|
* Path to the CSV file.
|
|
13252
13198
|
*/
|
|
@@ -13254,13 +13200,13 @@ export interface ObservabilityPipelineConfigProcessorsEnrichmentTableFile {
|
|
|
13254
13200
|
/**
|
|
13255
13201
|
* Schema defining column names and their types.
|
|
13256
13202
|
*/
|
|
13257
|
-
schemas?: outputs.
|
|
13203
|
+
schemas?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileSchema[];
|
|
13258
13204
|
}
|
|
13259
|
-
export interface
|
|
13205
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding {
|
|
13260
13206
|
/**
|
|
13261
13207
|
* The `encoding` `delimiter`.
|
|
13262
13208
|
*/
|
|
13263
|
-
delimiter
|
|
13209
|
+
delimiter: string;
|
|
13264
13210
|
/**
|
|
13265
13211
|
* The `encoding` `includesHeaders`.
|
|
13266
13212
|
*/
|
|
@@ -13268,9 +13214,9 @@ export interface ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodin
|
|
|
13268
13214
|
/**
|
|
13269
13215
|
* File encoding format.
|
|
13270
13216
|
*/
|
|
13271
|
-
type
|
|
13217
|
+
type: string;
|
|
13272
13218
|
}
|
|
13273
|
-
export interface
|
|
13219
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey {
|
|
13274
13220
|
/**
|
|
13275
13221
|
* The `items` `column`.
|
|
13276
13222
|
*/
|
|
@@ -13284,7 +13230,7 @@ export interface ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey {
|
|
|
13284
13230
|
*/
|
|
13285
13231
|
field?: string;
|
|
13286
13232
|
}
|
|
13287
|
-
export interface
|
|
13233
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileSchema {
|
|
13288
13234
|
/**
|
|
13289
13235
|
* The `items` `column`.
|
|
13290
13236
|
*/
|
|
@@ -13294,7 +13240,7 @@ export interface ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema
|
|
|
13294
13240
|
*/
|
|
13295
13241
|
type?: string;
|
|
13296
13242
|
}
|
|
13297
|
-
export interface
|
|
13243
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip {
|
|
13298
13244
|
/**
|
|
13299
13245
|
* Path to the IP field in the log.
|
|
13300
13246
|
*/
|
|
@@ -13308,39 +13254,15 @@ export interface ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip {
|
|
|
13308
13254
|
*/
|
|
13309
13255
|
path?: string;
|
|
13310
13256
|
}
|
|
13311
|
-
export interface
|
|
13312
|
-
/**
|
|
13313
|
-
* The unique ID of the processor.
|
|
13314
|
-
*/
|
|
13315
|
-
id: string;
|
|
13316
|
-
/**
|
|
13317
|
-
* A Datadog search query used to determine which logs should pass through the filter. Logs that match this query continue to downstream components; others are dropped.
|
|
13318
|
-
*/
|
|
13319
|
-
include: string;
|
|
13320
|
-
/**
|
|
13321
|
-
* The inputs for the processor.
|
|
13322
|
-
*/
|
|
13323
|
-
inputs: string[];
|
|
13257
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorFilter {
|
|
13324
13258
|
}
|
|
13325
|
-
export interface
|
|
13326
|
-
/**
|
|
13327
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline.
|
|
13328
|
-
*/
|
|
13329
|
-
id: string;
|
|
13330
|
-
/**
|
|
13331
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13332
|
-
*/
|
|
13333
|
-
include: string;
|
|
13334
|
-
/**
|
|
13335
|
-
* A list of component IDs whose output is used as the `input` for this processor.
|
|
13336
|
-
*/
|
|
13337
|
-
inputs: string[];
|
|
13259
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics {
|
|
13338
13260
|
/**
|
|
13339
13261
|
* Configuration for generating individual metrics.
|
|
13340
13262
|
*/
|
|
13341
|
-
metrics?: outputs.
|
|
13263
|
+
metrics?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric[];
|
|
13342
13264
|
}
|
|
13343
|
-
export interface
|
|
13265
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric {
|
|
13344
13266
|
/**
|
|
13345
13267
|
* Optional fields used to group the metric series.
|
|
13346
13268
|
*/
|
|
@@ -13360,9 +13282,9 @@ export interface ObservabilityPipelineConfigProcessorsGenerateDatadogMetricMetri
|
|
|
13360
13282
|
/**
|
|
13361
13283
|
* Specifies how the value of the generated metric is computed.
|
|
13362
13284
|
*/
|
|
13363
|
-
value?: outputs.
|
|
13285
|
+
value?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue;
|
|
13364
13286
|
}
|
|
13365
|
-
export interface
|
|
13287
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue {
|
|
13366
13288
|
/**
|
|
13367
13289
|
* Name of the log field containing the numeric value to increment the metric by (used only for `incrementByField`).
|
|
13368
13290
|
*/
|
|
@@ -13372,25 +13294,13 @@ export interface ObservabilityPipelineConfigProcessorsGenerateDatadogMetricMetri
|
|
|
13372
13294
|
*/
|
|
13373
13295
|
strategy: string;
|
|
13374
13296
|
}
|
|
13375
|
-
export interface
|
|
13376
|
-
/**
|
|
13377
|
-
* The unique identifier for this component.
|
|
13378
|
-
*/
|
|
13379
|
-
id: string;
|
|
13380
|
-
/**
|
|
13381
|
-
* Search query to select logs.
|
|
13382
|
-
*/
|
|
13383
|
-
include: string;
|
|
13384
|
-
/**
|
|
13385
|
-
* List of component IDs whose output is used as input.
|
|
13386
|
-
*/
|
|
13387
|
-
inputs: string[];
|
|
13297
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper {
|
|
13388
13298
|
/**
|
|
13389
13299
|
* List of OCSF mapping entries using library mapping.
|
|
13390
13300
|
*/
|
|
13391
|
-
mappings?: outputs.
|
|
13301
|
+
mappings?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping[];
|
|
13392
13302
|
}
|
|
13393
|
-
export interface
|
|
13303
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping {
|
|
13394
13304
|
/**
|
|
13395
13305
|
* Search query for selecting which logs the mapping applies to.
|
|
13396
13306
|
*/
|
|
@@ -13400,33 +13310,21 @@ export interface ObservabilityPipelineConfigProcessorsOcsfMapperMapping {
|
|
|
13400
13310
|
*/
|
|
13401
13311
|
libraryMapping: string;
|
|
13402
13312
|
}
|
|
13403
|
-
export interface
|
|
13313
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrok {
|
|
13404
13314
|
/**
|
|
13405
13315
|
* If set to `true`, disables the default Grok rules provided by Datadog.
|
|
13406
13316
|
*/
|
|
13407
13317
|
disableLibraryRules?: boolean;
|
|
13408
|
-
/**
|
|
13409
|
-
* A unique identifier for this processor.
|
|
13410
|
-
*/
|
|
13411
|
-
id: string;
|
|
13412
|
-
/**
|
|
13413
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13414
|
-
*/
|
|
13415
|
-
include: string;
|
|
13416
|
-
/**
|
|
13417
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
13418
|
-
*/
|
|
13419
|
-
inputs: string[];
|
|
13420
13318
|
/**
|
|
13421
13319
|
* The list of Grok parsing rules. If multiple parsing rules are provided, they are evaluated in order. The first successful match is applied.
|
|
13422
13320
|
*/
|
|
13423
|
-
rules?: outputs.
|
|
13321
|
+
rules?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule[];
|
|
13424
13322
|
}
|
|
13425
|
-
export interface
|
|
13323
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule {
|
|
13426
13324
|
/**
|
|
13427
13325
|
* A list of Grok parsing rules that define how to extract fields from the source field. Each rule must contain a name and a valid Grok pattern.
|
|
13428
13326
|
*/
|
|
13429
|
-
matchRules?: outputs.
|
|
13327
|
+
matchRules?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule[];
|
|
13430
13328
|
/**
|
|
13431
13329
|
* The name of the field in the log event to apply the Grok rules to.
|
|
13432
13330
|
*/
|
|
@@ -13434,9 +13332,9 @@ export interface ObservabilityPipelineConfigProcessorsParseGrokRule {
|
|
|
13434
13332
|
/**
|
|
13435
13333
|
* A list of helper Grok rules that can be referenced by the parsing rules.
|
|
13436
13334
|
*/
|
|
13437
|
-
supportRules?: outputs.
|
|
13335
|
+
supportRules?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule[];
|
|
13438
13336
|
}
|
|
13439
|
-
export interface
|
|
13337
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule {
|
|
13440
13338
|
/**
|
|
13441
13339
|
* The name of the rule.
|
|
13442
13340
|
*/
|
|
@@ -13446,7 +13344,7 @@ export interface ObservabilityPipelineConfigProcessorsParseGrokRuleMatchRule {
|
|
|
13446
13344
|
*/
|
|
13447
13345
|
rule: string;
|
|
13448
13346
|
}
|
|
13449
|
-
export interface
|
|
13347
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule {
|
|
13450
13348
|
/**
|
|
13451
13349
|
* The name of the helper Grok rule.
|
|
13452
13350
|
*/
|
|
@@ -13456,46 +13354,22 @@ export interface ObservabilityPipelineConfigProcessorsParseGrokRuleSupportRule {
|
|
|
13456
13354
|
*/
|
|
13457
13355
|
rule: string;
|
|
13458
13356
|
}
|
|
13459
|
-
export interface
|
|
13357
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorParseJson {
|
|
13460
13358
|
/**
|
|
13461
13359
|
* The field to parse.
|
|
13462
13360
|
*/
|
|
13463
13361
|
field: string;
|
|
13464
|
-
/**
|
|
13465
|
-
* The unique ID of the processor.
|
|
13466
|
-
*/
|
|
13467
|
-
id: string;
|
|
13468
|
-
/**
|
|
13469
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13470
|
-
*/
|
|
13471
|
-
include: string;
|
|
13472
|
-
/**
|
|
13473
|
-
* The inputs for the processor.
|
|
13474
|
-
*/
|
|
13475
|
-
inputs: string[];
|
|
13476
13362
|
}
|
|
13477
|
-
export interface
|
|
13363
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorQuota {
|
|
13478
13364
|
/**
|
|
13479
13365
|
* Whether to drop events exceeding the limit.
|
|
13480
13366
|
*/
|
|
13481
|
-
dropEvents
|
|
13482
|
-
/**
|
|
13483
|
-
* The unique ID of the processor.
|
|
13484
|
-
*/
|
|
13485
|
-
id: string;
|
|
13367
|
+
dropEvents?: boolean;
|
|
13486
13368
|
/**
|
|
13487
13369
|
* Whether to ignore when partition fields are missing.
|
|
13488
13370
|
*/
|
|
13489
13371
|
ignoreWhenMissingPartitions?: boolean;
|
|
13490
|
-
|
|
13491
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13492
|
-
*/
|
|
13493
|
-
include: string;
|
|
13494
|
-
/**
|
|
13495
|
-
* The inputs for the processor.
|
|
13496
|
-
*/
|
|
13497
|
-
inputs: string[];
|
|
13498
|
-
limit?: outputs.ObservabilityPipelineConfigProcessorsQuotaLimit;
|
|
13372
|
+
limit?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit;
|
|
13499
13373
|
/**
|
|
13500
13374
|
* The name of the quota.
|
|
13501
13375
|
*/
|
|
@@ -13507,13 +13381,13 @@ export interface ObservabilityPipelineConfigProcessorsQuota {
|
|
|
13507
13381
|
/**
|
|
13508
13382
|
* The overrides for field-specific quotas.
|
|
13509
13383
|
*/
|
|
13510
|
-
overrides?: outputs.
|
|
13384
|
+
overrides?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride[];
|
|
13511
13385
|
/**
|
|
13512
13386
|
* List of partition fields.
|
|
13513
13387
|
*/
|
|
13514
13388
|
partitionFields?: string[];
|
|
13515
13389
|
}
|
|
13516
|
-
export interface
|
|
13390
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit {
|
|
13517
13391
|
/**
|
|
13518
13392
|
* Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`.
|
|
13519
13393
|
*/
|
|
@@ -13523,14 +13397,14 @@ export interface ObservabilityPipelineConfigProcessorsQuotaLimit {
|
|
|
13523
13397
|
*/
|
|
13524
13398
|
limit: number;
|
|
13525
13399
|
}
|
|
13526
|
-
export interface
|
|
13400
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride {
|
|
13527
13401
|
/**
|
|
13528
13402
|
* Fields that trigger this override.
|
|
13529
13403
|
*/
|
|
13530
|
-
fields?: outputs.
|
|
13531
|
-
limit?: outputs.
|
|
13404
|
+
fields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField[];
|
|
13405
|
+
limit?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit;
|
|
13532
13406
|
}
|
|
13533
|
-
export interface
|
|
13407
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField {
|
|
13534
13408
|
/**
|
|
13535
13409
|
* The field name.
|
|
13536
13410
|
*/
|
|
@@ -13540,7 +13414,7 @@ export interface ObservabilityPipelineConfigProcessorsQuotaOverrideField {
|
|
|
13540
13414
|
*/
|
|
13541
13415
|
value: string;
|
|
13542
13416
|
}
|
|
13543
|
-
export interface
|
|
13417
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit {
|
|
13544
13418
|
/**
|
|
13545
13419
|
* Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`.
|
|
13546
13420
|
*/
|
|
@@ -13550,29 +13424,17 @@ export interface ObservabilityPipelineConfigProcessorsQuotaOverrideLimit {
|
|
|
13550
13424
|
*/
|
|
13551
13425
|
limit: number;
|
|
13552
13426
|
}
|
|
13553
|
-
export interface
|
|
13427
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorReduce {
|
|
13554
13428
|
/**
|
|
13555
13429
|
* A list of fields used to group log events for merging.
|
|
13556
13430
|
*/
|
|
13557
13431
|
groupBies: string[];
|
|
13558
|
-
/**
|
|
13559
|
-
* The unique identifier for this processor.
|
|
13560
|
-
*/
|
|
13561
|
-
id: string;
|
|
13562
|
-
/**
|
|
13563
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13564
|
-
*/
|
|
13565
|
-
include: string;
|
|
13566
|
-
/**
|
|
13567
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13568
|
-
*/
|
|
13569
|
-
inputs: string[];
|
|
13570
13432
|
/**
|
|
13571
13433
|
* List of merge strategies defining how values from grouped events should be combined.
|
|
13572
13434
|
*/
|
|
13573
|
-
mergeStrategies?: outputs.
|
|
13435
|
+
mergeStrategies?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy[];
|
|
13574
13436
|
}
|
|
13575
|
-
export interface
|
|
13437
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy {
|
|
13576
13438
|
/**
|
|
13577
13439
|
* The field path in the log event.
|
|
13578
13440
|
*/
|
|
@@ -13582,43 +13444,19 @@ export interface ObservabilityPipelineConfigProcessorsReduceMergeStrategy {
|
|
|
13582
13444
|
*/
|
|
13583
13445
|
strategy: string;
|
|
13584
13446
|
}
|
|
13585
|
-
export interface
|
|
13447
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields {
|
|
13586
13448
|
/**
|
|
13587
13449
|
* List of fields to remove from the events.
|
|
13588
13450
|
*/
|
|
13589
13451
|
fields: string[];
|
|
13590
|
-
/**
|
|
13591
|
-
* The unique ID of the processor.
|
|
13592
|
-
*/
|
|
13593
|
-
id: string;
|
|
13594
|
-
/**
|
|
13595
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13596
|
-
*/
|
|
13597
|
-
include: string;
|
|
13598
|
-
/**
|
|
13599
|
-
* The inputs for the processor.
|
|
13600
|
-
*/
|
|
13601
|
-
inputs: string[];
|
|
13602
13452
|
}
|
|
13603
|
-
export interface
|
|
13453
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorRenameFields {
|
|
13604
13454
|
/**
|
|
13605
13455
|
* List of fields to rename.
|
|
13606
13456
|
*/
|
|
13607
|
-
fields?: outputs.
|
|
13608
|
-
/**
|
|
13609
|
-
* The unique ID of the processor.
|
|
13610
|
-
*/
|
|
13611
|
-
id: string;
|
|
13612
|
-
/**
|
|
13613
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13614
|
-
*/
|
|
13615
|
-
include: string;
|
|
13616
|
-
/**
|
|
13617
|
-
* The inputs for the processor.
|
|
13618
|
-
*/
|
|
13619
|
-
inputs: string[];
|
|
13457
|
+
fields?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField[];
|
|
13620
13458
|
}
|
|
13621
|
-
export interface
|
|
13459
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField {
|
|
13622
13460
|
/**
|
|
13623
13461
|
* Destination field name.
|
|
13624
13462
|
*/
|
|
@@ -13632,19 +13470,7 @@ export interface ObservabilityPipelineConfigProcessorsRenameFieldField {
|
|
|
13632
13470
|
*/
|
|
13633
13471
|
source: string;
|
|
13634
13472
|
}
|
|
13635
|
-
export interface
|
|
13636
|
-
/**
|
|
13637
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).
|
|
13638
|
-
*/
|
|
13639
|
-
id: string;
|
|
13640
|
-
/**
|
|
13641
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13642
|
-
*/
|
|
13643
|
-
include: string;
|
|
13644
|
-
/**
|
|
13645
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
13646
|
-
*/
|
|
13647
|
-
inputs: string[];
|
|
13473
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSample {
|
|
13648
13474
|
/**
|
|
13649
13475
|
* The percentage of logs to sample.
|
|
13650
13476
|
*/
|
|
@@ -13654,51 +13480,39 @@ export interface ObservabilityPipelineConfigProcessorsSample {
|
|
|
13654
13480
|
*/
|
|
13655
13481
|
rate?: number;
|
|
13656
13482
|
}
|
|
13657
|
-
export interface
|
|
13658
|
-
/**
|
|
13659
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
13660
|
-
*/
|
|
13661
|
-
id: string;
|
|
13662
|
-
/**
|
|
13663
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13664
|
-
*/
|
|
13665
|
-
include: string;
|
|
13666
|
-
/**
|
|
13667
|
-
* A list of component IDs whose output is used as the `input` for this component.
|
|
13668
|
-
*/
|
|
13669
|
-
inputs: string[];
|
|
13483
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner {
|
|
13670
13484
|
/**
|
|
13671
13485
|
* A list of rules for identifying and acting on sensitive data patterns.
|
|
13672
13486
|
*/
|
|
13673
|
-
rules?: outputs.
|
|
13487
|
+
rules?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule[];
|
|
13674
13488
|
}
|
|
13675
|
-
export interface
|
|
13489
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule {
|
|
13676
13490
|
/**
|
|
13677
13491
|
* Keyword-based proximity matching for sensitive data.
|
|
13678
13492
|
*/
|
|
13679
|
-
keywordOptions?: outputs.
|
|
13493
|
+
keywordOptions?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions;
|
|
13680
13494
|
/**
|
|
13681
13495
|
* A name identifying the rule.
|
|
13682
13496
|
*/
|
|
13683
|
-
name
|
|
13497
|
+
name: string;
|
|
13684
13498
|
/**
|
|
13685
13499
|
* The action to take when a sensitive value is found.
|
|
13686
13500
|
*/
|
|
13687
|
-
onMatch?: outputs.
|
|
13501
|
+
onMatch?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch;
|
|
13688
13502
|
/**
|
|
13689
13503
|
* Pattern detection configuration for identifying sensitive data using either a custom regex or a library reference.
|
|
13690
13504
|
*/
|
|
13691
|
-
pattern?: outputs.
|
|
13505
|
+
pattern?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern;
|
|
13692
13506
|
/**
|
|
13693
13507
|
* Field-level targeting options that determine where the scanner should operate.
|
|
13694
13508
|
*/
|
|
13695
|
-
scope?: outputs.
|
|
13509
|
+
scope?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope;
|
|
13696
13510
|
/**
|
|
13697
13511
|
* Tags assigned to this rule for filtering and classification.
|
|
13698
13512
|
*/
|
|
13699
|
-
tags
|
|
13513
|
+
tags: string[];
|
|
13700
13514
|
}
|
|
13701
|
-
export interface
|
|
13515
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions {
|
|
13702
13516
|
/**
|
|
13703
13517
|
* A list of keywords to match near the sensitive pattern.
|
|
13704
13518
|
*/
|
|
@@ -13708,23 +13522,23 @@ export interface ObservabilityPipelineConfigProcessorsSensitiveDataScannerRuleKe
|
|
|
13708
13522
|
*/
|
|
13709
13523
|
proximity?: number;
|
|
13710
13524
|
}
|
|
13711
|
-
export interface
|
|
13525
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch {
|
|
13712
13526
|
/**
|
|
13713
13527
|
* Hashes the matched value.
|
|
13714
13528
|
*/
|
|
13715
|
-
hash?: outputs.
|
|
13529
|
+
hash?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash;
|
|
13716
13530
|
/**
|
|
13717
13531
|
* Redacts part of the matched value (e.g., keep last 4 characters).
|
|
13718
13532
|
*/
|
|
13719
|
-
partialRedact?: outputs.
|
|
13533
|
+
partialRedact?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact;
|
|
13720
13534
|
/**
|
|
13721
13535
|
* Redacts the matched value.
|
|
13722
13536
|
*/
|
|
13723
|
-
redact?: outputs.
|
|
13537
|
+
redact?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact;
|
|
13724
13538
|
}
|
|
13725
|
-
export interface
|
|
13539
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash {
|
|
13726
13540
|
}
|
|
13727
|
-
export interface
|
|
13541
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact {
|
|
13728
13542
|
/**
|
|
13729
13543
|
* Number of characters to keep.
|
|
13730
13544
|
*/
|
|
@@ -13734,29 +13548,29 @@ export interface ObservabilityPipelineConfigProcessorsSensitiveDataScannerRuleOn
|
|
|
13734
13548
|
*/
|
|
13735
13549
|
direction?: string;
|
|
13736
13550
|
}
|
|
13737
|
-
export interface
|
|
13551
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact {
|
|
13738
13552
|
/**
|
|
13739
13553
|
* Replacement string for redacted values (e.g., `***`).
|
|
13740
13554
|
*/
|
|
13741
13555
|
replace?: string;
|
|
13742
13556
|
}
|
|
13743
|
-
export interface
|
|
13557
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern {
|
|
13744
13558
|
/**
|
|
13745
13559
|
* Pattern detection using a custom regular expression.
|
|
13746
13560
|
*/
|
|
13747
|
-
custom?: outputs.
|
|
13561
|
+
custom?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom;
|
|
13748
13562
|
/**
|
|
13749
13563
|
* Pattern detection using a predefined pattern from the sensitive data scanner pattern library.
|
|
13750
13564
|
*/
|
|
13751
|
-
library?: outputs.
|
|
13565
|
+
library?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary;
|
|
13752
13566
|
}
|
|
13753
|
-
export interface
|
|
13567
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom {
|
|
13754
13568
|
/**
|
|
13755
13569
|
* A regular expression used to detect sensitive values. Must be a valid regex.
|
|
13756
13570
|
*/
|
|
13757
13571
|
rule?: string;
|
|
13758
13572
|
}
|
|
13759
|
-
export interface
|
|
13573
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary {
|
|
13760
13574
|
/**
|
|
13761
13575
|
* Identifier for a predefined pattern from the sensitive data scanner pattern library.
|
|
13762
13576
|
*/
|
|
@@ -13766,7 +13580,7 @@ export interface ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulePa
|
|
|
13766
13580
|
*/
|
|
13767
13581
|
useRecommendedKeywords?: boolean;
|
|
13768
13582
|
}
|
|
13769
|
-
export interface
|
|
13583
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope {
|
|
13770
13584
|
/**
|
|
13771
13585
|
* Scan all fields.
|
|
13772
13586
|
*/
|
|
@@ -13774,41 +13588,29 @@ export interface ObservabilityPipelineConfigProcessorsSensitiveDataScannerRuleSc
|
|
|
13774
13588
|
/**
|
|
13775
13589
|
* Explicitly exclude these fields from scanning.
|
|
13776
13590
|
*/
|
|
13777
|
-
exclude?: outputs.
|
|
13591
|
+
exclude?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude;
|
|
13778
13592
|
/**
|
|
13779
13593
|
* Explicitly include these fields for scanning.
|
|
13780
13594
|
*/
|
|
13781
|
-
include?: outputs.
|
|
13595
|
+
include?: outputs.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude;
|
|
13782
13596
|
}
|
|
13783
|
-
export interface
|
|
13597
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude {
|
|
13784
13598
|
/**
|
|
13785
13599
|
* The fields to exclude from scanning.
|
|
13786
13600
|
*/
|
|
13787
13601
|
fields?: string[];
|
|
13788
13602
|
}
|
|
13789
|
-
export interface
|
|
13603
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude {
|
|
13790
13604
|
/**
|
|
13791
13605
|
* The fields to include in scanning.
|
|
13792
13606
|
*/
|
|
13793
13607
|
fields?: string[];
|
|
13794
13608
|
}
|
|
13795
|
-
export interface
|
|
13609
|
+
export interface ObservabilityPipelineConfigProcessorGroupProcessorThrottle {
|
|
13796
13610
|
/**
|
|
13797
13611
|
* Optional list of fields used to group events before applying throttling.
|
|
13798
13612
|
*/
|
|
13799
13613
|
groupBies?: string[];
|
|
13800
|
-
/**
|
|
13801
|
-
* The unique identifier for this processor.
|
|
13802
|
-
*/
|
|
13803
|
-
id: string;
|
|
13804
|
-
/**
|
|
13805
|
-
* A Datadog search query used to determine which logs this processor targets.
|
|
13806
|
-
*/
|
|
13807
|
-
include: string;
|
|
13808
|
-
/**
|
|
13809
|
-
* A list of component IDs whose output is used as the input for this processor.
|
|
13810
|
-
*/
|
|
13811
|
-
inputs: string[];
|
|
13812
13614
|
/**
|
|
13813
13615
|
* The number of events to allow before throttling is applied.
|
|
13814
13616
|
*/
|
|
@@ -13818,87 +13620,87 @@ export interface ObservabilityPipelineConfigProcessorsThrottle {
|
|
|
13818
13620
|
*/
|
|
13819
13621
|
window: number;
|
|
13820
13622
|
}
|
|
13821
|
-
export interface
|
|
13623
|
+
export interface ObservabilityPipelineConfigSource {
|
|
13822
13624
|
/**
|
|
13823
13625
|
* The `amazonDataFirehose` source ingests logs from AWS Data Firehose.
|
|
13824
13626
|
*/
|
|
13825
|
-
amazonDataFirehoses?: outputs.
|
|
13627
|
+
amazonDataFirehoses?: outputs.ObservabilityPipelineConfigSourceAmazonDataFirehose[];
|
|
13826
13628
|
/**
|
|
13827
13629
|
* The `amazonS3` source ingests logs from an Amazon S3 bucket. It supports AWS authentication and TLS encryption.
|
|
13828
13630
|
*/
|
|
13829
|
-
amazonS3s?: outputs.
|
|
13631
|
+
amazonS3s?: outputs.ObservabilityPipelineConfigSourceAmazonS3[];
|
|
13830
13632
|
/**
|
|
13831
13633
|
* The `datadogAgent` source collects logs from the Datadog Agent.
|
|
13832
13634
|
*/
|
|
13833
|
-
datadogAgents?: outputs.
|
|
13635
|
+
datadogAgents?: outputs.ObservabilityPipelineConfigSourceDatadogAgent[];
|
|
13834
13636
|
/**
|
|
13835
|
-
* The `
|
|
13637
|
+
* The `fluentBit` source ingests logs from Fluent Bit.
|
|
13836
13638
|
*/
|
|
13837
|
-
fluentBits?: outputs.
|
|
13639
|
+
fluentBits?: outputs.ObservabilityPipelineConfigSourceFluentBit[];
|
|
13838
13640
|
/**
|
|
13839
|
-
* The `
|
|
13641
|
+
* The `fluentd source ingests logs from a Fluentd-compatible service.
|
|
13840
13642
|
*/
|
|
13841
|
-
fluentds?: outputs.
|
|
13643
|
+
fluentds?: outputs.ObservabilityPipelineConfigSourceFluentd[];
|
|
13842
13644
|
/**
|
|
13843
13645
|
* The `googlePubsub` source ingests logs from a Google Cloud Pub/Sub subscription.
|
|
13844
13646
|
*/
|
|
13845
|
-
googlePubsubs?: outputs.
|
|
13647
|
+
googlePubsubs?: outputs.ObservabilityPipelineConfigSourceGooglePubsub[];
|
|
13846
13648
|
/**
|
|
13847
13649
|
* The `httpClient` source scrapes logs from HTTP endpoints at regular intervals.
|
|
13848
13650
|
*/
|
|
13849
|
-
httpClients?: outputs.
|
|
13651
|
+
httpClients?: outputs.ObservabilityPipelineConfigSourceHttpClient[];
|
|
13850
13652
|
/**
|
|
13851
13653
|
* The `httpServer` source collects logs over HTTP POST from external services.
|
|
13852
13654
|
*/
|
|
13853
|
-
httpServers?: outputs.
|
|
13655
|
+
httpServers?: outputs.ObservabilityPipelineConfigSourceHttpServer[];
|
|
13656
|
+
/**
|
|
13657
|
+
* The unique identifier for this source.
|
|
13658
|
+
*/
|
|
13659
|
+
id: string;
|
|
13854
13660
|
/**
|
|
13855
13661
|
* The `kafka` source ingests data from Apache Kafka topics.
|
|
13856
13662
|
*/
|
|
13857
|
-
kafkas?: outputs.
|
|
13663
|
+
kafkas?: outputs.ObservabilityPipelineConfigSourceKafka[];
|
|
13858
13664
|
/**
|
|
13859
13665
|
* The `logstash` source ingests logs from a Logstash forwarder.
|
|
13860
13666
|
*/
|
|
13861
|
-
logstashes?: outputs.
|
|
13667
|
+
logstashes?: outputs.ObservabilityPipelineConfigSourceLogstash[];
|
|
13862
13668
|
/**
|
|
13863
13669
|
* The `rsyslog` source listens for logs over TCP or UDP from an `rsyslog` server using the syslog protocol.
|
|
13864
13670
|
*/
|
|
13865
|
-
rsyslogs?: outputs.
|
|
13671
|
+
rsyslogs?: outputs.ObservabilityPipelineConfigSourceRsyslog[];
|
|
13866
13672
|
/**
|
|
13867
13673
|
* The `socket` source ingests logs over TCP or UDP.
|
|
13868
13674
|
*/
|
|
13869
|
-
sockets?: outputs.
|
|
13675
|
+
sockets?: outputs.ObservabilityPipelineConfigSourceSocket[];
|
|
13870
13676
|
/**
|
|
13871
13677
|
* The `splunkHec` source implements the Splunk HTTP Event Collector (HEC) API.
|
|
13872
13678
|
*/
|
|
13873
|
-
splunkHecs?: outputs.
|
|
13679
|
+
splunkHecs?: outputs.ObservabilityPipelineConfigSourceSplunkHec[];
|
|
13874
13680
|
/**
|
|
13875
13681
|
* The `splunkTcp` source receives logs from a Splunk Universal Forwarder over TCP. TLS is supported for secure transmission.
|
|
13876
13682
|
*/
|
|
13877
|
-
splunkTcps?: outputs.
|
|
13683
|
+
splunkTcps?: outputs.ObservabilityPipelineConfigSourceSplunkTcp[];
|
|
13878
13684
|
/**
|
|
13879
13685
|
* The `sumoLogic` source receives logs from Sumo Logic collectors.
|
|
13880
13686
|
*/
|
|
13881
|
-
sumoLogics?: outputs.
|
|
13687
|
+
sumoLogics?: outputs.ObservabilityPipelineConfigSourceSumoLogic[];
|
|
13882
13688
|
/**
|
|
13883
13689
|
* The `syslogNg` source listens for logs over TCP or UDP from a `syslog-ng` server using the syslog protocol.
|
|
13884
13690
|
*/
|
|
13885
|
-
syslogNgs?: outputs.
|
|
13691
|
+
syslogNgs?: outputs.ObservabilityPipelineConfigSourceSyslogNg[];
|
|
13886
13692
|
}
|
|
13887
|
-
export interface
|
|
13888
|
-
/**
|
|
13889
|
-
* AWS authentication credentials used for accessing AWS services such as S3. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
13890
|
-
*/
|
|
13891
|
-
auth?: outputs.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth;
|
|
13693
|
+
export interface ObservabilityPipelineConfigSourceAmazonDataFirehose {
|
|
13892
13694
|
/**
|
|
13893
|
-
*
|
|
13695
|
+
* AWS authentication credentials used for accessing AWS services. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
13894
13696
|
*/
|
|
13895
|
-
|
|
13697
|
+
auth?: outputs.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth;
|
|
13896
13698
|
/**
|
|
13897
13699
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
13898
13700
|
*/
|
|
13899
|
-
tls?: outputs.
|
|
13701
|
+
tls?: outputs.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls;
|
|
13900
13702
|
}
|
|
13901
|
-
export interface
|
|
13703
|
+
export interface ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth {
|
|
13902
13704
|
/**
|
|
13903
13705
|
* The Amazon Resource Name (ARN) of the role to assume.
|
|
13904
13706
|
*/
|
|
@@ -13912,7 +13714,7 @@ export interface ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth {
|
|
|
13912
13714
|
*/
|
|
13913
13715
|
sessionName?: string;
|
|
13914
13716
|
}
|
|
13915
|
-
export interface
|
|
13717
|
+
export interface ObservabilityPipelineConfigSourceAmazonDataFirehoseTls {
|
|
13916
13718
|
/**
|
|
13917
13719
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
13918
13720
|
*/
|
|
@@ -13920,21 +13722,17 @@ export interface ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls {
|
|
|
13920
13722
|
/**
|
|
13921
13723
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
13922
13724
|
*/
|
|
13923
|
-
crtFile
|
|
13725
|
+
crtFile: string;
|
|
13924
13726
|
/**
|
|
13925
13727
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
13926
13728
|
*/
|
|
13927
13729
|
keyFile?: string;
|
|
13928
13730
|
}
|
|
13929
|
-
export interface
|
|
13930
|
-
/**
|
|
13931
|
-
* AWS authentication credentials used for accessing AWS services such as S3. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
13932
|
-
*/
|
|
13933
|
-
auth?: outputs.ObservabilityPipelineConfigSourcesAmazonS3Auth;
|
|
13731
|
+
export interface ObservabilityPipelineConfigSourceAmazonS3 {
|
|
13934
13732
|
/**
|
|
13935
|
-
*
|
|
13733
|
+
* AWS authentication credentials used for accessing AWS services. If omitted, the system's default credentials are used (for example, the IAM role and environment variables).
|
|
13936
13734
|
*/
|
|
13937
|
-
|
|
13735
|
+
auth?: outputs.ObservabilityPipelineConfigSourceAmazonS3Auth;
|
|
13938
13736
|
/**
|
|
13939
13737
|
* AWS region where the S3 bucket resides.
|
|
13940
13738
|
*/
|
|
@@ -13942,9 +13740,9 @@ export interface ObservabilityPipelineConfigSourcesAmazonS3 {
|
|
|
13942
13740
|
/**
|
|
13943
13741
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
13944
13742
|
*/
|
|
13945
|
-
tls?: outputs.
|
|
13743
|
+
tls?: outputs.ObservabilityPipelineConfigSourceAmazonS3Tls;
|
|
13946
13744
|
}
|
|
13947
|
-
export interface
|
|
13745
|
+
export interface ObservabilityPipelineConfigSourceAmazonS3Auth {
|
|
13948
13746
|
/**
|
|
13949
13747
|
* The Amazon Resource Name (ARN) of the role to assume.
|
|
13950
13748
|
*/
|
|
@@ -13958,7 +13756,7 @@ export interface ObservabilityPipelineConfigSourcesAmazonS3Auth {
|
|
|
13958
13756
|
*/
|
|
13959
13757
|
sessionName?: string;
|
|
13960
13758
|
}
|
|
13961
|
-
export interface
|
|
13759
|
+
export interface ObservabilityPipelineConfigSourceAmazonS3Tls {
|
|
13962
13760
|
/**
|
|
13963
13761
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
13964
13762
|
*/
|
|
@@ -13966,23 +13764,19 @@ export interface ObservabilityPipelineConfigSourcesAmazonS3Tls {
|
|
|
13966
13764
|
/**
|
|
13967
13765
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
13968
13766
|
*/
|
|
13969
|
-
crtFile
|
|
13767
|
+
crtFile: string;
|
|
13970
13768
|
/**
|
|
13971
13769
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
13972
13770
|
*/
|
|
13973
13771
|
keyFile?: string;
|
|
13974
13772
|
}
|
|
13975
|
-
export interface
|
|
13976
|
-
/**
|
|
13977
|
-
* The unique ID of the source.
|
|
13978
|
-
*/
|
|
13979
|
-
id: string;
|
|
13773
|
+
export interface ObservabilityPipelineConfigSourceDatadogAgent {
|
|
13980
13774
|
/**
|
|
13981
13775
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
13982
13776
|
*/
|
|
13983
|
-
tls?: outputs.
|
|
13777
|
+
tls?: outputs.ObservabilityPipelineConfigSourceDatadogAgentTls;
|
|
13984
13778
|
}
|
|
13985
|
-
export interface
|
|
13779
|
+
export interface ObservabilityPipelineConfigSourceDatadogAgentTls {
|
|
13986
13780
|
/**
|
|
13987
13781
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
13988
13782
|
*/
|
|
@@ -13990,23 +13784,19 @@ export interface ObservabilityPipelineConfigSourcesDatadogAgentTls {
|
|
|
13990
13784
|
/**
|
|
13991
13785
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
13992
13786
|
*/
|
|
13993
|
-
crtFile
|
|
13787
|
+
crtFile: string;
|
|
13994
13788
|
/**
|
|
13995
13789
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
13996
13790
|
*/
|
|
13997
13791
|
keyFile?: string;
|
|
13998
13792
|
}
|
|
13999
|
-
export interface
|
|
14000
|
-
/**
|
|
14001
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).
|
|
14002
|
-
*/
|
|
14003
|
-
id: string;
|
|
13793
|
+
export interface ObservabilityPipelineConfigSourceFluentBit {
|
|
14004
13794
|
/**
|
|
14005
13795
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14006
13796
|
*/
|
|
14007
|
-
tls?: outputs.
|
|
13797
|
+
tls?: outputs.ObservabilityPipelineConfigSourceFluentBitTls;
|
|
14008
13798
|
}
|
|
14009
|
-
export interface
|
|
13799
|
+
export interface ObservabilityPipelineConfigSourceFluentBitTls {
|
|
14010
13800
|
/**
|
|
14011
13801
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14012
13802
|
*/
|
|
@@ -14014,23 +13804,19 @@ export interface ObservabilityPipelineConfigSourcesFluentBitTls {
|
|
|
14014
13804
|
/**
|
|
14015
13805
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14016
13806
|
*/
|
|
14017
|
-
crtFile
|
|
13807
|
+
crtFile: string;
|
|
14018
13808
|
/**
|
|
14019
13809
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14020
13810
|
*/
|
|
14021
13811
|
keyFile?: string;
|
|
14022
13812
|
}
|
|
14023
|
-
export interface
|
|
14024
|
-
/**
|
|
14025
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).
|
|
14026
|
-
*/
|
|
14027
|
-
id: string;
|
|
13813
|
+
export interface ObservabilityPipelineConfigSourceFluentd {
|
|
14028
13814
|
/**
|
|
14029
13815
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14030
13816
|
*/
|
|
14031
|
-
tls?: outputs.
|
|
13817
|
+
tls?: outputs.ObservabilityPipelineConfigSourceFluentdTls;
|
|
14032
13818
|
}
|
|
14033
|
-
export interface
|
|
13819
|
+
export interface ObservabilityPipelineConfigSourceFluentdTls {
|
|
14034
13820
|
/**
|
|
14035
13821
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14036
13822
|
*/
|
|
@@ -14038,25 +13824,21 @@ export interface ObservabilityPipelineConfigSourcesFluentdTls {
|
|
|
14038
13824
|
/**
|
|
14039
13825
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14040
13826
|
*/
|
|
14041
|
-
crtFile
|
|
13827
|
+
crtFile: string;
|
|
14042
13828
|
/**
|
|
14043
13829
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14044
13830
|
*/
|
|
14045
13831
|
keyFile?: string;
|
|
14046
13832
|
}
|
|
14047
|
-
export interface
|
|
13833
|
+
export interface ObservabilityPipelineConfigSourceGooglePubsub {
|
|
14048
13834
|
/**
|
|
14049
13835
|
* GCP credentials used to authenticate with Google Cloud services.
|
|
14050
13836
|
*/
|
|
14051
|
-
auth?: outputs.
|
|
13837
|
+
auth?: outputs.ObservabilityPipelineConfigSourceGooglePubsubAuth;
|
|
14052
13838
|
/**
|
|
14053
13839
|
* The decoding format used to interpret incoming logs.
|
|
14054
13840
|
*/
|
|
14055
13841
|
decoding: string;
|
|
14056
|
-
/**
|
|
14057
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14058
|
-
*/
|
|
14059
|
-
id: string;
|
|
14060
13842
|
/**
|
|
14061
13843
|
* The GCP project ID that owns the Pub/Sub subscription.
|
|
14062
13844
|
*/
|
|
@@ -14068,15 +13850,15 @@ export interface ObservabilityPipelineConfigSourcesGooglePubsub {
|
|
|
14068
13850
|
/**
|
|
14069
13851
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14070
13852
|
*/
|
|
14071
|
-
tls?: outputs.
|
|
13853
|
+
tls?: outputs.ObservabilityPipelineConfigSourceGooglePubsubTls;
|
|
14072
13854
|
}
|
|
14073
|
-
export interface
|
|
13855
|
+
export interface ObservabilityPipelineConfigSourceGooglePubsubAuth {
|
|
14074
13856
|
/**
|
|
14075
|
-
* Path to the GCP service account key file.
|
|
13857
|
+
* Path to the GCP service account key file.
|
|
14076
13858
|
*/
|
|
14077
|
-
credentialsFile
|
|
13859
|
+
credentialsFile: string;
|
|
14078
13860
|
}
|
|
14079
|
-
export interface
|
|
13861
|
+
export interface ObservabilityPipelineConfigSourceGooglePubsubTls {
|
|
14080
13862
|
/**
|
|
14081
13863
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14082
13864
|
*/
|
|
@@ -14084,13 +13866,13 @@ export interface ObservabilityPipelineConfigSourcesGooglePubsubTls {
|
|
|
14084
13866
|
/**
|
|
14085
13867
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14086
13868
|
*/
|
|
14087
|
-
crtFile
|
|
13869
|
+
crtFile: string;
|
|
14088
13870
|
/**
|
|
14089
13871
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14090
13872
|
*/
|
|
14091
13873
|
keyFile?: string;
|
|
14092
13874
|
}
|
|
14093
|
-
export interface
|
|
13875
|
+
export interface ObservabilityPipelineConfigSourceHttpClient {
|
|
14094
13876
|
/**
|
|
14095
13877
|
* Optional authentication strategy for HTTP requests.
|
|
14096
13878
|
*/
|
|
@@ -14099,10 +13881,6 @@ export interface ObservabilityPipelineConfigSourcesHttpClient {
|
|
|
14099
13881
|
* The decoding format used to interpret incoming logs.
|
|
14100
13882
|
*/
|
|
14101
13883
|
decoding: string;
|
|
14102
|
-
/**
|
|
14103
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14104
|
-
*/
|
|
14105
|
-
id: string;
|
|
14106
13884
|
/**
|
|
14107
13885
|
* The interval (in seconds) between HTTP scrape requests.
|
|
14108
13886
|
*/
|
|
@@ -14114,9 +13892,9 @@ export interface ObservabilityPipelineConfigSourcesHttpClient {
|
|
|
14114
13892
|
/**
|
|
14115
13893
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14116
13894
|
*/
|
|
14117
|
-
tls?: outputs.
|
|
13895
|
+
tls?: outputs.ObservabilityPipelineConfigSourceHttpClientTls;
|
|
14118
13896
|
}
|
|
14119
|
-
export interface
|
|
13897
|
+
export interface ObservabilityPipelineConfigSourceHttpClientTls {
|
|
14120
13898
|
/**
|
|
14121
13899
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14122
13900
|
*/
|
|
@@ -14124,13 +13902,13 @@ export interface ObservabilityPipelineConfigSourcesHttpClientTls {
|
|
|
14124
13902
|
/**
|
|
14125
13903
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14126
13904
|
*/
|
|
14127
|
-
crtFile
|
|
13905
|
+
crtFile: string;
|
|
14128
13906
|
/**
|
|
14129
13907
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14130
13908
|
*/
|
|
14131
13909
|
keyFile?: string;
|
|
14132
13910
|
}
|
|
14133
|
-
export interface
|
|
13911
|
+
export interface ObservabilityPipelineConfigSourceHttpServer {
|
|
14134
13912
|
/**
|
|
14135
13913
|
* HTTP authentication method. Valid values are `none`, `plain`.
|
|
14136
13914
|
*/
|
|
@@ -14139,16 +13917,12 @@ export interface ObservabilityPipelineConfigSourcesHttpServer {
|
|
|
14139
13917
|
* The decoding format used to interpret incoming logs. Valid values are `json`, `gelf`, `syslog`, `bytes`.
|
|
14140
13918
|
*/
|
|
14141
13919
|
decoding: string;
|
|
14142
|
-
/**
|
|
14143
|
-
* Unique ID for the HTTP server source.
|
|
14144
|
-
*/
|
|
14145
|
-
id: string;
|
|
14146
13920
|
/**
|
|
14147
13921
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14148
13922
|
*/
|
|
14149
|
-
tls?: outputs.
|
|
13923
|
+
tls?: outputs.ObservabilityPipelineConfigSourceHttpServerTls;
|
|
14150
13924
|
}
|
|
14151
|
-
export interface
|
|
13925
|
+
export interface ObservabilityPipelineConfigSourceHttpServerTls {
|
|
14152
13926
|
/**
|
|
14153
13927
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14154
13928
|
*/
|
|
@@ -14156,39 +13930,35 @@ export interface ObservabilityPipelineConfigSourcesHttpServerTls {
|
|
|
14156
13930
|
/**
|
|
14157
13931
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14158
13932
|
*/
|
|
14159
|
-
crtFile
|
|
13933
|
+
crtFile: string;
|
|
14160
13934
|
/**
|
|
14161
13935
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14162
13936
|
*/
|
|
14163
13937
|
keyFile?: string;
|
|
14164
13938
|
}
|
|
14165
|
-
export interface
|
|
13939
|
+
export interface ObservabilityPipelineConfigSourceKafka {
|
|
14166
13940
|
/**
|
|
14167
13941
|
* The Kafka consumer group ID.
|
|
14168
13942
|
*/
|
|
14169
13943
|
groupId: string;
|
|
14170
|
-
/**
|
|
14171
|
-
* The unique ID of the source.
|
|
14172
|
-
*/
|
|
14173
|
-
id: string;
|
|
14174
13944
|
/**
|
|
14175
13945
|
* Advanced librdkafka client configuration options.
|
|
14176
13946
|
*/
|
|
14177
|
-
librdkafkaOptions?: outputs.
|
|
13947
|
+
librdkafkaOptions?: outputs.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption[];
|
|
14178
13948
|
/**
|
|
14179
13949
|
* SASL authentication settings.
|
|
14180
13950
|
*/
|
|
14181
|
-
sasl?: outputs.
|
|
13951
|
+
sasl?: outputs.ObservabilityPipelineConfigSourceKafkaSasl;
|
|
14182
13952
|
/**
|
|
14183
13953
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14184
13954
|
*/
|
|
14185
|
-
tls?: outputs.
|
|
13955
|
+
tls?: outputs.ObservabilityPipelineConfigSourceKafkaTls;
|
|
14186
13956
|
/**
|
|
14187
13957
|
* A list of Kafka topic names to subscribe to. The source ingests messages from each topic specified.
|
|
14188
13958
|
*/
|
|
14189
13959
|
topics: string[];
|
|
14190
13960
|
}
|
|
14191
|
-
export interface
|
|
13961
|
+
export interface ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption {
|
|
14192
13962
|
/**
|
|
14193
13963
|
* The name of the librdkafka option.
|
|
14194
13964
|
*/
|
|
@@ -14198,13 +13968,13 @@ export interface ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption {
|
|
|
14198
13968
|
*/
|
|
14199
13969
|
value: string;
|
|
14200
13970
|
}
|
|
14201
|
-
export interface
|
|
13971
|
+
export interface ObservabilityPipelineConfigSourceKafkaSasl {
|
|
14202
13972
|
/**
|
|
14203
13973
|
* SASL mechanism to use (e.g., PLAIN, SCRAM-SHA-256, SCRAM-SHA-512). Valid values are `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`.
|
|
14204
13974
|
*/
|
|
14205
|
-
mechanism
|
|
13975
|
+
mechanism: string;
|
|
14206
13976
|
}
|
|
14207
|
-
export interface
|
|
13977
|
+
export interface ObservabilityPipelineConfigSourceKafkaTls {
|
|
14208
13978
|
/**
|
|
14209
13979
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14210
13980
|
*/
|
|
@@ -14212,23 +13982,19 @@ export interface ObservabilityPipelineConfigSourcesKafkaTls {
|
|
|
14212
13982
|
/**
|
|
14213
13983
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14214
13984
|
*/
|
|
14215
|
-
crtFile
|
|
13985
|
+
crtFile: string;
|
|
14216
13986
|
/**
|
|
14217
13987
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14218
13988
|
*/
|
|
14219
13989
|
keyFile?: string;
|
|
14220
13990
|
}
|
|
14221
|
-
export interface
|
|
14222
|
-
/**
|
|
14223
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14224
|
-
*/
|
|
14225
|
-
id: string;
|
|
13991
|
+
export interface ObservabilityPipelineConfigSourceLogstash {
|
|
14226
13992
|
/**
|
|
14227
13993
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14228
13994
|
*/
|
|
14229
|
-
tls?: outputs.
|
|
13995
|
+
tls?: outputs.ObservabilityPipelineConfigSourceLogstashTls;
|
|
14230
13996
|
}
|
|
14231
|
-
export interface
|
|
13997
|
+
export interface ObservabilityPipelineConfigSourceLogstashTls {
|
|
14232
13998
|
/**
|
|
14233
13999
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14234
14000
|
*/
|
|
@@ -14236,17 +14002,13 @@ export interface ObservabilityPipelineConfigSourcesLogstashTls {
|
|
|
14236
14002
|
/**
|
|
14237
14003
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14238
14004
|
*/
|
|
14239
|
-
crtFile
|
|
14005
|
+
crtFile: string;
|
|
14240
14006
|
/**
|
|
14241
14007
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14242
14008
|
*/
|
|
14243
14009
|
keyFile?: string;
|
|
14244
14010
|
}
|
|
14245
|
-
export interface
|
|
14246
|
-
/**
|
|
14247
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14248
|
-
*/
|
|
14249
|
-
id: string;
|
|
14011
|
+
export interface ObservabilityPipelineConfigSourceRsyslog {
|
|
14250
14012
|
/**
|
|
14251
14013
|
* Protocol used by the syslog source to receive messages.
|
|
14252
14014
|
*/
|
|
@@ -14254,9 +14016,9 @@ export interface ObservabilityPipelineConfigSourcesRsyslog {
|
|
|
14254
14016
|
/**
|
|
14255
14017
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14256
14018
|
*/
|
|
14257
|
-
tls?: outputs.
|
|
14019
|
+
tls?: outputs.ObservabilityPipelineConfigSourceRsyslogTls;
|
|
14258
14020
|
}
|
|
14259
|
-
export interface
|
|
14021
|
+
export interface ObservabilityPipelineConfigSourceRsyslogTls {
|
|
14260
14022
|
/**
|
|
14261
14023
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14262
14024
|
*/
|
|
@@ -14264,21 +14026,17 @@ export interface ObservabilityPipelineConfigSourcesRsyslogTls {
|
|
|
14264
14026
|
/**
|
|
14265
14027
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14266
14028
|
*/
|
|
14267
|
-
crtFile
|
|
14029
|
+
crtFile: string;
|
|
14268
14030
|
/**
|
|
14269
14031
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14270
14032
|
*/
|
|
14271
14033
|
keyFile?: string;
|
|
14272
14034
|
}
|
|
14273
|
-
export interface
|
|
14035
|
+
export interface ObservabilityPipelineConfigSourceSocket {
|
|
14274
14036
|
/**
|
|
14275
14037
|
* Defines the framing method for incoming messages.
|
|
14276
14038
|
*/
|
|
14277
|
-
framing?: outputs.
|
|
14278
|
-
/**
|
|
14279
|
-
* The unique identifier for this component.
|
|
14280
|
-
*/
|
|
14281
|
-
id: string;
|
|
14039
|
+
framing?: outputs.ObservabilityPipelineConfigSourceSocketFraming;
|
|
14282
14040
|
/**
|
|
14283
14041
|
* The protocol used to receive logs. Valid values are `tcp`, `udp`.
|
|
14284
14042
|
*/
|
|
@@ -14286,25 +14044,25 @@ export interface ObservabilityPipelineConfigSourcesSocket {
|
|
|
14286
14044
|
/**
|
|
14287
14045
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14288
14046
|
*/
|
|
14289
|
-
tls?: outputs.
|
|
14047
|
+
tls?: outputs.ObservabilityPipelineConfigSourceSocketTls;
|
|
14290
14048
|
}
|
|
14291
|
-
export interface
|
|
14049
|
+
export interface ObservabilityPipelineConfigSourceSocketFraming {
|
|
14292
14050
|
/**
|
|
14293
14051
|
* Used when `method` is `characterDelimited`. Specifies the delimiter character.
|
|
14294
14052
|
*/
|
|
14295
|
-
characterDelimited?: outputs.
|
|
14053
|
+
characterDelimited?: outputs.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited;
|
|
14296
14054
|
/**
|
|
14297
14055
|
* The framing method. Valid values are `newlineDelimited`, `bytes`, `characterDelimited`, `octetCounting`, `chunkedGelf`.
|
|
14298
14056
|
*/
|
|
14299
|
-
method
|
|
14057
|
+
method: string;
|
|
14300
14058
|
}
|
|
14301
|
-
export interface
|
|
14059
|
+
export interface ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited {
|
|
14302
14060
|
/**
|
|
14303
14061
|
* A single ASCII character used as a delimiter.
|
|
14304
14062
|
*/
|
|
14305
|
-
delimiter
|
|
14063
|
+
delimiter: string;
|
|
14306
14064
|
}
|
|
14307
|
-
export interface
|
|
14065
|
+
export interface ObservabilityPipelineConfigSourceSocketTls {
|
|
14308
14066
|
/**
|
|
14309
14067
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14310
14068
|
*/
|
|
@@ -14312,23 +14070,19 @@ export interface ObservabilityPipelineConfigSourcesSocketTls {
|
|
|
14312
14070
|
/**
|
|
14313
14071
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14314
14072
|
*/
|
|
14315
|
-
crtFile
|
|
14073
|
+
crtFile: string;
|
|
14316
14074
|
/**
|
|
14317
14075
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14318
14076
|
*/
|
|
14319
14077
|
keyFile?: string;
|
|
14320
14078
|
}
|
|
14321
|
-
export interface
|
|
14322
|
-
/**
|
|
14323
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14324
|
-
*/
|
|
14325
|
-
id: string;
|
|
14079
|
+
export interface ObservabilityPipelineConfigSourceSplunkHec {
|
|
14326
14080
|
/**
|
|
14327
14081
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14328
14082
|
*/
|
|
14329
|
-
tls?: outputs.
|
|
14083
|
+
tls?: outputs.ObservabilityPipelineConfigSourceSplunkHecTls;
|
|
14330
14084
|
}
|
|
14331
|
-
export interface
|
|
14085
|
+
export interface ObservabilityPipelineConfigSourceSplunkHecTls {
|
|
14332
14086
|
/**
|
|
14333
14087
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14334
14088
|
*/
|
|
@@ -14336,23 +14090,19 @@ export interface ObservabilityPipelineConfigSourcesSplunkHecTls {
|
|
|
14336
14090
|
/**
|
|
14337
14091
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14338
14092
|
*/
|
|
14339
|
-
crtFile
|
|
14093
|
+
crtFile: string;
|
|
14340
14094
|
/**
|
|
14341
14095
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14342
14096
|
*/
|
|
14343
14097
|
keyFile?: string;
|
|
14344
14098
|
}
|
|
14345
|
-
export interface
|
|
14346
|
-
/**
|
|
14347
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14348
|
-
*/
|
|
14349
|
-
id: string;
|
|
14099
|
+
export interface ObservabilityPipelineConfigSourceSplunkTcp {
|
|
14350
14100
|
/**
|
|
14351
14101
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14352
14102
|
*/
|
|
14353
|
-
tls?: outputs.
|
|
14103
|
+
tls?: outputs.ObservabilityPipelineConfigSourceSplunkTcpTls;
|
|
14354
14104
|
}
|
|
14355
|
-
export interface
|
|
14105
|
+
export interface ObservabilityPipelineConfigSourceSplunkTcpTls {
|
|
14356
14106
|
/**
|
|
14357
14107
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14358
14108
|
*/
|
|
@@ -14360,23 +14110,15 @@ export interface ObservabilityPipelineConfigSourcesSplunkTcpTls {
|
|
|
14360
14110
|
/**
|
|
14361
14111
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14362
14112
|
*/
|
|
14363
|
-
crtFile
|
|
14113
|
+
crtFile: string;
|
|
14364
14114
|
/**
|
|
14365
14115
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14366
14116
|
*/
|
|
14367
14117
|
keyFile?: string;
|
|
14368
14118
|
}
|
|
14369
|
-
export interface
|
|
14370
|
-
/**
|
|
14371
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14372
|
-
*/
|
|
14373
|
-
id: string;
|
|
14119
|
+
export interface ObservabilityPipelineConfigSourceSumoLogic {
|
|
14374
14120
|
}
|
|
14375
|
-
export interface
|
|
14376
|
-
/**
|
|
14377
|
-
* The unique identifier for this component. Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).
|
|
14378
|
-
*/
|
|
14379
|
-
id: string;
|
|
14121
|
+
export interface ObservabilityPipelineConfigSourceSyslogNg {
|
|
14380
14122
|
/**
|
|
14381
14123
|
* Protocol used by the syslog source to receive messages.
|
|
14382
14124
|
*/
|
|
@@ -14384,9 +14126,9 @@ export interface ObservabilityPipelineConfigSourcesSyslogNg {
|
|
|
14384
14126
|
/**
|
|
14385
14127
|
* Configuration for enabling TLS encryption between the pipeline component and external services.
|
|
14386
14128
|
*/
|
|
14387
|
-
tls?: outputs.
|
|
14129
|
+
tls?: outputs.ObservabilityPipelineConfigSourceSyslogNgTls;
|
|
14388
14130
|
}
|
|
14389
|
-
export interface
|
|
14131
|
+
export interface ObservabilityPipelineConfigSourceSyslogNgTls {
|
|
14390
14132
|
/**
|
|
14391
14133
|
* Path to the Certificate Authority (CA) file used to validate the server's TLS certificate.
|
|
14392
14134
|
*/
|
|
@@ -14394,7 +14136,7 @@ export interface ObservabilityPipelineConfigSourcesSyslogNgTls {
|
|
|
14394
14136
|
/**
|
|
14395
14137
|
* Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services.
|
|
14396
14138
|
*/
|
|
14397
|
-
crtFile
|
|
14139
|
+
crtFile: string;
|
|
14398
14140
|
/**
|
|
14399
14141
|
* Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication.
|
|
14400
14142
|
*/
|
|
@@ -15509,6 +15251,10 @@ export interface PowerpackWidgetChangeDefinitionRequestQueryMetricQuery {
|
|
|
15509
15251
|
* The metrics query definition.
|
|
15510
15252
|
*/
|
|
15511
15253
|
query: string;
|
|
15254
|
+
/**
|
|
15255
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
15256
|
+
*/
|
|
15257
|
+
semanticMode?: string;
|
|
15512
15258
|
}
|
|
15513
15259
|
export interface PowerpackWidgetChangeDefinitionRequestQueryProcessQuery {
|
|
15514
15260
|
/**
|
|
@@ -16864,6 +16610,10 @@ export interface PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery {
|
|
|
16864
16610
|
* The metrics query definition.
|
|
16865
16611
|
*/
|
|
16866
16612
|
query: string;
|
|
16613
|
+
/**
|
|
16614
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
16615
|
+
*/
|
|
16616
|
+
semanticMode?: string;
|
|
16867
16617
|
}
|
|
16868
16618
|
export interface PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery {
|
|
16869
16619
|
/**
|
|
@@ -17682,6 +17432,10 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery {
|
|
|
17682
17432
|
* The metrics query definition.
|
|
17683
17433
|
*/
|
|
17684
17434
|
query: string;
|
|
17435
|
+
/**
|
|
17436
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
17437
|
+
*/
|
|
17438
|
+
semanticMode?: string;
|
|
17685
17439
|
}
|
|
17686
17440
|
export interface PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery {
|
|
17687
17441
|
/**
|
|
@@ -19769,6 +19523,10 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery {
|
|
|
19769
19523
|
* The metrics query definition.
|
|
19770
19524
|
*/
|
|
19771
19525
|
query: string;
|
|
19526
|
+
/**
|
|
19527
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
19528
|
+
*/
|
|
19529
|
+
semanticMode?: string;
|
|
19772
19530
|
}
|
|
19773
19531
|
export interface PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery {
|
|
19774
19532
|
/**
|
|
@@ -20819,6 +20577,10 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery {
|
|
|
20819
20577
|
* The metrics query definition.
|
|
20820
20578
|
*/
|
|
20821
20579
|
query: string;
|
|
20580
|
+
/**
|
|
20581
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
20582
|
+
*/
|
|
20583
|
+
semanticMode?: string;
|
|
20822
20584
|
}
|
|
20823
20585
|
export interface PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery {
|
|
20824
20586
|
/**
|
|
@@ -21477,6 +21239,10 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
21477
21239
|
* The metrics query definition.
|
|
21478
21240
|
*/
|
|
21479
21241
|
query: string;
|
|
21242
|
+
/**
|
|
21243
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
21244
|
+
*/
|
|
21245
|
+
semanticMode?: string;
|
|
21480
21246
|
}
|
|
21481
21247
|
export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery {
|
|
21482
21248
|
/**
|
|
@@ -23273,6 +23039,10 @@ export interface PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery {
|
|
|
23273
23039
|
* The metrics query definition.
|
|
23274
23040
|
*/
|
|
23275
23041
|
query: string;
|
|
23042
|
+
/**
|
|
23043
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
23044
|
+
*/
|
|
23045
|
+
semanticMode?: string;
|
|
23276
23046
|
}
|
|
23277
23047
|
export interface PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery {
|
|
23278
23048
|
/**
|
|
@@ -24375,6 +24145,10 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery {
|
|
|
24375
24145
|
* The metrics query definition.
|
|
24376
24146
|
*/
|
|
24377
24147
|
query: string;
|
|
24148
|
+
/**
|
|
24149
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
24150
|
+
*/
|
|
24151
|
+
semanticMode?: string;
|
|
24378
24152
|
}
|
|
24379
24153
|
export interface PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery {
|
|
24380
24154
|
/**
|
|
@@ -25415,6 +25189,10 @@ export interface PowerpackWidgetToplistDefinitionRequestQueryMetricQuery {
|
|
|
25415
25189
|
* The metrics query definition.
|
|
25416
25190
|
*/
|
|
25417
25191
|
query: string;
|
|
25192
|
+
/**
|
|
25193
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
25194
|
+
*/
|
|
25195
|
+
semanticMode?: string;
|
|
25418
25196
|
}
|
|
25419
25197
|
export interface PowerpackWidgetToplistDefinitionRequestQueryProcessQuery {
|
|
25420
25198
|
/**
|
|
@@ -26207,6 +25985,10 @@ export interface PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery {
|
|
|
26207
25985
|
* The metrics query definition.
|
|
26208
25986
|
*/
|
|
26209
25987
|
query: string;
|
|
25988
|
+
/**
|
|
25989
|
+
* Semantic mode for metrics queries. This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.
|
|
25990
|
+
*/
|
|
25991
|
+
semanticMode?: string;
|
|
26210
25992
|
}
|
|
26211
25993
|
export interface PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery {
|
|
26212
25994
|
/**
|
|
@@ -26631,6 +26413,10 @@ export interface SecurityMonitoringRuleFilter {
|
|
|
26631
26413
|
query: string;
|
|
26632
26414
|
}
|
|
26633
26415
|
export interface SecurityMonitoringRuleOptions {
|
|
26416
|
+
/**
|
|
26417
|
+
* Options for rules using the anomaly detection method.
|
|
26418
|
+
*/
|
|
26419
|
+
anomalyDetectionOptions?: outputs.SecurityMonitoringRuleOptionsAnomalyDetectionOptions;
|
|
26634
26420
|
/**
|
|
26635
26421
|
* If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise. The decrement is applied when the environment tag of the signal starts with `staging`, `test`, or `dev`. Only available when the rule type is `logDetection`. Defaults to `false`.
|
|
26636
26422
|
*/
|
|
@@ -26668,6 +26454,24 @@ export interface SecurityMonitoringRuleOptions {
|
|
|
26668
26454
|
*/
|
|
26669
26455
|
thirdPartyRuleOptions?: outputs.SecurityMonitoringRuleOptionsThirdPartyRuleOptions;
|
|
26670
26456
|
}
|
|
26457
|
+
export interface SecurityMonitoringRuleOptionsAnomalyDetectionOptions {
|
|
26458
|
+
/**
|
|
26459
|
+
* Duration in seconds of the time buckets used to aggregate events matched by the rule. Valid values are 300, 600, 900, 1800, 3600, 10800. Valid values are `300`, `600`, `900`, `1800`, `3600`, `10800`.
|
|
26460
|
+
*/
|
|
26461
|
+
bucketDuration?: number;
|
|
26462
|
+
/**
|
|
26463
|
+
* An optional parameter that sets how permissive anomaly detection is. Higher values require higher deviations before triggering a signal. Valid values are 1, 2, 3, 4, 5. Valid values are `1`, `2`, `3`, `4`, `5`.
|
|
26464
|
+
*/
|
|
26465
|
+
detectionTolerance?: number;
|
|
26466
|
+
/**
|
|
26467
|
+
* Learning duration in hours. Anomaly detection waits for at least this amount of historical data before it starts evaluating. Valid values are 1, 6, 12, 24, 48, 168, 336. Valid values are `1`, `6`, `12`, `24`, `48`, `168`, `336`.
|
|
26468
|
+
*/
|
|
26469
|
+
learningDuration?: number;
|
|
26470
|
+
/**
|
|
26471
|
+
* An optional override baseline to apply while the rule is in the learning period. Must be greater than or equal to 0.
|
|
26472
|
+
*/
|
|
26473
|
+
learningPeriodBaseline?: number;
|
|
26474
|
+
}
|
|
26671
26475
|
export interface SecurityMonitoringRuleOptionsImpossibleTravelOptions {
|
|
26672
26476
|
/**
|
|
26673
26477
|
* If true, signals are suppressed for the first 24 hours. During that time, Datadog learns the user's regular access locations. This can be helpful to reduce noise and infer VPN usage or credentialed API access. Defaults to `false`.
|
|
@@ -26679,6 +26483,10 @@ export interface SecurityMonitoringRuleOptionsNewValueOptions {
|
|
|
26679
26483
|
* The duration in days after which a learned value is forgotten. Valid values are `1`, `2`, `7`, `14`, `21`, `28`.
|
|
26680
26484
|
*/
|
|
26681
26485
|
forgetAfter: number;
|
|
26486
|
+
/**
|
|
26487
|
+
* When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time. Defaults to `false`.
|
|
26488
|
+
*/
|
|
26489
|
+
instantaneousBaseline?: boolean;
|
|
26682
26490
|
/**
|
|
26683
26491
|
* The duration in days during which values are learned, and after which signals will be generated for values that weren't learned. If set to 0, a signal will be generated for all new values after the first value is learned. Valid values are `0`, `1`, `7`. Defaults to `1`.
|
|
26684
26492
|
*/
|