[rsyslog-notify] Forum Thread: Re: Strange linebreak with Jboss access logs - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Thu Feb 27 18:02:48 CET 2014


User: rgerhards 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24269#p24269

Message: 
----------
You miss the "<PRI>" part in your forwarding template, and as such the
receiver cannot properly decode the message. Have a look at RFC5414 or
RFC3164 on how the pri is calculated. Basically, it is (Facility *
8)+Severity, where Facility and Severity have the values as defined in the
RFCs. Just for testing, you could add "<188>" in front of the template,
this is LOCAL_7 with some severity -- and will make the syslog message
wellformed.


More information about the rsyslog-notify mailing list