Does nxlog have a way to remove these before pushing out to my syslog
server. My syslog can remove them but wanted to know if i could it on the
senders side.

Here is my config.
<Extension syslog>
Module xm_syslog
</Extension>

<Input internal>
Module im_internal
</Input>
<Input eventlog>
Module im_msvistalog
</Input>

<Processor norepeat>
    Module pm_norepeat
    CheckFields Hostname, SourceName, Message
</Processor>

<Output out>
Module om_tcp
Host x.x.x.x
port 514
Exec to_syslog_ietf();
</Output>
<Route 1>
Path internal, eventlog =>  norepeat => out
</Route>
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to