Hi,
we are sending events via logstash-output-syslog plugin to a syslog server. The timestamp of the messages at the syslog server are with timezone UTC. Is it possible to change the timestamp only for these events to different timezone than UTC?
I was thinking about switching to logstash-output-pipe and pipe the events into local "logger" command, but I guess this is ugly.
Thanks in advance
Matthias