<div dir="auto"><div>Hi again.</div><div dir="auto">I just tried to send the example of syslog message in your administration guide and I've got the same effect :</div><div dir="auto">Reformatting the message.</div><div dir="auto"><br></div><div dir="auto">I've no "no-parse" I'm my config file, but syslog-ng drop pri, and the pseudo header(time&host) and put everything into $MSG.</div><div dir="auto">Any idea ?</div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Le ven. 19 juil. 2019 à 14:15, Fabien Wernli <<a href="mailto:wernli@in2p3.fr">wernli@in2p3.fr</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Jul 19, 2019 at 01:58:36PM +0200, Florian Goulais wrote:<br>
> I just try to understand why syslog add a non standardized header.<br>
<br>
syslog-ng doesn't "add" anything. What it does is parse input, and forma<br>
the message object depending on the input and output drivers.<br>
<br>
If you use the syslog() input, it tries to parse rfc3164/rfc5424.<br>
If you use the file() output, it formats using time, host, program, message.<br>
<br>
If you want to track everything unparsed, use flags(no-parse) in the input,<br>
and template("$MSG") in the output.<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div></div></div>