Skip to content

Commit 5fdf162

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 89293137 of spec repo
1 parent b78223a commit 5fdf162

File tree

5 files changed

+2931
-11
lines changed

5 files changed

+2931
-11
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-08-01 18:19:03.656221",
8-
"spec_repo_commit": "35630f3d"
7+
"regenerated": "2025-08-05 17:49:06.270958",
8+
"spec_repo_commit": "89293137"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-08-01 18:19:13.733903",
13-
"spec_repo_commit": "35630f3d"
12+
"regenerated": "2025-08-05 17:49:16.356376",
13+
"spec_repo_commit": "89293137"
1414
}
1515
}
1616
}

content/en/api/v2/observability-pipelines/examples.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27260,6 +27260,7 @@ components:
2726027260
- $ref: '#/components/schemas/ObservabilityPipelineSentinelOneDestination'
2726127261
- $ref: '#/components/schemas/ObservabilityPipelineOpenSearchDestination'
2726227262
- $ref: '#/components/schemas/ObservabilityPipelineAmazonOpenSearchDestination'
27263+
- $ref: '#/components/schemas/ObservabilityPipelineCrowdStrikeNextGenSiemDestination'
2726327264
ObservabilityPipelineConfigProcessorItem:
2726427265
description: A processor for the pipeline.
2726527266
oneOf:
@@ -27297,6 +27298,65 @@ components:
2729727298
- $ref: '#/components/schemas/ObservabilityPipelineGooglePubSubSource'
2729827299
- $ref: '#/components/schemas/ObservabilityPipelineHttpClientSource'
2729927300
- $ref: '#/components/schemas/ObservabilityPipelineLogstashSource'
27301+
ObservabilityPipelineCrowdStrikeNextGenSiemDestination:
27302+
description: The `crowdstrike_next_gen_siem` destination forwards logs to CrowdStrike
27303+
Next Gen SIEM.
27304+
properties:
27305+
compression:
27306+
$ref: '#/components/schemas/ObservabilityPipelineCrowdStrikeNextGenSiemDestinationCompression'
27307+
encoding:
27308+
$ref: '#/components/schemas/ObservabilityPipelineCrowdStrikeNextGenSiemDestinationEncoding'
27309+
id:
27310+
description: The unique identifier for this component.
27311+
example: crowdstrike-ngsiem-destination
27312+
type: string
27313+
inputs:
27314+
description: A list of component IDs whose output is used as the `input`
27315+
for this component.
27316+
example:
27317+
- filter-processor
27318+
items:
27319+
type: string
27320+
type: array
27321+
tls:
27322+
$ref: '#/components/schemas/ObservabilityPipelineTls'
27323+
type:
27324+
$ref: '#/components/schemas/ObservabilityPipelineCrowdStrikeNextGenSiemDestinationType'
27325+
required:
27326+
- id
27327+
- type
27328+
- inputs
27329+
- encoding
27330+
type: object
27331+
ObservabilityPipelineCrowdStrikeNextGenSiemDestinationCompression:
27332+
description: Compression algorithm for log events.
27333+
enum:
27334+
- gzip
27335+
- zlib
27336+
example: gzip
27337+
type: string
27338+
x-enum-varnames:
27339+
- GZIP
27340+
- ZLIB
27341+
ObservabilityPipelineCrowdStrikeNextGenSiemDestinationEncoding:
27342+
description: Encoding format for log events.
27343+
enum:
27344+
- json
27345+
- raw_message
27346+
example: json
27347+
type: string
27348+
x-enum-varnames:
27349+
- JSON
27350+
- RAW_MESSAGE
27351+
ObservabilityPipelineCrowdStrikeNextGenSiemDestinationType:
27352+
default: crowdstrike_next_gen_siem
27353+
description: The destination type. The value should always be `crowdstrike_next_gen_siem`.
27354+
enum:
27355+
- crowdstrike_next_gen_siem
27356+
example: crowdstrike_next_gen_siem
27357+
type: string
27358+
x-enum-varnames:
27359+
- CROWDSTRIKE_NEXT_GEN_SIEM
2730027360
ObservabilityPipelineData:
2730127361
description: "Contains the pipeline\u2019s ID, type, and configuration attributes."
2730227362
properties:

0 commit comments

Comments
 (0)