mirror of https://github.com/docker/docs.git
Fix audit logging documentation
Addresses https://github.com/docker/docs-private/issues/824#issuecomment-460711963
This commit is contained in:
parent
d7c32065fb
commit
3a0d387193
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue