barreljan / netlog

A Syslog-NG to MySQL parser with no-nonsense GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logscavenger filter case

barreljan opened this issue · comments

The 'bogus' filter does not filter appropriate. The whole scavenger works with a case-insensitive search (SQL LIKE '%%' does that), but the scavengerfilter matches case-sensitive. This should be case-insensitive.

Suggestion is to use stripos() instead of strpos().