-
|
I have a sceanio where some events have timestamp and some are not. while forwarding to splunk. it takes the time of ingestion. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The timestamp_key setting tells Vector to retrieve the timestamp from a non-default e.g. For the behavior |
Beta Was this translation helpful? Give feedback.
-
|
If you use This is what splunk HEC API doc says:
|
Beta Was this translation helpful? Give feedback.
If you use
timestamp_keythenauto_extract_timestampignored by splunk. Vector does nothing wrong here because if you settimestamp_keyvector pass extract it and send it astimein the msgs, similarly vector just passauto_extract_timestampto splunk API. But splunk ignoreauto_extract_timestampif it detecttimein the message/URLThis is what splunk HEC API doc says: