@@ -16,7 +16,7 @@ saveFilePath = "./gerberos.save"
16
16
# - ["kernel"] (using journalctl)
17
17
source = [" file" , " /var/log/apache2/access.log" ]
18
18
# Required. "%ip%" must appear exactly once in
19
- # each regexp (Golang flavor). "%ip%" will be
19
+ # each main regexp (Golang flavor). "%ip%" will be
20
20
# replaced with the following subexpression named
21
21
# "ip" matching IPv4 and IPv6 addresses:
22
22
# (?P<ip>(\d?\d?\d\.){3}\d?\d?\d|([0-9A-Fa-f]{0,4}::?)
@@ -37,7 +37,7 @@ saveFilePath = "./gerberos.save"
37
37
action = [" ban" , " 24h" ]
38
38
39
39
# Example aggregate rule for radicale.
40
- # Needs logging -> level = info
40
+ # Needs radicale logging -> level = info.
41
41
[rules .radicale ]
42
42
source = [" systemd" , " radicale" ]
43
43
# If the aggregate option is used, "%id% must
@@ -55,5 +55,5 @@ saveFilePath = "./gerberos.save"
55
55
# of the main regexps has been matched with the
56
56
# same ID. "id" must appear exactly once in each
57
57
# aggregate regexp.
58
- aggregate = [" 2m" , " \\ ] \\ [%id%\\ ] \\ [INFO\\ ] Failed login attempt" ]
58
+ aggregate = [" 2m" , ' \ ] \[%id%\] \[INFO\] Failed login attempt' ]
59
59
occurrences = [" 3" , " 5m" ]
0 commit comments