You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until now fail2ban can only read the journal and classic log files.
But some systems logs the fail's into it's own databases.
Description
It would be very helpful if the jail filters could also be searched in SQL databases. This would solve the problem that some applications only log unauthorised access in internal SQL databases. I could imagine that a general database framework could be used to which the queries and the configuration are then transferred. The usual filter part would then contain the SQL query for the ban request, which then returns the IP and the timestamp as usual.
Considered alternatives
Not really possible if the data is only available in SQL databases.
Any additional information
The rolling file problem would also solve by this, when the provided data is stored in an SQL database.
The text was updated successfully, but these errors were encountered:
There is indeed no backend at the moment that would achieve this. However, just for the info, one could use proactive a client (or pickle-protocol) to notify fail2ban about failures, if service has a callback for failed authentication:
Feature request type
Until now fail2ban can only read the journal and classic log files.
But some systems logs the fail's into it's own databases.
Description
It would be very helpful if the jail filters could also be searched in SQL databases. This would solve the problem that some applications only log unauthorised access in internal SQL databases. I could imagine that a general database framework could be used to which the queries and the configuration are then transferred. The usual filter part would then contain the SQL query for the ban request, which then returns the IP and the timestamp as usual.
Considered alternatives
Not really possible if the data is only available in SQL databases.
Any additional information
The rolling file problem would also solve by this, when the provided data is stored in an SQL database.
The text was updated successfully, but these errors were encountered: