Merge pull request #7895 from adamancini/patch-10

Update store-logs-in-an-external-system.md
This commit is contained in:
L-Hudson 2018-12-20 08:58:13 -05:00 committed by GitHub
commit 9c66fe9a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
--- ---
title: Configure UCP logging title: Configure UCP logging
description: Learn how to configure Docker Universal Control Plane to store your logs description: Learn how to configure Docker Universal Control Plane to store your logs
on an external log system. on an external log system and configure appropriate log levels.
keywords: ucp, integrate, logs keywords: ucp, integrate, logs
--- ---
You can configure UCP for sending logs to a remote logging service: You can configure UCP's log level and destination for sending logs to a remote logging service:
1. Log in to UCP with an administrator account. 1. Log in to UCP with an administrator account.
2. Navigate to the **Admin Settings** page. 2. Navigate to the **Admin Settings** page.
@ -19,7 +19,7 @@ You can configure UCP for sending logs to a remote logging service:
> Administrators should configure Docker EE to store logs using an external > Administrators should configure Docker EE to store logs using an external
> system. By default, the Docker daemon doesn't delete logs, which means that > system. By default, the Docker daemon doesn't delete logs, which means that
> in a production system with intense usage, your logs can consume a > in a production system with intense usage, your logs can consume a
> significant amount of disk space. > significant amount of disk space, especially when configured at DEBUG level.
{: .important} {: .important}
## Example: Setting up an ELK stack ## Example: Setting up an ELK stack