Moved the vulnerability data inside monitoring and configuration index, and

removed the TOC entry.
This commit is contained in:
Anne Henmi 2018-09-20 08:32:38 -06:00
parent b6265c2d09
commit 6297ab4314
3 changed files with 11 additions and 32 deletions

View File

@ -1606,8 +1606,6 @@ manuals:
section:
- path: /ee/ucp/admin/monitor-and-troubleshoot/
title: Monitor the cluster status
- path: /ee/ucp/admin/monitor-and-troubleshoot/accessing-vulnerability-data-in-ucp/
title: Monitoring vulnerability data in UCP
- path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-node-messages/
title: Troubleshoot node messages
- path: /ee/ucp/admin/monitor-and-troubleshoot/troubleshoot-with-logs/

View File

@ -1,30 +0,0 @@
---
title: Accessing vulnerability data in UCP
description: Learn how to access the vulnerability data from DTR in UCP
keywords: ucp, security, vulnerability, scanning, data, dtr, image
---
As of EE 2.1, UCP displays image vulnerability count data from the DTR image scanning feature.
Limitations
* This feature will only work with DTRs that have UCP single sign-on enabled
* UCP only displays vulnerabilities for containers, Swarm services, pods, and images
Requirements
* An EE advanced license
* DTR version 2.6.0 or higher
To access vulnerability data on UCP, complete the following steps:
1. [Deploy UCP](https://docs.docker.com/ee/ucp/admin/install/)
2. [Deploy DTR on the same UCP cluster](https://docs.docker.com/ee/dtr/admin/install/)
3. [Enable single-sign on DTR](/datacenter/dtr/2.4/guides/admin/configure/enable-single-sign-on.md)
3. [Upload an advanced license in UCP](https://docs.docker.com/ee/ucp/admin/configure/license-your-installation/)
4. [Push some images to DTR](https://docs.docker.com/datacenter/dtr/2.1/guides/repos-and-images/push-an-image/)
5. [Scan the images](https://docs.docker.com/datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/)
The UCP web UI will display image vulnerabilities
![example of vulnerability information in UCP](../images/example-of-vuln-data-in-ucp.png)

View File

@ -60,6 +60,17 @@ URL of a manager node, and not a load balancer. In addition, please be aware tha
pinging the endpoint with HEAD will result in a 404 error code. It is better to
use GET instead.
## Monitoring automation
For those implementations with an EE advanced license, UCP displays image
vulnerability count data from the DTR image scanning feature. UCP displays
vulnerability counts for containers, Swarm services, pods, and images.
To enable this feature, the DTR 2.6.0 or higher implementation needs to have
UCP single sign-on enabled.
![example of vulnerability information in UCP](./ee/ucp/images/example-of-vuln-data-in-ucp.png)
## Where to go next
- [Troubleshoot with logs](troubleshoot-with-logs.md)