nxlog event exclude

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

nxlog event exclude

Post by mejokj »

HI Team,

Please let us know how to exclude some type of event log in nxlog to send to the nagios log server. One event is sending too much and causes a lot of bandwidth usage. So kindly provide the steps to exclude the event in nxlog conf.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: nxlog event exclude

Post by ssax »

Depending on how you have it setup you could do:

Code: Select all

Exec if $raw_event =~ 'Your String' drop();
Locked