-
Using the syslog receiver, sometimes incoming syslog messages have incorrect timestamp due to bad vendor implementations or different timezones. I would like to remove it and replace with the current timestamp. Is this possible using the
This shows: error decoding 'field': unrecognized prefix
This has no effect. The verbose logging shows this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Aha, I figured it out! processors:
transform:
log_statements:
- context: log
statements:
- set(time, observed_time) |
Beta Was this translation helpful? Give feedback.
Aha, I figured it out!