@@ -10590,6 +10590,7 @@ components:
1059010590 - $ref: '#/components/schemas/CustomDestinationForwardDestinationHttp'
1059110591 - $ref: '#/components/schemas/CustomDestinationForwardDestinationSplunk'
1059210592 - $ref: '#/components/schemas/CustomDestinationForwardDestinationElasticsearch'
10593+ - $ref: '#/components/schemas/CustomDestinationForwardDestinationMicrosoftSentinel'
1059310594 CustomDestinationForwardDestinationElasticsearch:
1059410595 description: The Elasticsearch destination.
1059510596 properties:
@@ -10674,6 +10675,49 @@ components:
1067410675 type: string
1067510676 x-enum-varnames:
1067610677 - HTTP
10678+ CustomDestinationForwardDestinationMicrosoftSentinel:
10679+ description: The Microsoft Sentinel destination.
10680+ properties:
10681+ client_id:
10682+ description: Client ID from the Datadog Azure integration.
10683+ example: 9a2f4d83-2b5e-429e-a35a-2b3c4182db71
10684+ type: string
10685+ data_collection_endpoint:
10686+ description: Azure data collection endpoint.
10687+ example: https://my-dce-5kyl.eastus-1.ingest.monitor.azure.com
10688+ type: string
10689+ data_collection_rule_id:
10690+ description: Azure data collection rule ID.
10691+ example: dcr-000a00a000a00000a000000aa000a0aa
10692+ type: string
10693+ stream_name:
10694+ description: Azure stream name.
10695+ example: Custom-MyTable
10696+ type: string
10697+ writeOnly: true
10698+ tenant_id:
10699+ description: Tenant ID from the Datadog Azure integration.
10700+ example: f3c9a8a1-4c2e-4d2e-b911-9f3c28c3c8b2
10701+ type: string
10702+ type:
10703+ $ref: '#/components/schemas/CustomDestinationForwardDestinationMicrosoftSentinelType'
10704+ required:
10705+ - type
10706+ - tenant_id
10707+ - client_id
10708+ - data_collection_endpoint
10709+ - data_collection_rule_id
10710+ - stream_name
10711+ type: object
10712+ CustomDestinationForwardDestinationMicrosoftSentinelType:
10713+ default: microsoft_sentinel
10714+ description: Type of the Microsoft Sentinel destination.
10715+ enum:
10716+ - microsoft_sentinel
10717+ example: microsoft_sentinel
10718+ type: string
10719+ x-enum-varnames:
10720+ - MICROSOFT_SENTINEL
1067710721 CustomDestinationForwardDestinationSplunk:
1067810722 description: The Splunk HTTP Event Collector (HEC) destination.
1067910723 properties:
@@ -10849,6 +10893,7 @@ components:
1084910893 - $ref: '#/components/schemas/CustomDestinationResponseForwardDestinationHttp'
1085010894 - $ref: '#/components/schemas/CustomDestinationResponseForwardDestinationSplunk'
1085110895 - $ref: '#/components/schemas/CustomDestinationResponseForwardDestinationElasticsearch'
10896+ - $ref: '#/components/schemas/CustomDestinationResponseForwardDestinationMicrosoftSentinel'
1085210897 CustomDestinationResponseForwardDestinationElasticsearch:
1085310898 description: The Elasticsearch destination.
1085410899 properties:
@@ -10933,6 +10978,49 @@ components:
1093310978 type: string
1093410979 x-enum-varnames:
1093510980 - HTTP
10981+ CustomDestinationResponseForwardDestinationMicrosoftSentinel:
10982+ description: The Microsoft Sentinel destination.
10983+ properties:
10984+ client_id:
10985+ description: Client ID from the Datadog Azure integration.
10986+ example: 9a2f4d83-2b5e-429e-a35a-2b3c4182db71
10987+ type: string
10988+ data_collection_endpoint:
10989+ description: Azure data collection endpoint.
10990+ example: https://my-dce-5kyl.eastus-1.ingest.monitor.azure.com
10991+ type: string
10992+ data_collection_rule_id:
10993+ description: Azure data collection rule ID.
10994+ example: dcr-000a00a000a00000a000000aa000a0aa
10995+ type: string
10996+ stream_name:
10997+ description: Azure stream name.
10998+ example: Custom-MyTable
10999+ type: string
11000+ writeOnly: true
11001+ tenant_id:
11002+ description: Tenant ID from the Datadog Azure integration.
11003+ example: f3c9a8a1-4c2e-4d2e-b911-9f3c28c3c8b2
11004+ type: string
11005+ type:
11006+ $ref: '#/components/schemas/CustomDestinationResponseForwardDestinationMicrosoftSentinelType'
11007+ required:
11008+ - type
11009+ - tenant_id
11010+ - client_id
11011+ - data_collection_endpoint
11012+ - data_collection_rule_id
11013+ - stream_name
11014+ type: object
11015+ CustomDestinationResponseForwardDestinationMicrosoftSentinelType:
11016+ default: microsoft_sentinel
11017+ description: Type of the Microsoft Sentinel destination.
11018+ enum:
11019+ - microsoft_sentinel
11020+ example: microsoft_sentinel
11021+ type: string
11022+ x-enum-varnames:
11023+ - MICROSOFT_SENTINEL
1093611024 CustomDestinationResponseForwardDestinationSplunk:
1093711025 description: The Splunk HTTP Event Collector (HEC) destination.
1093811026 properties:
0 commit comments