mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-14 06:56:47 +00:00
- `datepattern = {^LN-BEG}` - only line-begin anchored default patterns
(matches date only at begin of line, or with max distance up to 2 non-alphanumeric characters from line-begin);
- `datepattern = {*WD-BEG}` - only word-begin anchored default patterns;
- `datepattern = ^prefix{DATE}suffix` - exact specified default patterns (using prefix and suffix);
common filter configs gets a more precise, line-begin anchored (datepattern = {^LN-BEG}) resp. custom anchoring default date-patterns;
12 lines
191 B
Text
12 lines
191 B
Text
|
|
[Definition]
|
|
|
|
failregex = ^ \[LOGIN_ERROR\].*from <HOST>: Unknown user or password incorrect\.$
|
|
|
|
ignoreregex =
|
|
|
|
datepattern = ^%%m/%%d/%%Y %%H:%%M:%%S
|
|
|
|
# DEV NOTES:
|
|
#
|
|
# Author: Daniel Black
|