From dc67b24270a972b7097fc039692f557330d859a6 Mon Sep 17 00:00:00 2001 From: pigsyn Date: Wed, 12 Dec 2012 23:07:39 +0100 Subject: [PATCH] Update config/filter.d/webmin-auth.conf Added a trailing '.*$' to each regex so they can find expressions in targeted log files. --- config/filter.d/webmin-auth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filter.d/webmin-auth.conf b/config/filter.d/webmin-auth.conf index 70997e01..fc0b7760 100644 --- a/config/filter.d/webmin-auth.conf +++ b/config/filter.d/webmin-auth.conf @@ -18,8 +18,8 @@ # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = webmin.* Non-existent login as .+ from $ - webmin.* Invalid login as .+ from $ +failregex = webmin.* Non-existent login as .+ from .*$ + webmin.* Invalid login as .+ from .*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.