On Mon, 23 Apr 2018, Cheltenham, Chris via rsyslog wrote:

How do I exclude ip addresses from being logged?



I tried this ..



#Ignore the 170.235.1.248 and 170.235.1.249 A 10 Load balancer health
checks

if $fromhost-ip=='170.235.1.248' then
/dev/null/%FROMHOST-IP%/%syslogfacility-text%.log-I-I/%FROMHOST

instead of this /dev/null stuff, just say 'stop'

if $fromhost-ip == 'ip' then stop

if $fromhost-ip=='170.235.1.249' then
/dev/null/%FROMHOST-IP%/%syslogfacility-text%.log-I-I/%FROMHOST



and



#Ignore the 170.235.1.248 and 170.235.1.249 A 10 Load balancer health
checks
k
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to