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
@@ -45830,6 +45830,13 @@ components:
45830
45830
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).
45831
45831
example: splunk-hec-source
45832
45832
type: string
45833
+
store_hec_token:
45834
+
default: false
45835
+
description: |-
45836
+
If `true`, the HEC token is stored in the event's metadata and made available to the Enrichment Table
45837
+
processor and the `splunk_hec` destination for routing or enrichment based on the token. Defaults to `false`.
0 commit comments