Updated Configuration (markdown)
parent
133c82f7ca
commit
63bc71602f
|
@ -13,7 +13,7 @@ Available AUDIT Plugin system varaibles:
|
||||||
* **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_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_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.*`.
|
||||||
* **audit_whitelist_users**: Comma separated list of white-listed users whose queries are not recorded.
|
* **audit_whitelist_users**: Comma separated list of white-listed users whose queries are not recorded. Specify: `{}` to list the empty user.
|
||||||
* **audit_header_msg**: Header message logging ON|OFF. Default value: ON. Introduced at version 1.0.6.
|
* **audit_header_msg**: Header message logging ON|OFF. Default value: ON. Introduced at version 1.0.6.
|
||||||
* **audit_password_masking_cmds**: Comma separated list of commands for which the password masking regex will be applied. Default value includes MySQL commands that may include a password clause: `CREATE_USER,GRANT,SET_OPTION,SLAVE_START,CREATE_SERVER,ALTER_SERVER,CHANGE_MASTER`. Introduced at version 1.0.6.
|
* **audit_password_masking_cmds**: Comma separated list of commands for which the password masking regex will be applied. Default value includes MySQL commands that may include a password clause: `CREATE_USER,GRANT,SET_OPTION,SLAVE_START,CREATE_SERVER,ALTER_SERVER,CHANGE_MASTER`. Introduced at version 1.0.6.
|
||||||
* **audit_password_masking_regex**: PCRE complaint regular expression used for password masking. Regex will be applied only to statements with command type as specified at: `audit_password_masking_cmds`. Introduced at version 1.0.6.
|
* **audit_password_masking_regex**: PCRE complaint regular expression used for password masking. Regex will be applied only to statements with command type as specified at: `audit_password_masking_cmds`. Introduced at version 1.0.6.
|
||||||
|
|
Loading…
Reference in New Issue