From efbbcb41ea51db6722a3ed78767579c98dc2cd0a Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Fri, 18 Nov 2022 12:32:15 +0100 Subject: [PATCH] non capturing group --- config/filter.d/dante.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/dante.conf b/config/filter.d/dante.conf index 986f1946..e3f6f7b2 100644 --- a/config/filter.d/dante.conf +++ b/config/filter.d/dante.conf @@ -9,7 +9,7 @@ before = common.conf [Definition] _daemon = danted -failregex = ^%(__prefix_line)sinfo: block\(1\): tcp/accept \]: \.\d+ [\d.]+: error after reading \d+ bytes? in \d+ seconds?: (could not access |system password authentication failed for )user "[^"]+" +failregex = ^%(__prefix_line)sinfo: block\(1\): tcp/accept \]: \.\d+ [\d.]+: error after reading \d+ bytes? in \d+ seconds?: (?:could not access |system password authentication failed for )user "[^"]+" [Init] journalmatch = _SYSTEMD_UNIT=danted.service