File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
config/components/vector-sidecar Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,14 @@ spec:
121121 healthcheck :
122122 enabled : true
123123
124- # NATS message ID for de-duplication
125- # Uses the Kubernetes auditID as the NATS message ID to enable
126- # JetStream's duplicate detection within the duplicateWindow (10m)
127- # This prevents duplicate events from webhook retries or Vector restarts
128- message_id :
129- type : vrl
130- source : |
131- # Use the Kubernetes audit ID as the NATS message ID
132- # NATS will reject duplicates within the duplicateWindow
133- to_string!(.auditID)
124+ jetstream :
125+ enabled : true
126+ headers :
127+ # NATS message ID for de-duplication
128+ # Uses the Kubernetes auditID as the NATS message ID to enable
129+ # JetStream's duplicate detection within the duplicateWindow (10m)
130+ # This prevents duplicate events from webhook retries or Vector restarts
131+ message_id : {{ .auditID }}
134132
135133 # Buffer for durability
136134 # 10GB disk buffer to survive NATS outages
You can’t perform that action at this time.
0 commit comments