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.
59714
+
example: "custom_namespace"
59715
+
type: string
59716
+
endpoint_url_key:
59717
+
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
59718
+
example: SPLUNK_HEC_ENDPOINT_URL
59719
+
type: string
59720
+
id:
59721
+
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).
59722
+
example: splunk-hec-metrics-destination
59723
+
type: string
59724
+
index:
59725
+
description: Optional name of the Splunk index where metrics are written.
59726
+
example: "metrics"
59727
+
type: string
59728
+
inputs:
59729
+
description: A list of component IDs whose output is used as the `input` for this component.
59730
+
example: ["metrics-filter-processor"]
59731
+
items:
59732
+
description: The ID of a component whose output is used as input for this destination.
59733
+
type: string
59734
+
type: array
59735
+
source:
59736
+
description: The Splunk source field value for metric events.
59737
+
example: "observability_pipelines"
59738
+
type: string
59739
+
sourcetype:
59740
+
description: The Splunk sourcetype to assign to metric events.
// ObservabilityPipelineSplunkHecMetricsDestinationAsObservabilityPipelineConfigDestinationItem is a convenience function that returns ObservabilityPipelineSplunkHecMetricsDestination wrapped in ObservabilityPipelineConfigDestinationItem.
0 commit comments