[syslog-ng] A question about filtering messages

C. L. Martinez carlopmart at gmail.com
Wed May 2 11:58:19 CEST 2012


Hi all,

 I need to filter different message types with some special words in
it. Is this a correct filter to do this??

filter f_test { netmask("192.168.1.15") and ( message("FIRST_OPTION:")
or message("SECOND_OPTION:") or message("THIRD_OPTION:")); };

 Thanks.


More information about the syslog-ng mailing list