[syslog-ng]regex question

cdowns syslog-ng@lists.balabit.hu
Fri, 26 Mar 2004 11:02:14 -0600


When regexing in syslog-ng, does this stament below do:

get all local7 ( all levels ) and _/ALSO/_ match %ETHC-5 / %CLEAR-5 ? 
Its not just matching those is it ? Im kinda confused on this syntax.

filter f_local7 {
        facility(local7) and level(debug..emerg) and
        match("%ETHC-5") and match("%CLEAR-5");
};

I just want to make shure that is what this is doing... .

Thanks all.

~!>D