Hello guys,
I use the audit plugin to exclude a subset of users, but it does not work. The following two methods of setting are not working:
set global audit_log_exclude_accounts= “‘yzk’@‘192.168.1.1’”;
and show variables like ‘audit_log_exclude_accounts’ result is
audit_log_exclude_accounts | ‘yzk’@‘192.168.1.1’
set global audit_log_exclude_accounts= ‘yzk@192.168.1.1’;
and show variables like ‘audit_log_exclude_accounts’ result is
audit_log_exclude_accounts | ‘yzk@192.168.1.1’
Although I have re-logged in, but the log is still recorded in this account information on the 192.168.1.1.
It makes me soon have hundreds of G size log files.
I hope someone can tell me the correct setting method.
p.s. there is a workaround described in the bug report but that may not fit your use case. It’s also viable to use the McAfee audit plugin to produce a similarly formatted output for your audit trail.