I'm running an Ubuntu 16.04 web server (running Webmin). I also have Graylog running on a separate server on my LAN.
I'd like to have fail2ban log itself to /var/log/fail2ban.log
as well as my external syslog server, but I'm not sure how to do this.
In the fail2ban config file, there's an option to change logtarget=/var/log/fail2ban.log
to logtarget = SYSLOG
, but I'm not sure how to get those outputs over to the other server.