Skip to content

Commit 11ed26c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5ba5a8e of spec repo
1 parent f411945 commit 11ed26c

8 files changed

Lines changed: 0 additions & 365 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -55624,7 +55624,6 @@ components:
5562455624
- $ref: "#/components/schemas/ObservabilityPipelineSyslogNgDestination"
5562555625
- $ref: "#/components/schemas/ObservabilityPipelineDatabricksZerobusDestination"
5562655626
- $ref: "#/components/schemas/ObservabilityPipelineDatadogMetricsDestination"
55627-
- $ref: "#/components/schemas/ObservabilityPipelineSplunkHecMetricsDestination"
5562855627
ObservabilityPipelineConfigPipelineType:
5562955628
default: logs
5563055629
description: The type of data being ingested. Defaults to `logs` if not specified.
@@ -59746,81 +59745,6 @@ components:
5974659745
type: string
5974759746
x-enum-varnames:
5974859747
- SPLUNK_HEC
59749-
ObservabilityPipelineSplunkHecMetricsDestination:
59750-
description: |-
59751-
The `splunk_hec_metrics` destination forwards metrics to Splunk using the HTTP Event Collector (HEC).
59752-
59753-
**Supported pipeline types:** metrics
59754-
properties:
59755-
buffer:
59756-
$ref: "#/components/schemas/ObservabilityPipelineBufferOptions"
59757-
compression:
59758-
$ref: "#/components/schemas/ObservabilityPipelineSplunkHecMetricsDestinationCompression"
59759-
default_namespace:
59760-
description: Optional default namespace for metrics sent to Splunk HEC.
59761-
example: "custom_namespace"
59762-
type: string
59763-
endpoint_url_key:
59764-
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
59765-
example: SPLUNK_HEC_ENDPOINT_URL
59766-
type: string
59767-
id:
59768-
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
59769-
example: splunk-hec-metrics-destination
59770-
type: string
59771-
index:
59772-
description: Optional name of the Splunk index where metrics are written.
59773-
example: "metrics"
59774-
type: string
59775-
inputs:
59776-
description: A list of component IDs whose output is used as the `input` for this component.
59777-
example: ["metrics-filter-processor"]
59778-
items:
59779-
description: The ID of a component whose output is used as input for this destination.
59780-
type: string
59781-
type: array
59782-
source:
59783-
description: The Splunk source field value for metric events.
59784-
example: "observability_pipelines"
59785-
type: string
59786-
sourcetype:
59787-
description: The Splunk sourcetype to assign to metric events.
59788-
example: "custom_sourcetype"
59789-
type: string
59790-
tls:
59791-
$ref: "#/components/schemas/ObservabilityPipelineTls"
59792-
token_key:
59793-
description: Name of the environment variable or secret that holds the Splunk HEC token.
59794-
example: SPLUNK_HEC_TOKEN
59795-
type: string
59796-
type:
59797-
$ref: "#/components/schemas/ObservabilityPipelineSplunkHecMetricsDestinationType"
59798-
required:
59799-
- id
59800-
- type
59801-
- inputs
59802-
type: object
59803-
x-pipeline-types: [metrics]
59804-
ObservabilityPipelineSplunkHecMetricsDestinationCompression:
59805-
default: none
59806-
description: Compression algorithm applied when sending metrics to Splunk HEC.
59807-
enum:
59808-
- none
59809-
- gzip
59810-
example: none
59811-
type: string
59812-
x-enum-varnames:
59813-
- NONE
59814-
- GZIP
59815-
ObservabilityPipelineSplunkHecMetricsDestinationType:
59816-
default: splunk_hec_metrics
59817-
description: The destination type. Always `splunk_hec_metrics`.
59818-
enum:
59819-
- splunk_hec_metrics
59820-
example: splunk_hec_metrics
59821-
type: string
59822-
x-enum-varnames:
59823-
- SPLUNK_HEC_METRICS
5982459748
ObservabilityPipelineSplunkHecSource:
5982559749
description: |-
5982659750
The `splunk_hec` source implements the Splunk HTTP Event Collector (HEC) API.

docs/datadog_api_client.v2.model.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25470,27 +25470,6 @@ datadog\_api\_client.v2.model.observability\_pipeline\_splunk\_hec\_destination\
2547025470
:members:
2547125471
:show-inheritance:
2547225472

25473-
datadog\_api\_client.v2.model.observability\_pipeline\_splunk\_hec\_metrics\_destination module
25474-
-----------------------------------------------------------------------------------------------
25475-
25476-
.. automodule:: datadog_api_client.v2.model.observability_pipeline_splunk_hec_metrics_destination
25477-
:members:
25478-
:show-inheritance:
25479-
25480-
datadog\_api\_client.v2.model.observability\_pipeline\_splunk\_hec\_metrics\_destination\_compression module
25481-
------------------------------------------------------------------------------------------------------------
25482-
25483-
.. automodule:: datadog_api_client.v2.model.observability_pipeline_splunk_hec_metrics_destination_compression
25484-
:members:
25485-
:show-inheritance:
25486-
25487-
datadog\_api\_client.v2.model.observability\_pipeline\_splunk\_hec\_metrics\_destination\_type module
25488-
-----------------------------------------------------------------------------------------------------
25489-
25490-
.. automodule:: datadog_api_client.v2.model.observability_pipeline_splunk_hec_metrics_destination_type
25491-
:members:
25492-
:show-inheritance:
25493-
2549425473
datadog\_api\_client.v2.model.observability\_pipeline\_splunk\_hec\_source module
2549525474
---------------------------------------------------------------------------------
2549625475

src/datadog_api_client/v2/model/observability_pipeline_config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
from datadog_api_client.v2.model.observability_pipeline_datadog_metrics_destination import (
9898
ObservabilityPipelineDatadogMetricsDestination,
9999
)
100-
from datadog_api_client.v2.model.observability_pipeline_splunk_hec_metrics_destination import (
101-
ObservabilityPipelineSplunkHecMetricsDestination,
102-
)
103100
from datadog_api_client.v2.model.observability_pipeline_datadog_agent_source import (
104101
ObservabilityPipelineDatadogAgentSource,
105102
)
@@ -203,7 +200,6 @@ def __init__(
203200
ObservabilityPipelineSyslogNgDestination,
204201
ObservabilityPipelineDatabricksZerobusDestination,
205202
ObservabilityPipelineDatadogMetricsDestination,
206-
ObservabilityPipelineSplunkHecMetricsDestination,
207203
]
208204
],
209205
sources: List[

src/datadog_api_client/v2/model/observability_pipeline_config_destination_item.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,6 @@ def __init__(self, **kwargs):
226226
227227
:param unity_catalog_endpoint_key: Name of the environment variable or the secret identifier that references your Databricks workspace URL, which is used to communicate with the Unity Catalog API.
228228
:type unity_catalog_endpoint_key: str, optional
229-
230-
:param default_namespace: Optional default namespace for metrics sent to Splunk HEC.
231-
:type default_namespace: str, optional
232-
233-
:param source: The Splunk source field value for metric events.
234-
:type source: str, optional
235229
"""
236230
super().__init__(kwargs)
237231

@@ -315,9 +309,6 @@ def _composed_schemas(_):
315309
from datadog_api_client.v2.model.observability_pipeline_datadog_metrics_destination import (
316310
ObservabilityPipelineDatadogMetricsDestination,
317311
)
318-
from datadog_api_client.v2.model.observability_pipeline_splunk_hec_metrics_destination import (
319-
ObservabilityPipelineSplunkHecMetricsDestination,
320-
)
321312

322313
return {
323314
"oneOf": [
@@ -346,6 +337,5 @@ def _composed_schemas(_):
346337
ObservabilityPipelineSyslogNgDestination,
347338
ObservabilityPipelineDatabricksZerobusDestination,
348339
ObservabilityPipelineDatadogMetricsDestination,
349-
ObservabilityPipelineSplunkHecMetricsDestination,
350340
],
351341
}

src/datadog_api_client/v2/model/observability_pipeline_splunk_hec_metrics_destination.py

Lines changed: 0 additions & 163 deletions
This file was deleted.

src/datadog_api_client/v2/model/observability_pipeline_splunk_hec_metrics_destination_compression.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)