Updated Configuration (markdown)
parent
229b78e8d4
commit
1462641755
|
@ -8,7 +8,7 @@ Available AUDIT Plugin system variables:
|
|||
* **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_json_socket_write_timeout**: Provides a timeout in milliseconds for writes to the JSON socket. The current value is 1000 (= 1 second). A value of zero disables timing out. Currently, the minimum actual timeout is 1000 ms, due to internal MySQL APIs. (If you provide a smaller but non-zero value, it is rounded up.) We hope that a future release will provide shorter timeouts. Introduced at version 1.1.3.
|
||||
* **audit_json_socket_write_timeout**: Provides a timeout in milliseconds for writes to the json socket. The current value is 1000 (= 1 second). A value of zero disables timing out. Currently, the minimum actual timeout is 1000 ms, due to internal MySQL APIs. (If you provide a smaller but non-zero value, it is rounded up.) We hope that a future release will provide shorter timeouts. Introduced at version 1.1.3.
|
||||
* **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.
|
||||
* **audit_validate_checksum**: mysqld binary checksum validation ON|OFF. 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.
|
||||
|
|
Loading…
Reference in New Issue