Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9622 [DOCS] - audit_log_rotate_on_size is incorrect #441

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/audit-log-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,14 +811,18 @@ are:
| -------------- | ------------------ |
| Command Line: | Yes |
| Scope: | Global |
| Dynamic: | No |
| Dynamic: | Yes |
| Data type | Numeric |
| Default value | 0 (don’t rotate the log file) |
| Default value | 0 |

This variable is measured in bytes and specifies the maximum size of the audit log file. Upon reaching
this size, the audit log will be rotated. The rotated log files are present in
the same directory as the current log file. The sequence number is appended to
the log file name upon rotation. For this variable to take effect, set the audit_log_handler variable to `FILE`.
the log file name upon rotation.

If the value is set to 0 (the default), the audit log files won’t rotate.

Set the `audit_log_handler` to FILE to enable this variable.

### `audit_log_rotations`

Expand Down