From 7345432c3bab5adf7685e1c6c5fdcd50e786ee63 Mon Sep 17 00:00:00 2001 From: Josh Roose <54345520+joshRooz@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:53:18 +1000 Subject: [PATCH] events compiled to JSON sentence structure (#13717) --- website/content/docs/enterprise/audit-logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/enterprise/audit-logging.mdx b/website/content/docs/enterprise/audit-logging.mdx index a8d69fae26..93661d49c6 100644 --- a/website/content/docs/enterprise/audit-logging.mdx +++ b/website/content/docs/enterprise/audit-logging.mdx @@ -17,7 +17,7 @@ description: >- With Consul Enterprise v1.8.0+, audit logging can be used to capture a clear and actionable log of authenticated events (both attempted and committed) that Consul -processes via its HTTP API. These events are compiled them into a JSON format for easy export +processes via its HTTP API. These events are then compiled into a JSON format for easy export and contain a timestamp, the operation performed, and the user who initiated the action. Audit logging enables security and compliance teams within an organization to get