clarifications for audit_json_file_flush
parent
f987380d67
commit
2db4d80f40
|
@ -5,7 +5,7 @@ Available AUDIT Plugin system variables:
|
|||
* **audit_json_log_file**: json log file name. If audit_json_file option is enabled will write audit trail to this file. Value may be either an absolute path or relative to the MySQL datadir. Default value: mysql-audit.json.
|
||||
* **audit_json_file**: json log file ON|OFF.
|
||||
* **audit_json_file_sync**: json log file sync period. If the value of this variable is greater than 0, audit log will sync to disk after every audit_json_file_sync writes. Default value: 0.
|
||||
* **audit_json_file_flush**: Calling `set global audit_json_file_flush=on` will cause a flush of the log file (close and reopen of the log). This can be used to rotate logs similarly to how MySQL manages its log files. See: http://dev.mysql.com/doc/refman/5.5/en/log-file-maintenance.html .
|
||||
* **audit_json_file_flush**: Calling `set global audit_json_file_flush=on` will cause a flush of the log file (close and reopen of the log). This can be used to rotate logs similarly to how MySQL manages its log files. See: http://dev.mysql.com/doc/refman/5.5/en/log-file-maintenance.html . For further clarification, see issue [#140](//github.com/mcafee/mysql-audit/issues/140).
|
||||
* **audit_json_socket_name**: json UNIX socket name. If audit_json_socket option is enabled will write audit trail to this UNIX socket.
|
||||
* **audit_json_socket**: json UNIX socket ON|OFF.
|
||||
* **audit_uninstall_plugin**: AUDIT uninstall plugin ON|OFF (command line/conf file only). If disabled attempts to uninstall the AUDIT plugin via the sql UNINSTALL command will fail. Provides added security from uninstalling the plugin. Also protection from [CVE-2010-1621](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1621) affecting versions up to 5.1.46.
|
||||
|
|
Loading…
Reference in New Issue