[rsyslog-notify] Forum Thread: Re: Prevent rsyslog server from indexing its own logs - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Fri Nov 20 19:35:26 CET 2015
User: dlang
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26181#p26181
Message:
----------
you would need to add something along the lines of
if ($hostname = 'BRJGS058') then stop
or if you are using a version prior to 6.0, replace stop with ~
this will need to go ahead of the section that writes the logs out
elsewhere. Remember that syslog writes the logs out to all destinations
that match, not just the first one.
More information about the rsyslog-notify
mailing list