1.31.28~20180125091522-xenial
I can build a filter that returns the desired events, however, if I execute this filter, instead of the filtered events, ALL events are returned.
Code: Select all
2018-01-26 12:06:19.999790 zmfilter 13826 INF Checking filter _TempFilter1516986379 message returned 11 events zmfilter.pl
2018-01-26 12:06:19.990730 zmfilter 13826 INF Scanning for events using filter '_TempFilter1516986379' zmfilter.pl
If I "List Matches" only one event is returned; the filter is limited to 3 results.
I think that the result array in zmfilter is being populated by all events instead of the returned query, but I haven't figured out why/how.
Purge when full IS working properly.
Thanks.