I'm using wildcard in the logpath value as shown below:
[http-get-dos]
enabled = true
filter = http-get-dos
logpath = /var/log/ispconfig/httpd/*/access.log
maxretry = 250
findtime = 300
#ban for 10 hours
bantime = 36000
action = iptables-multiport[name=HTTP, port="http,https", protocol=tcp]
This works great but I want to exclude specific log because I need to create a separate filter for this.
So, for example, if I want to exclude /var/log/ispconfig/httpd/mysite.com/access.log, how do I do this?