[rsyslog-notify] Forum Thread: Re: pmaixforwardedfrom configuration - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Tue Oct 21 02:23:19 CEST 2014
User: dlang
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25033#p25033
Message:
----------
this should be the config you need to get the logs, then add the output
filters below this.
if you are getting mangled logs, try logging with the format
RSYSLOG_DebugFormat (something like *.*
/var/log/testing;RSYSLOG_DebugFormat ) and see if the message is mangled as
it's arriving, or if it's getting mangled after it arrives. You may want to
comment out the aixforwardfrom module to make sure it's not mangling the
message
[code:oya4p8og]
$ModLoad imuxsock # provides support for local system logging (e.g.
via logger command)
$ModLoad imklog # provides kernel logging support (previously done by
rklogd)
$ModLoad imudp
$ModLoad omruleset
$ModLoad pmaixforwardedfrom
$RulesetParser rsyslog.aixforwardedfrom
$rulesetparser rsyslog.rfc5424
$rulesetparser rsyslog.rfc3164
$UDPServerRun 514
$UDPServerRun 10514
[/code:oya4p8og]
More information about the rsyslog-notify
mailing list