Tail log files and/or systemd journal, similar to fail2ban #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This might be an interesting thing to do as well (e.g. block attempts to log into ssh, do some kind of analysis that's not possible to do with configuration alone -- like detecting multiple requests to an endpoint within a certain timeframe).
Partially implemented to tail nginx logs.
Still need to look into journald.
We now tail the systemd journal (by piping into journalctl, which isn't ideal but I can't seem to find a native go package to read from the systemd journal; I need to continue looking, because I'm not writing that.)