[rsyslog-notify] Forum Thread: Re: Facility and Severity tabs not posting - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Thu Jun 18 13:38:09 CEST 2015
User: alorbach
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25712#p25712
Message:
----------
The solution is rather simple, the RSYSLOG_TraditionalFileFormat does not
contain syslog priority or facility. Kindly switch to
RSYSLOG_SyslogProtocol23Format which is RFC5424 format.
Remove this or comment it out:
[code:3o1ff9n8]$ActionFileDefaultTemplate
RSYSLOG_TraditionalFileFormat[/code:3o1ff9n8]
Add / uncomment this from your config:
[code:3o1ff9n8]$ActionFileDefaultTemplate
RSYSLOG_SyslogProtocol23Format[/code:3o1ff9n8]
This will need to change the logfile type to RSyslog Format23 in your
Loganalyzer logstream sources as well.
best regards,
Andre
More information about the rsyslog-notify
mailing list