Comments - MariaDB Audit Plugin - Log Settings

9 years, 8 months ago Andrew Jack

Hi there,

I've installed the MariaDB Audit Plugin version 1.1.7 and it's configured to log CONNECT and QUERY but it only seems to be logging Disconnect events and not the Connect, even if the Connect has failed.

I've tried changing syslog and file outputs and changing the logging to only be Connect but this problem persists.

Here's the settings I'm including in the my.cnf

plugin-load                             = server_audit=server_audit.so
server_audit_events                     = connect,query
server_audit_file_path                  = /var/lib/mysql-logs/audit.log
server_audit_file_rotate_size           = 10G
server_audit_logging                    = ON
server_audit_file_rotations             = 0

Here's the version I'm running it on: Server version: 5.5.37-MariaDB-wsrep-log MariaDB Server, wsrep_25.10.r3980

Thanks

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.