-
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_key
thenauto_extract_timestamp
ignored by splunk. Vector does nothing wrong here because if you settimestamp_key
vector pass extract it and send it astime
in the msgs, similarly vector just passauto_extract_timestamp
to splunk API. But splunk ignoreauto_extract_timestamp
if it detecttime
in the message/URLThis is what splunk HEC API doc says: