Audit log plugin - audit_log_exclude_accounts

Hi everyone, this is my first post here :slight_smile:

We are trying to filter out all users that start with “p_%”.

I read here that “you can use wildcards in usernames, but only if they match records in the mysql.user table”

Can this be done with audit_log_exclude_accounts? it didn’t work for us, we tried the following:

audit_log_exclude_accounts=p_%@%,p_%@%,p_*@%

Thanks for your help