diff --git a/config/filter.d/slapd.conf b/config/filter.d/slapd.conf index 22cf4304..791decd2 100644 --- a/config/filter.d/slapd.conf +++ b/config/filter.d/slapd.conf @@ -13,13 +13,11 @@ before = common.conf _daemon = slapd -failregex = ^(?P<__prefix>%(__prefix_line)s)conn=(?P<_conn_>\d+) fd=\d+ ACCEPT from IP=:\d{1,5} \(IP=\S+\)\s*(?P=__prefix)conn=(?P=_conn_) op=\d+ RESULT(?:\s(?!err)\S+=\S*)* err=49 text=[\w\s]*$ +prefregex = ^%(__prefix_line)sconn=\d+(?: (?:fd|op)=\d+){0,2} (?=ACCEPT|RESULT).+$ + +failregex = ^ACCEPT from IP=:\d{1,5}\s+ + ^RESULT(?:\s(?!err)\S+=\S*)* err=49\b ignoreregex = -[Init] - -# "maxlines" is number of log lines to buffer for multi-line regex searches -maxlines = 20 - -# Author: Andrii Melnyk +# Author: Andrii Melnyk, Sergey G. Brester