I've created my own custom filter, action etc for fail2ban.
Just have a question about the logpath.
logpath = /path/to/my/file1.log
/path/to/my/file2.log
/path/to/my/file3.log
/path/to/my/file4.log
maxretry = 3
If my jail is set like the above, would fail2ban look for 3 fails in any of the log files? or 3 fails in any of the files?
I want it to be on a per log basis, but don't want thousands of jails.
Cheers!