Audit Plugin Status Variables
Monitor the performance and status of the Audit Plugin. View variables that track the number of logged events and current settings to ensure the auditing system is functioning correctly.
SHOW STATUS LIKE 'server_audit%';
+----------------------------+------------------+
| Variable_name | Value |
+----------------------------+------------------+
| Server_audit_active | ON |
| Server_audit_current_log | server_audit.log |
| Server_audit_last_error | |
| Server_audit_writes_failed | 0 |
+----------------------------+------------------+Status Variables
Server_audit_active
Server_audit_activeServer_audit_current_log
Server_audit_current_logServer_audit_last_error
Server_audit_last_errorServer_audit_writes_failed
Server_audit_writes_failedLast updated
Was this helpful?

