Skip to content

Commit 79e4f04

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f22325 of spec repo
1 parent b20e444 commit 79e4f04

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18293,7 +18293,7 @@ components:
1829318293
description: |-
1829418294
The Splunk sourcetype for the events sent to this Splunk destination.
1829518295

18296-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18296+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1829718297
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1829818298
value is used as the sourcetype.
1829918299
example: my-source
@@ -18578,7 +18578,7 @@ components:
1857818578
description: |-
1857918579
The Splunk sourcetype for the events sent to this Splunk destination.
1858018580

18581-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18581+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1858218582
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1858318583
value is used as the sourcetype.
1858418584
example: my-source

lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CustomDestinationForwardDestinationSplunk
3030

3131
# The Splunk sourcetype for the events sent to this Splunk destination.
3232
#
33-
# If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
33+
# If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
3434
# field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
3535
# value is used as the sourcetype.
3636
attr_accessor :sourcetype

lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CustomDestinationResponseForwardDestinationSplunk
2727

2828
# The Splunk sourcetype for the events sent to this Splunk destination.
2929
#
30-
# If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
30+
# If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
3131
# field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
3232
# value is used as the sourcetype.
3333
attr_accessor :sourcetype

0 commit comments

Comments
 (0)