You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Optional default namespace for metrics sent to Splunk HEC.
58151
+
example: "custom_namespace"
58152
+
type: string
58153
+
endpoint_url_key:
58154
+
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
58155
+
example: SPLUNK_HEC_ENDPOINT_URL
58156
+
type: string
58157
+
id:
58158
+
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).
58159
+
example: splunk-hec-metrics-destination
58160
+
type: string
58161
+
index:
58162
+
description: Optional name of the Splunk index where metrics are written.
58163
+
example: "metrics"
58164
+
type: string
58165
+
inputs:
58166
+
description: A list of component IDs whose output is used as the `input` for this component.
58167
+
example: ["metrics-filter-processor"]
58168
+
items:
58169
+
description: The ID of a component whose output is used as input for this destination.
58170
+
type: string
58171
+
type: array
58172
+
source:
58173
+
description: The Splunk source field value for metric events.
58174
+
example: "observability_pipelines"
58175
+
type: string
58176
+
sourcetype:
58177
+
description: The Splunk sourcetype to assign to metric events.
// ObservabilityPipelineSplunkHecMetricsDestinationAsObservabilityPipelineConfigDestinationItem is a convenience function that returns ObservabilityPipelineSplunkHecMetricsDestination wrapped in ObservabilityPipelineConfigDestinationItem.
0 commit comments