[syslog-ng]Multiple Filters

Gehring, Andrew x66132 AGehring@bis.adp.com
Fri, 15 Feb 2002 10:57:37 -0500


Does a "and" and a "or" work together?

i.e.:		filter f_myfilter { level(crit) and
					  match("NOT OK") or
             		        match("terminated"); };

Would I get messages that are crit and contain "NOT OK", as well as crit and
contain "terminated"

Also, what is the best source statement for AIX 4.3.3?

I have unix_dgram("/dev/log") and internal()

Thanks,

Andrew