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