@pulumi/datadog 4.60.0-alpha.1761153705 → 4.60.0
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/agentlessScanningGcpScanOptions.d.ts +101 -0
- package/agentlessScanningGcpScanOptions.js +91 -0
- package/agentlessScanningGcpScanOptions.js.map +1 -0
- package/applicationKey.d.ts +3 -4
- package/applicationKey.js +3 -4
- package/applicationKey.js.map +1 -1
- package/gcp/integrationSts.d.ts +1 -1
- package/getMetrics.d.ts +44 -0
- package/getMetrics.js +28 -0
- package/getMetrics.js.map +1 -0
- package/getUser.d.ts +12 -0
- package/getUser.js +2 -0
- package/getUser.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.js +13 -5
- package/index.js.map +1 -1
- package/metricMetadata.d.ts +3 -3
- package/package.json +2 -2
- package/securityMonitoringSuppression.d.ts +12 -0
- package/securityMonitoringSuppression.js +2 -0
- package/securityMonitoringSuppression.js.map +1 -1
- package/sloCorrection.d.ts +3 -3
- package/tagPipelineRulesets.d.ts +3 -12
- package/tagPipelineRulesets.js +2 -12
- package/tagPipelineRulesets.js.map +1 -1
- package/types/input.d.ts +331 -32
- package/types/output.d.ts +335 -32
package/types/output.d.ts
CHANGED
|
@@ -416,10 +416,22 @@ export interface CsmThreatsAgentRuleActionSet {
|
|
|
416
416
|
* Whether to append to the set
|
|
417
417
|
*/
|
|
418
418
|
append: boolean;
|
|
419
|
+
/**
|
|
420
|
+
* The default value to set
|
|
421
|
+
*/
|
|
422
|
+
defaultValue: string;
|
|
423
|
+
/**
|
|
424
|
+
* The expression to use for the set action
|
|
425
|
+
*/
|
|
426
|
+
expression: string;
|
|
419
427
|
/**
|
|
420
428
|
* The field to get the value from
|
|
421
429
|
*/
|
|
422
430
|
field: string;
|
|
431
|
+
/**
|
|
432
|
+
* Whether the set action is inherited
|
|
433
|
+
*/
|
|
434
|
+
inherited: boolean;
|
|
423
435
|
/**
|
|
424
436
|
* The name of the set action
|
|
425
437
|
*/
|
|
@@ -1283,7 +1295,7 @@ export interface DashboardWidgetChangeDefinitionRequestQueryEventQuery {
|
|
|
1283
1295
|
*/
|
|
1284
1296
|
crossOrgUuids?: string;
|
|
1285
1297
|
/**
|
|
1286
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
1298
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
1287
1299
|
*/
|
|
1288
1300
|
dataSource: string;
|
|
1289
1301
|
/**
|
|
@@ -2092,7 +2104,7 @@ export interface DashboardWidgetGeomapDefinitionRequestQueryEventQuery {
|
|
|
2092
2104
|
*/
|
|
2093
2105
|
crossOrgUuids?: string;
|
|
2094
2106
|
/**
|
|
2095
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
2107
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
2096
2108
|
*/
|
|
2097
2109
|
dataSource: string;
|
|
2098
2110
|
/**
|
|
@@ -2862,7 +2874,7 @@ export interface DashboardWidgetHeatmapDefinitionRequestQueryEventQuery {
|
|
|
2862
2874
|
*/
|
|
2863
2875
|
crossOrgUuids?: string;
|
|
2864
2876
|
/**
|
|
2865
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
2877
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
2866
2878
|
*/
|
|
2867
2879
|
dataSource: string;
|
|
2868
2880
|
/**
|
|
@@ -4155,7 +4167,7 @@ export interface DashboardWidgetQueryTableDefinitionRequestQueryEventQuery {
|
|
|
4155
4167
|
*/
|
|
4156
4168
|
crossOrgUuids?: string;
|
|
4157
4169
|
/**
|
|
4158
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
4170
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
4159
4171
|
*/
|
|
4160
4172
|
dataSource: string;
|
|
4161
4173
|
/**
|
|
@@ -4893,7 +4905,7 @@ export interface DashboardWidgetQueryValueDefinitionRequestQueryEventQuery {
|
|
|
4893
4905
|
*/
|
|
4894
4906
|
crossOrgUuids?: string;
|
|
4895
4907
|
/**
|
|
4896
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
4908
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
4897
4909
|
*/
|
|
4898
4910
|
dataSource: string;
|
|
4899
4911
|
/**
|
|
@@ -5473,7 +5485,7 @@ export interface DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
5473
5485
|
*/
|
|
5474
5486
|
crossOrgUuids?: string;
|
|
5475
5487
|
/**
|
|
5476
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
5488
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
5477
5489
|
*/
|
|
5478
5490
|
dataSource: string;
|
|
5479
5491
|
/**
|
|
@@ -6685,7 +6697,7 @@ export interface DashboardWidgetSunburstDefinitionRequestQueryEventQuery {
|
|
|
6685
6697
|
*/
|
|
6686
6698
|
crossOrgUuids?: string;
|
|
6687
6699
|
/**
|
|
6688
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
6700
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
6689
6701
|
*/
|
|
6690
6702
|
dataSource: string;
|
|
6691
6703
|
/**
|
|
@@ -7475,7 +7487,7 @@ export interface DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery {
|
|
|
7475
7487
|
*/
|
|
7476
7488
|
crossOrgUuids?: string;
|
|
7477
7489
|
/**
|
|
7478
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
7490
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
7479
7491
|
*/
|
|
7480
7492
|
dataSource: string;
|
|
7481
7493
|
/**
|
|
@@ -8203,7 +8215,7 @@ export interface DashboardWidgetToplistDefinitionRequestQueryEventQuery {
|
|
|
8203
8215
|
*/
|
|
8204
8216
|
crossOrgUuids?: string;
|
|
8205
8217
|
/**
|
|
8206
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
8218
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
8207
8219
|
*/
|
|
8208
8220
|
dataSource: string;
|
|
8209
8221
|
/**
|
|
@@ -8839,7 +8851,7 @@ export interface DashboardWidgetTreemapDefinitionRequestQueryEventQuery {
|
|
|
8839
8851
|
*/
|
|
8840
8852
|
crossOrgUuids?: string;
|
|
8841
8853
|
/**
|
|
8842
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
8854
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
8843
8855
|
*/
|
|
8844
8856
|
dataSource: string;
|
|
8845
8857
|
/**
|
|
@@ -9299,7 +9311,10 @@ export interface GetCsmThreatsAgentRulesAgentRuleActionHash {
|
|
|
9299
9311
|
}
|
|
9300
9312
|
export interface GetCsmThreatsAgentRulesAgentRuleActionSet {
|
|
9301
9313
|
append: boolean;
|
|
9314
|
+
defaultValue: string;
|
|
9315
|
+
expression: string;
|
|
9302
9316
|
field: string;
|
|
9317
|
+
inherited: boolean;
|
|
9303
9318
|
name: string;
|
|
9304
9319
|
scope: string;
|
|
9305
9320
|
size: number;
|
|
@@ -10149,6 +10164,7 @@ export interface GetSecurityMonitoringSuppressionsSuppression {
|
|
|
10149
10164
|
ruleQuery: string;
|
|
10150
10165
|
startDate: string;
|
|
10151
10166
|
suppressionQuery: string;
|
|
10167
|
+
tags: string[];
|
|
10152
10168
|
}
|
|
10153
10169
|
export interface GetServiceLevelObjectiveQuery {
|
|
10154
10170
|
/**
|
|
@@ -10580,6 +10596,10 @@ export interface LogsCustomPipelineProcessor {
|
|
|
10580
10596
|
* Reference Table Lookup Processor. Reference Tables are in public beta. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#lookup-processor)
|
|
10581
10597
|
*/
|
|
10582
10598
|
referenceTableLookupProcessor?: outputs.LogsCustomPipelineProcessorReferenceTableLookupProcessor;
|
|
10599
|
+
/**
|
|
10600
|
+
* Schema Processor. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#schema-processor)
|
|
10601
|
+
*/
|
|
10602
|
+
schemaProcessor?: outputs.LogsCustomPipelineProcessorSchemaProcessor;
|
|
10583
10603
|
/**
|
|
10584
10604
|
* Service Remapper Processor. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#service-remapper)
|
|
10585
10605
|
*/
|
|
@@ -10953,6 +10973,10 @@ export interface LogsCustomPipelineProcessorPipelineProcessor {
|
|
|
10953
10973
|
* Reference Table Lookup Processor. Reference Tables are in public beta. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#lookup-processor)
|
|
10954
10974
|
*/
|
|
10955
10975
|
referenceTableLookupProcessor?: outputs.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor;
|
|
10976
|
+
/**
|
|
10977
|
+
* Schema Processor. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#schema-processor)
|
|
10978
|
+
*/
|
|
10979
|
+
schemaProcessor?: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor;
|
|
10956
10980
|
/**
|
|
10957
10981
|
* Service Remapper Processor. More information can be found in the [official docs](https://docs.datadoghq.com/logs/processing/processors/?tab=ui#service-remapper)
|
|
10958
10982
|
*/
|
|
@@ -11289,6 +11313,145 @@ export interface LogsCustomPipelineProcessorPipelineProcessorReferenceTableLooku
|
|
|
11289
11313
|
*/
|
|
11290
11314
|
target: string;
|
|
11291
11315
|
}
|
|
11316
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor {
|
|
11317
|
+
/**
|
|
11318
|
+
* If the processor is enabled or not.
|
|
11319
|
+
*/
|
|
11320
|
+
isEnabled?: boolean;
|
|
11321
|
+
/**
|
|
11322
|
+
* Array of mappers for the schema processor.
|
|
11323
|
+
*/
|
|
11324
|
+
mappers: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapper[];
|
|
11325
|
+
/**
|
|
11326
|
+
* The name of the processor.
|
|
11327
|
+
*/
|
|
11328
|
+
name?: string;
|
|
11329
|
+
/**
|
|
11330
|
+
* Configuration of the schema data to use.
|
|
11331
|
+
*/
|
|
11332
|
+
schema: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema;
|
|
11333
|
+
}
|
|
11334
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapper {
|
|
11335
|
+
/**
|
|
11336
|
+
* Mapper that categorizes log events into enum fields. In the case of OCSF, they can be used to map sibling fields which are composed of an ID and a name.
|
|
11337
|
+
*/
|
|
11338
|
+
schemaCategoryMappers?: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapper[];
|
|
11339
|
+
/**
|
|
11340
|
+
* Mapper that maps source log fields to their correct fields.
|
|
11341
|
+
*/
|
|
11342
|
+
schemaRemappers?: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaRemapper[];
|
|
11343
|
+
}
|
|
11344
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapper {
|
|
11345
|
+
/**
|
|
11346
|
+
* Object describing the logs filter with corresponding category ID.
|
|
11347
|
+
*/
|
|
11348
|
+
categories: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategory[];
|
|
11349
|
+
/**
|
|
11350
|
+
* Used to override hardcoded category values with a value pulled from a source attribute on the log.
|
|
11351
|
+
*/
|
|
11352
|
+
fallback?: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperFallback;
|
|
11353
|
+
/**
|
|
11354
|
+
* Name of the logs schema category mapper.
|
|
11355
|
+
*/
|
|
11356
|
+
name: string;
|
|
11357
|
+
/**
|
|
11358
|
+
* Name of the target attributes which value is defined by the matching.
|
|
11359
|
+
*/
|
|
11360
|
+
targets: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperTargets;
|
|
11361
|
+
}
|
|
11362
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategory {
|
|
11363
|
+
filter: outputs.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategoryFilter;
|
|
11364
|
+
/**
|
|
11365
|
+
* ID to inject into the category.
|
|
11366
|
+
*/
|
|
11367
|
+
id: number;
|
|
11368
|
+
/**
|
|
11369
|
+
* Value to assign to target schema field.
|
|
11370
|
+
*/
|
|
11371
|
+
name: string;
|
|
11372
|
+
}
|
|
11373
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategoryFilter {
|
|
11374
|
+
/**
|
|
11375
|
+
* Filter criteria of the category.
|
|
11376
|
+
*/
|
|
11377
|
+
query: string;
|
|
11378
|
+
}
|
|
11379
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperFallback {
|
|
11380
|
+
/**
|
|
11381
|
+
* Fallback sources used to populate value of field.
|
|
11382
|
+
*/
|
|
11383
|
+
sources?: {
|
|
11384
|
+
[key: string]: string;
|
|
11385
|
+
};
|
|
11386
|
+
/**
|
|
11387
|
+
* Values that define when the fallback is used.
|
|
11388
|
+
*/
|
|
11389
|
+
values?: {
|
|
11390
|
+
[key: string]: string;
|
|
11391
|
+
};
|
|
11392
|
+
}
|
|
11393
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperTargets {
|
|
11394
|
+
/**
|
|
11395
|
+
* ID of the field to map log attributes to
|
|
11396
|
+
*/
|
|
11397
|
+
id?: string;
|
|
11398
|
+
/**
|
|
11399
|
+
* Name of the field to map log attributes to.
|
|
11400
|
+
*/
|
|
11401
|
+
name?: string;
|
|
11402
|
+
}
|
|
11403
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMapperSchemaRemapper {
|
|
11404
|
+
/**
|
|
11405
|
+
* Name of the logs schema remapper.
|
|
11406
|
+
*/
|
|
11407
|
+
name: string;
|
|
11408
|
+
/**
|
|
11409
|
+
* Override or not the target element if already set.
|
|
11410
|
+
*/
|
|
11411
|
+
overrideOnConflict?: boolean;
|
|
11412
|
+
/**
|
|
11413
|
+
* Remove or preserve the remapped source element.
|
|
11414
|
+
*/
|
|
11415
|
+
preserveSource?: boolean;
|
|
11416
|
+
/**
|
|
11417
|
+
* Array of source attributes.
|
|
11418
|
+
*/
|
|
11419
|
+
sources: string[];
|
|
11420
|
+
/**
|
|
11421
|
+
* Target field to map log source field to
|
|
11422
|
+
*/
|
|
11423
|
+
target: string;
|
|
11424
|
+
/**
|
|
11425
|
+
* If the `targetType` of the remapper is `attribute`, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `targetType` is `tag`, this parameter may not be specified.
|
|
11426
|
+
*/
|
|
11427
|
+
targetFormat?: string;
|
|
11428
|
+
}
|
|
11429
|
+
export interface LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema {
|
|
11430
|
+
/**
|
|
11431
|
+
* Class name of the schema to use.
|
|
11432
|
+
*/
|
|
11433
|
+
className: string;
|
|
11434
|
+
/**
|
|
11435
|
+
* Class UID of the schema to use.
|
|
11436
|
+
*/
|
|
11437
|
+
classUid: number;
|
|
11438
|
+
/**
|
|
11439
|
+
* Optional list of extensions to modify the schema.
|
|
11440
|
+
*/
|
|
11441
|
+
extensions?: string[];
|
|
11442
|
+
/**
|
|
11443
|
+
* Optional list of profiles to modify the schema.
|
|
11444
|
+
*/
|
|
11445
|
+
profiles?: string[];
|
|
11446
|
+
/**
|
|
11447
|
+
* Type of schema to use.
|
|
11448
|
+
*/
|
|
11449
|
+
schemaType: string;
|
|
11450
|
+
/**
|
|
11451
|
+
* Version of the schema to use.
|
|
11452
|
+
*/
|
|
11453
|
+
version: string;
|
|
11454
|
+
}
|
|
11292
11455
|
export interface LogsCustomPipelineProcessorPipelineProcessorServiceRemapper {
|
|
11293
11456
|
/**
|
|
11294
11457
|
* If the processor is enabled or not.
|
|
@@ -11433,6 +11596,145 @@ export interface LogsCustomPipelineProcessorReferenceTableLookupProcessor {
|
|
|
11433
11596
|
*/
|
|
11434
11597
|
target: string;
|
|
11435
11598
|
}
|
|
11599
|
+
export interface LogsCustomPipelineProcessorSchemaProcessor {
|
|
11600
|
+
/**
|
|
11601
|
+
* If the processor is enabled or not.
|
|
11602
|
+
*/
|
|
11603
|
+
isEnabled?: boolean;
|
|
11604
|
+
/**
|
|
11605
|
+
* Array of mappers for the schema processor.
|
|
11606
|
+
*/
|
|
11607
|
+
mappers: outputs.LogsCustomPipelineProcessorSchemaProcessorMapper[];
|
|
11608
|
+
/**
|
|
11609
|
+
* The name of the processor.
|
|
11610
|
+
*/
|
|
11611
|
+
name?: string;
|
|
11612
|
+
/**
|
|
11613
|
+
* Configuration of the schema data to use.
|
|
11614
|
+
*/
|
|
11615
|
+
schema: outputs.LogsCustomPipelineProcessorSchemaProcessorSchema;
|
|
11616
|
+
}
|
|
11617
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapper {
|
|
11618
|
+
/**
|
|
11619
|
+
* Mapper that categorizes log events into enum fields. In the case of OCSF, they can be used to map sibling fields which are composed of an ID and a name.
|
|
11620
|
+
*/
|
|
11621
|
+
schemaCategoryMappers?: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapper[];
|
|
11622
|
+
/**
|
|
11623
|
+
* Mapper that maps source log fields to their correct fields.
|
|
11624
|
+
*/
|
|
11625
|
+
schemaRemappers?: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaRemapper[];
|
|
11626
|
+
}
|
|
11627
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapper {
|
|
11628
|
+
/**
|
|
11629
|
+
* Object describing the logs filter with corresponding category ID.
|
|
11630
|
+
*/
|
|
11631
|
+
categories: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategory[];
|
|
11632
|
+
/**
|
|
11633
|
+
* Used to override hardcoded category values with a value pulled from a source attribute on the log.
|
|
11634
|
+
*/
|
|
11635
|
+
fallback?: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperFallback;
|
|
11636
|
+
/**
|
|
11637
|
+
* Name of the logs schema category mapper.
|
|
11638
|
+
*/
|
|
11639
|
+
name: string;
|
|
11640
|
+
/**
|
|
11641
|
+
* Name of the target attributes which value is defined by the matching.
|
|
11642
|
+
*/
|
|
11643
|
+
targets: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperTargets;
|
|
11644
|
+
}
|
|
11645
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategory {
|
|
11646
|
+
filter: outputs.LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategoryFilter;
|
|
11647
|
+
/**
|
|
11648
|
+
* ID to inject into the category.
|
|
11649
|
+
*/
|
|
11650
|
+
id: number;
|
|
11651
|
+
/**
|
|
11652
|
+
* Value to assign to target schema field.
|
|
11653
|
+
*/
|
|
11654
|
+
name: string;
|
|
11655
|
+
}
|
|
11656
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperCategoryFilter {
|
|
11657
|
+
/**
|
|
11658
|
+
* Filter criteria of the category.
|
|
11659
|
+
*/
|
|
11660
|
+
query: string;
|
|
11661
|
+
}
|
|
11662
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperFallback {
|
|
11663
|
+
/**
|
|
11664
|
+
* Fallback sources used to populate value of field.
|
|
11665
|
+
*/
|
|
11666
|
+
sources?: {
|
|
11667
|
+
[key: string]: string;
|
|
11668
|
+
};
|
|
11669
|
+
/**
|
|
11670
|
+
* Values that define when the fallback is used.
|
|
11671
|
+
*/
|
|
11672
|
+
values?: {
|
|
11673
|
+
[key: string]: string;
|
|
11674
|
+
};
|
|
11675
|
+
}
|
|
11676
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaCategoryMapperTargets {
|
|
11677
|
+
/**
|
|
11678
|
+
* ID of the field to map log attributes to
|
|
11679
|
+
*/
|
|
11680
|
+
id?: string;
|
|
11681
|
+
/**
|
|
11682
|
+
* Name of the field to map log attributes to.
|
|
11683
|
+
*/
|
|
11684
|
+
name?: string;
|
|
11685
|
+
}
|
|
11686
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorMapperSchemaRemapper {
|
|
11687
|
+
/**
|
|
11688
|
+
* Name of the logs schema remapper.
|
|
11689
|
+
*/
|
|
11690
|
+
name: string;
|
|
11691
|
+
/**
|
|
11692
|
+
* Override or not the target element if already set.
|
|
11693
|
+
*/
|
|
11694
|
+
overrideOnConflict?: boolean;
|
|
11695
|
+
/**
|
|
11696
|
+
* Remove or preserve the remapped source element.
|
|
11697
|
+
*/
|
|
11698
|
+
preserveSource?: boolean;
|
|
11699
|
+
/**
|
|
11700
|
+
* Array of source attributes.
|
|
11701
|
+
*/
|
|
11702
|
+
sources: string[];
|
|
11703
|
+
/**
|
|
11704
|
+
* Target field to map log source field to
|
|
11705
|
+
*/
|
|
11706
|
+
target: string;
|
|
11707
|
+
/**
|
|
11708
|
+
* If the `targetType` of the remapper is `attribute`, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `targetType` is `tag`, this parameter may not be specified.
|
|
11709
|
+
*/
|
|
11710
|
+
targetFormat?: string;
|
|
11711
|
+
}
|
|
11712
|
+
export interface LogsCustomPipelineProcessorSchemaProcessorSchema {
|
|
11713
|
+
/**
|
|
11714
|
+
* Class name of the schema to use.
|
|
11715
|
+
*/
|
|
11716
|
+
className: string;
|
|
11717
|
+
/**
|
|
11718
|
+
* Class UID of the schema to use.
|
|
11719
|
+
*/
|
|
11720
|
+
classUid: number;
|
|
11721
|
+
/**
|
|
11722
|
+
* Optional list of extensions to modify the schema.
|
|
11723
|
+
*/
|
|
11724
|
+
extensions?: string[];
|
|
11725
|
+
/**
|
|
11726
|
+
* Optional list of profiles to modify the schema.
|
|
11727
|
+
*/
|
|
11728
|
+
profiles?: string[];
|
|
11729
|
+
/**
|
|
11730
|
+
* Type of schema to use.
|
|
11731
|
+
*/
|
|
11732
|
+
schemaType: string;
|
|
11733
|
+
/**
|
|
11734
|
+
* Version of the schema to use.
|
|
11735
|
+
*/
|
|
11736
|
+
version: string;
|
|
11737
|
+
}
|
|
11436
11738
|
export interface LogsCustomPipelineProcessorServiceRemapper {
|
|
11437
11739
|
/**
|
|
11438
11740
|
* If the processor is enabled or not.
|
|
@@ -11746,7 +12048,7 @@ export interface MonitorVariablesCloudCostQuery {
|
|
|
11746
12048
|
/**
|
|
11747
12049
|
* The aggregation methods available for cloud cost queries. Valid values are `avg`, `sum`, `max`, `min`, `last`, `area`, `l2norm`, `percentile`, `stddev`.
|
|
11748
12050
|
*/
|
|
11749
|
-
aggregator
|
|
12051
|
+
aggregator: string;
|
|
11750
12052
|
/**
|
|
11751
12053
|
* The data source for cloud cost queries. Valid values are `metrics`, `cloudCost`, `datadogUsage`.
|
|
11752
12054
|
*/
|
|
@@ -12159,7 +12461,7 @@ export interface ObservabilityPipelineConfigDestinationsElasticsearch {
|
|
|
12159
12461
|
}
|
|
12160
12462
|
export interface ObservabilityPipelineConfigDestinationsGoogleChronicle {
|
|
12161
12463
|
/**
|
|
12162
|
-
* GCP credentials used to authenticate with Google Cloud
|
|
12464
|
+
* GCP credentials used to authenticate with Google Cloud services.
|
|
12163
12465
|
*/
|
|
12164
12466
|
auth?: outputs.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth;
|
|
12165
12467
|
/**
|
|
@@ -12185,7 +12487,7 @@ export interface ObservabilityPipelineConfigDestinationsGoogleChronicle {
|
|
|
12185
12487
|
}
|
|
12186
12488
|
export interface ObservabilityPipelineConfigDestinationsGoogleChronicleAuth {
|
|
12187
12489
|
/**
|
|
12188
|
-
* Path to the GCP service account key file.
|
|
12490
|
+
* Path to the GCP service account key file. Required when `auth` block is specified.
|
|
12189
12491
|
*/
|
|
12190
12492
|
credentialsFile?: string;
|
|
12191
12493
|
}
|
|
@@ -12193,9 +12495,9 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorage {
|
|
|
12193
12495
|
/**
|
|
12194
12496
|
* Access control list setting for objects written to the bucket.
|
|
12195
12497
|
*/
|
|
12196
|
-
acl
|
|
12498
|
+
acl?: string;
|
|
12197
12499
|
/**
|
|
12198
|
-
* GCP credentials used to authenticate with Google Cloud
|
|
12500
|
+
* GCP credentials used to authenticate with Google Cloud services.
|
|
12199
12501
|
*/
|
|
12200
12502
|
auth?: outputs.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth;
|
|
12201
12503
|
/**
|
|
@@ -12225,9 +12527,9 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorage {
|
|
|
12225
12527
|
}
|
|
12226
12528
|
export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth {
|
|
12227
12529
|
/**
|
|
12228
|
-
* Path to the GCP service account key file.
|
|
12530
|
+
* Path to the GCP service account key file. Required when `auth` block is specified.
|
|
12229
12531
|
*/
|
|
12230
|
-
credentialsFile
|
|
12532
|
+
credentialsFile?: string;
|
|
12231
12533
|
}
|
|
12232
12534
|
export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata {
|
|
12233
12535
|
/**
|
|
@@ -12241,7 +12543,7 @@ export interface ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetada
|
|
|
12241
12543
|
}
|
|
12242
12544
|
export interface ObservabilityPipelineConfigDestinationsGooglePubsub {
|
|
12243
12545
|
/**
|
|
12244
|
-
* GCP credentials used to authenticate with Google Cloud
|
|
12546
|
+
* GCP credentials used to authenticate with Google Cloud services.
|
|
12245
12547
|
*/
|
|
12246
12548
|
auth?: outputs.ObservabilityPipelineConfigDestinationsGooglePubsubAuth;
|
|
12247
12549
|
/**
|
|
@@ -12271,7 +12573,7 @@ export interface ObservabilityPipelineConfigDestinationsGooglePubsub {
|
|
|
12271
12573
|
}
|
|
12272
12574
|
export interface ObservabilityPipelineConfigDestinationsGooglePubsubAuth {
|
|
12273
12575
|
/**
|
|
12274
|
-
* Path to the GCP service account key file.
|
|
12576
|
+
* Path to the GCP service account key file. Required when `auth` block is specified.
|
|
12275
12577
|
*/
|
|
12276
12578
|
credentialsFile?: string;
|
|
12277
12579
|
}
|
|
@@ -13573,7 +13875,7 @@ export interface ObservabilityPipelineConfigSourcesFluentdTls {
|
|
|
13573
13875
|
}
|
|
13574
13876
|
export interface ObservabilityPipelineConfigSourcesGooglePubsub {
|
|
13575
13877
|
/**
|
|
13576
|
-
* GCP credentials used to authenticate with Google Cloud
|
|
13878
|
+
* GCP credentials used to authenticate with Google Cloud services.
|
|
13577
13879
|
*/
|
|
13578
13880
|
auth?: outputs.ObservabilityPipelineConfigSourcesGooglePubsubAuth;
|
|
13579
13881
|
/**
|
|
@@ -13599,9 +13901,9 @@ export interface ObservabilityPipelineConfigSourcesGooglePubsub {
|
|
|
13599
13901
|
}
|
|
13600
13902
|
export interface ObservabilityPipelineConfigSourcesGooglePubsubAuth {
|
|
13601
13903
|
/**
|
|
13602
|
-
* Path to the GCP service account key file.
|
|
13904
|
+
* Path to the GCP service account key file. Required when `auth` block is specified.
|
|
13603
13905
|
*/
|
|
13604
|
-
credentialsFile
|
|
13906
|
+
credentialsFile?: string;
|
|
13605
13907
|
}
|
|
13606
13908
|
export interface ObservabilityPipelineConfigSourcesGooglePubsubTls {
|
|
13607
13909
|
/**
|
|
@@ -14935,7 +15237,7 @@ export interface PowerpackWidgetChangeDefinitionRequestQueryEventQuery {
|
|
|
14935
15237
|
*/
|
|
14936
15238
|
crossOrgUuids?: string;
|
|
14937
15239
|
/**
|
|
14938
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
15240
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
14939
15241
|
*/
|
|
14940
15242
|
dataSource: string;
|
|
14941
15243
|
/**
|
|
@@ -16290,7 +16592,7 @@ export interface PowerpackWidgetGeomapDefinitionRequestQueryEventQuery {
|
|
|
16290
16592
|
*/
|
|
16291
16593
|
crossOrgUuids?: string;
|
|
16292
16594
|
/**
|
|
16293
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
16595
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
16294
16596
|
*/
|
|
16295
16597
|
dataSource: string;
|
|
16296
16598
|
/**
|
|
@@ -17108,7 +17410,7 @@ export interface PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery {
|
|
|
17108
17410
|
*/
|
|
17109
17411
|
crossOrgUuids?: string;
|
|
17110
17412
|
/**
|
|
17111
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
17413
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
17112
17414
|
*/
|
|
17113
17415
|
dataSource: string;
|
|
17114
17416
|
/**
|
|
@@ -19195,7 +19497,7 @@ export interface PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery {
|
|
|
19195
19497
|
*/
|
|
19196
19498
|
crossOrgUuids?: string;
|
|
19197
19499
|
/**
|
|
19198
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
19500
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
19199
19501
|
*/
|
|
19200
19502
|
dataSource: string;
|
|
19201
19503
|
/**
|
|
@@ -20245,7 +20547,7 @@ export interface PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery {
|
|
|
20245
20547
|
*/
|
|
20246
20548
|
crossOrgUuids?: string;
|
|
20247
20549
|
/**
|
|
20248
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
20550
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
20249
20551
|
*/
|
|
20250
20552
|
dataSource: string;
|
|
20251
20553
|
/**
|
|
@@ -20903,7 +21205,7 @@ export interface PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuer
|
|
|
20903
21205
|
*/
|
|
20904
21206
|
crossOrgUuids?: string;
|
|
20905
21207
|
/**
|
|
20906
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
21208
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
20907
21209
|
*/
|
|
20908
21210
|
dataSource: string;
|
|
20909
21211
|
/**
|
|
@@ -22699,7 +23001,7 @@ export interface PowerpackWidgetSunburstDefinitionRequestQueryEventQuery {
|
|
|
22699
23001
|
*/
|
|
22700
23002
|
crossOrgUuids?: string;
|
|
22701
23003
|
/**
|
|
22702
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
23004
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
22703
23005
|
*/
|
|
22704
23006
|
dataSource: string;
|
|
22705
23007
|
/**
|
|
@@ -23801,7 +24103,7 @@ export interface PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery {
|
|
|
23801
24103
|
*/
|
|
23802
24104
|
crossOrgUuids?: string;
|
|
23803
24105
|
/**
|
|
23804
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
24106
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
23805
24107
|
*/
|
|
23806
24108
|
dataSource: string;
|
|
23807
24109
|
/**
|
|
@@ -24841,7 +25143,7 @@ export interface PowerpackWidgetToplistDefinitionRequestQueryEventQuery {
|
|
|
24841
25143
|
*/
|
|
24842
25144
|
crossOrgUuids?: string;
|
|
24843
25145
|
/**
|
|
24844
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
25146
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
24845
25147
|
*/
|
|
24846
25148
|
dataSource: string;
|
|
24847
25149
|
/**
|
|
@@ -25633,7 +25935,7 @@ export interface PowerpackWidgetTreemapDefinitionRequestQueryEventQuery {
|
|
|
25633
25935
|
*/
|
|
25634
25936
|
crossOrgUuids?: string;
|
|
25635
25937
|
/**
|
|
25636
|
-
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`.
|
|
25938
|
+
* The data source for event platform-based queries. Valid values are `logs`, `spans`, `network`, `rum`, `securitySignals`, `profiles`, `audit`, `events`, `ciTests`, `ciPipelines`, `incidentAnalytics`, `productAnalytics`, `onCallEvents`.
|
|
25637
25939
|
*/
|
|
25638
25940
|
dataSource: string;
|
|
25639
25941
|
/**
|
|
@@ -28207,6 +28509,7 @@ export declare namespace gcp {
|
|
|
28207
28509
|
}
|
|
28208
28510
|
interface IntegrationStsMetricNamespaceConfig {
|
|
28209
28511
|
disabled: boolean;
|
|
28512
|
+
filters: string[];
|
|
28210
28513
|
id: string;
|
|
28211
28514
|
}
|
|
28212
28515
|
interface IntegrationStsMonitoredResourceConfig {
|