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.
57927
+
example: "custom_namespace"
57928
+
type: string
57929
+
endpoint_url_key:
57930
+
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
57931
+
example: SPLUNK_HEC_ENDPOINT_URL
57932
+
type: string
57933
+
id:
57934
+
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).
57935
+
example: splunk-hec-metrics-destination
57936
+
type: string
57937
+
index:
57938
+
description: Optional name of the Splunk index where metrics are written.
57939
+
example: "metrics"
57940
+
type: string
57941
+
inputs:
57942
+
description: A list of component IDs whose output is used as the `input` for this component.
57943
+
example: ["metrics-filter-processor"]
57944
+
items:
57945
+
description: The ID of a component whose output is used as input for this destination.
57946
+
type: string
57947
+
type: array
57948
+
source:
57949
+
description: The Splunk source field value for metric events.
57950
+
example: "observability_pipelines"
57951
+
type: string
57952
+
sourcetype:
57953
+
description: The Splunk sourcetype to assign to metric events.
0 commit comments