[syslog-ng] weird filter problem

Russell Fulton r.fulton at auckland.ac.nz
Sat May 11 04:15:37 CEST 2013


Currently on 3.2.4.


I am using patterndb to classify my incoming logs and want to send those that match pattern rules do a particular destination.

filter f_unknown { "${.classifier.class}" ne 'unknown' ; };

but this appears to always fail (if I change ne to eq then I get everything).

I have also tried using match with the same result.

Russell




More information about the syslog-ng mailing list