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
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45795,6 +45795,13 @@ components:
45795
45795
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).
45796
45796
example: splunk-hec-source
45797
45797
type: string
45798
+
store_hec_token:
45799
+
default: false
45800
+
description: |-
45801
+
If `true`, the HEC token is stored in the event's metadata and made available to the Enrichment Table
45802
+
processor and the `splunk_hec` destination for routing or enrichment based on the token. Defaults to `false`.
0 commit comments