From f336d9f8765e8e6eafb9c683caeffaa5a4c5c34d Mon Sep 17 00:00:00 2001 From: pigsyn Date: Thu, 13 Dec 2012 08:14:49 +0100 Subject: [PATCH] Update config/filter.d/webmin-auth.conf Added '\s*$' to the regular expression to match the space written by webmin logs at line-endings --- 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 fc0b7760..b1df45dc 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 \s*$ + webmin.* Invalid login as .+ from \s*$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.