16 Oct
2017
16 Oct
'17
4:44 p.m.
Hi, "Thomas Haupt" <t.haupt@ff-muenchen.de> írta 2017-10-16 11:23-kor:
options { keep_hostname(yes); use-dns(no); }; source s_system { udp(ip("0.0.0.0") port(514)); }; This setting indicates traditional rfc 3164 syslog format.
[2017-10-16T10:32:15.188058] Incoming log entry; line='<14>1 2017-10-16T10:32:15.151157+02:00 my-hostname lampelogtest 54321 111111 - Test syslog message'
This debug message indicates the rfc 5424 syslog format. Have you tried to align the format and your config? Cheers, Gyu