Greetings,
We have several devices that are intermittently sending log data which I wish to ignore.
Is it possible to configure an input filter to drop all log data from specific IPs? I want to keep these devices off the "Not Sending" report.
Thanks
Input Filter to Ignore IPs
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Input Filter to Ignore IPs
Code: Select all
if [host] == 'xxx.xxx.xxx.xxx' {
drop{ }
}-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Input Filter to Ignore IPs
No problemsagansapien wrote:Thank you!
Locking thread