diff --git a/content/en/docs/tasks/debug-application-cluster/audit.md b/content/en/docs/tasks/debug-application-cluster/audit.md index 8955505dd4936..271e6d7b26e2e 100644 --- a/content/en/docs/tasks/debug-application-cluster/audit.md +++ b/content/en/docs/tasks/debug-application-cluster/audit.md @@ -191,7 +191,7 @@ and in the logs to monitor the state of the auditing subsystem. - `apiserver_audit_error_total` metric contains the total number of events dropped due to an error during exporting. -### truncate +### Truncate Both log and webhook backends support batching. As an example, the following is the list of flags available for the log backend: @@ -200,8 +200,7 @@ available for the log backend: - `audit-log-truncate-max-batch-size` maximum size of the batch sent to the underlying backend. - `audit-log-truncate-max-event-size` maximum size of the audit event sent to the underlying backend. -By default truncate is disabled in both `webhook` and `log`, set `audit-log-truncate-enabled` or -`audit-webhook-truncate-enabled` to enable the feature. +By default truncate is disabled in both `webhook` and `log`, a cluster administrator should set `audit-log-truncate-enabled` or `audit-webhook-truncate-enabled` to enable the feature. ## Multi-cluster setup