Percona Audit Log Plugin Work -

Without filters, audit logs grow enormous. Use / audit_log_exclude_accounts and audit_log_include_commands / audit_log_exclude_commands .

SET GLOBAL audit_log_format = 'NEW'; -- JSON -- or 'CSV', 'OLD' percona audit log plugin

if they contain sensitive data.

cat audit.log | jq '.audit_record | select(.status != 0)' Without filters, audit logs grow enormous