Document '{}' for audit_record_cms
parent
e7ddb639cd
commit
c7e8bff732
|
@ -12,7 +12,7 @@ Available AUDIT Plugin system varaibles:
|
|||
* **audit_validate_checksum**: mysqld binary checksum validation Enable|Disable. See Troubleshooting section in [[Installation]] page.
|
||||
* **audit_checksum**: Checksum for mysqld to validate (command line/conf file only). Used when audit_offsets are present. The plugin will not load if the specified checksum doesn't match the calculated one. This is useful when offsets have been set manually and you want to avoid using the manual offsets without validation after an upgrade of mysqld.
|
||||
* **audit_record_cmds**: Comma separated list of commands to log to the audit trail. For example: `insert,update,delete`.
|
||||
* **audit_record_objs**: Comma separated list of objects (tables) to log to the audit trail. Table name should be specified as: `database.table`. Wild cards are supported and it is possible to specify: `*.mytable` or `mydb.*`.
|
||||
* **audit_record_objs**: Comma separated list of objects (tables) to log to the audit trail. Table name should be specified as: `database.table`. Wild cards are supported and it is possible to specify: `*.mytable` or `mydb.*`. Specify: `{}` as part of the list to include the empty set to catch also cases where an activity has no objects (for example connect and quit).
|
||||
* **audit_whitelist_users**: Comma separated list of white-listed users whose queries are not recorded. Specify: `{}` as part of the list to include the empty user.
|
||||
* **audit_whitelist_cmds**: Comma separated list of white-listed cmds whose queries are not recorded. Introduced at version 1.0.6.
|
||||
* **audit_header_msg**: Header message logging ON|OFF. Default value: ON. Introduced at version 1.0.6.
|
||||
|
|
Loading…
Reference in New Issue