Hi,
I meet a issue that the timestramp is not corrent and stop at 2018/01/01 08:00:00 when Graylog-server recives messages from a loadblancer server(as following illustration server:10.10.0.249)
did you save the RAW (or full_message) of that input? you might want to enable that for a short time to find if the message received by GL has already this date set or if the modification happens inside of Graylog.
I using Syslog-UDP type for input
and defined a pipeline to replace source field,conding: rule "set_source_ip" when
_ has_field(“source”)_ then
_ let source_ip = $message.gl2_remote_ip;_
_ set_field(“source”, source_ip);_ end
And following extractors on this input
(copy to a new field not cut):