From 3254308fd3e018f67ed13abe0d652fdc8d8a359c Mon Sep 17 00:00:00 2001 From: Freddy Date: Tue, 31 Aug 2021 16:04:47 -0600 Subject: [PATCH] Update audit logging example (#10966) * Update audit-logging.mdx --- website/content/docs/enterprise/audit-logging.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/docs/enterprise/audit-logging.mdx b/website/content/docs/enterprise/audit-logging.mdx index 2c7f8b367b..aec2723d80 100644 --- a/website/content/docs/enterprise/audit-logging.mdx +++ b/website/content/docs/enterprise/audit-logging.mdx @@ -41,9 +41,10 @@ communication channel used for agent communication. -The following example configures a destination called "My Sink" which stores audit -events at the file `/tmp/audit.json`. The log file will be rotated either every -24 hours, or when the log file size is greater than 25165824 bytes (24 megabytes). +The following example configures a destination called "My Sink". Since rotation is enabled, +audit events will be stored at files named: `/tmp/audit-.json`. The log file will +be rotated either every 24 hours, or when the log file size is greater than 25165824 bytes +(24 megabytes).