From 55055b1391a6ece2e9abb2b8251eaeec7a7e28db Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Mon, 9 Mar 2015 10:46:50 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index a6039a7..db2d56e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -21,6 +21,7 @@ Available AUDIT Plugin system variables: * **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_json_file_retry**: json log file retry interval. If the plugin fails to open/write to the json log file, will retry to open every specified interval in seconds. Set for 0 to disable retrying. Defaults to 60 seconds. Introduced at version 1.0.6. * **audit_json_socket_retry**: json socket retry interval. If the plugin fails to connect/write to the json audit socket, will retry to connect every specified interval in seconds. Set for 0 to disable retrying. Defaults to 10 seconds. Introduced at version 1.0.6. +* **audit_json_file_bufsize**: json file buffer size in bytes used for logging. Value of 0 means default size, value of 1 means no buffering. Max value: 262144 (256KB). A larger value may improve performance when logging large statements (log entries larger than 4KB). Defaults to 0. Introduced in version 1.0.8. **Notes:**