From 3a0d3871939ce730ec72dc8695a45e33fdab753d Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Tue, 5 Feb 2019 15:34:55 -0500 Subject: [PATCH] Fix audit logging documentation Addresses https://github.com/docker/docs-private/issues/824#issuecomment-460711963 --- ee/ucp/admin/configure/create-audit-logs.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ee/ucp/admin/configure/create-audit-logs.md b/ee/ucp/admin/configure/create-audit-logs.md index 931e670104..c9c8f8cc8e 100644 --- a/ee/ucp/admin/configure/create-audit-logs.md +++ b/ee/ucp/admin/configure/create-audit-logs.md @@ -1,6 +1,6 @@ --- -title: Create UCP audit logs -description: Learn how to create audit logs of all activity in UCP +title: Enable audit logging on UCP +description: Learn how to enable audit logging of all activity in UCP keywords: logs, ucp, swarm, kubernetes, audits --- @@ -121,7 +121,10 @@ The section of the UCP configuration file that controls UCP auditing logging is: support_dump_include_audit_logs = false ``` -The supported variables are `""`, `"metadata"` or `"request"`. +The supported variables for `level` are `""`, `"metadata"` or `"request"`. + +> Important: The `support_dump_include_audit_logs` flag specifies whether user identification information from the ucp-controller container logs is included in the support dump. To prevent this information from being sent with the support dump, make sure that `support_dump_include_audit_logs` is set to `false`. When disabled, the support dump collection tool filters out any lines from the `ucp-controller` container logs that contain the substring `auditID`. + ## Accessing Audit Logs