Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/audit-log-filter-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ The size of the buffer for reading from the audit log filter file. The `audit_lo
| Dynamic | Yes |
| Scope | Global |
| Data type | Integer |
| Default | 1GB |
| Default | 1073741824 |

Performs an automatic log file rotation based on the size. The default value is 1GB. If the value is greater than 0, when the log file size exceeds the value, the component renames the current file and opens a new log file using the original name.
Performs an automatic log file rotation based on the size. The default value is 1073741824. If the value is greater than 0, when the log file size exceeds the value, the component renames the current file and opens a new log file using the original name.

If you set the value to less than 4096, the component does not automatically rotate the log files. You can rotate the log files manually using [`audit_log_rotate()`](#audit_log_rotate). If the value is not a multiple of 4096, the component truncates the value to the nearest multiple.

Expand Down Expand Up @@ -740,4 +740,4 @@ The audit log filter component exposes status variables. These variables provide
<td>In the asynchronous logging mode, the number of times an event waited for space in the audit log filter buffer.</td>
</tr>
</tbody>
</table>
</table>