Skip to content

Commit

Permalink
[8.9] CNVM dash page (#3553)
Browse files Browse the repository at this point in the history
* Draft of CNVM dash page

* incorporates Nick's feedback

* Incorporates Nastasha's and Nat's feedback, clones the page to Dashboard

* Adds frontmatter

* Incorporates Joe's feedback
  • Loading branch information
benironside authored Jul 25, 2023
1 parent d5f05c1 commit 986f614
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ include::kspm-faq.asciidoc[leveloffset=+2]
include::vuln-management-overview.asciidoc[leveloffset=+1]
include::vuln-management-get-started.asciidoc[leveloffset=+2]
include::vuln-management-findings.asciidoc[leveloffset=+2]
include::vuln-management-dashboard.asciidoc[leveloffset=+2]
include::vuln-management-faq.asciidoc[leveloffset=+2]

include::d4c-overview.asciidoc[leveloffset=+1]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

= Cloud Posture dashboard

The Cloud Posture dashboard summarizes your cloud infrastructure's overall performance against <<benchmark-rules,security guidelines>> defined by the Center for Internet Security (CIS). To get started monitoring your security posture, refer to <<cspm-get-started, Get started with Cloud Security Posture Management>> or <<get-started-with-kspm, Get started with Kubernetes Security Posture Management>>.
The Cloud Posture dashboard summarizes your cloud infrastructure's overall performance against <<benchmark-rules,security guidelines>> defined by the Center for Internet Security (CIS). To start collecting this data, refer to <<cspm-get-started, Get started with Cloud Security Posture Management>> or <<get-started-with-kspm, Get started with Kubernetes Security Posture Management>>.

[role="screenshot"]
image::images/cloud-sec-dashboard.png[The cloud Security dashboard]
Expand Down
44 changes: 44 additions & 0 deletions docs/cloud-native-security/vuln-management-dashboard.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[[vuln-management-dashboard]]
// Note: This page is intentionally duplicated by docs/dashboards/vuln-management-dashboard-dash.asciidoc. When you update this page, update that page to match. And careful with the anchor links because they should not match.

= Cloud Native Vulnerability Management Dashboard

:frontmatter-description: The CNVM dashboard gives an overview of vulnerabilities detected in your cloud infrastructure.
:frontmatter-tags-products: [security, cloud]
:frontmatter-tags-content-type: [reference]
:frontmatter-tags-user-goals: [manage]

The Cloud Native Vulnerability Management (CNVM) dashboard gives you an overview of vulnerabilities detected in your cloud infrastructure.

image::images/vuln-management-dashboard.png[The CNVM dashboard]

.Requirements
[sidebar]
--
* To collect this data, install the <<vuln-management-get-started, Cloud Native Vulnerability Management>> integration.
* The CNVM dashboard is available to all Elastic Cloud users. For on-premises deployments, it requires an https://www.elastic.co/pricing[Enterprise subscription].
--

beta[]

[[CNVM-dashboard-UI]]
== CNVM dashboard UI
The summary cards at the top of the dashboard display the number of monitored cloud accounts, scanned virtual machines (VMs), and vulnerabilities (grouped by severity).

The *Trend by severity* bar graph complements the summary cards by displaying the number of vulnerabilities found on your infrastructure over time, sorted by severity. It has a maximum time scale of 30 days.

.Graph tips
[sidebar]
--
* Click the severity levels legend on its right to hide/show each severity level.
* To display data from specific cloud accounts, select the account names from the *Accounts* drop-down menu.
--


The page also includes three tables:

* *Top 10 vulnerable resources* shows your VMs with the highest number of vulnerabilities.
* *Top 10 patchable vulnerabilities* shows the most common vulnerabilities in your environment that can be fixed by a software update.
* *Top 10 vulnerabilities* shows the most common vulnerabilities in your environment, with additional details.

Click *View all vulnerabilities* at the bottom of a table to open the <<vuln-management-findings, Vulnerabilities Findings>> page, where you can view additional details.
2 changes: 1 addition & 1 deletion docs/dashboards/cloud-posture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Note: This page is intentionally duplicated by docs/cloud-native-security/cloud-nat-sec-posture.asciidoc. When you update this page, update that page to match. And careful with the anchor links because they should not match.

= Cloud Posture dashboard
The Cloud Posture dashboard summarizes your cloud infrastructure's overall performance against <<benchmark-rules,security guidelines>> defined by the Center for Internet Security (CIS). To get started monitoring your security posture, refer to <<cspm-get-started, Get started with Cloud Security Posture Management>> or <<get-started-with-kspm, Get started with Kubernetes Security Posture Management>>.
The Cloud Posture dashboard summarizes your cloud infrastructure's overall performance against <<benchmark-rules,security guidelines>> defined by the Center for Internet Security (CIS). To start collecting this data, refer to <<cspm-get-started, Get started with Cloud Security Posture Management>> or <<get-started-with-kspm, Get started with Kubernetes Security Posture Management>>.

[role="screenshot"]
image::images/cloud-sec-dashboard.png[The cloud Security dashboard]
Expand Down
2 changes: 2 additions & 0 deletions docs/dashboards/dashboards-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ include::cloud-posture.asciidoc[leveloffset=+1]
include::entity-dashboard.asciidoc[leveloffset=+1]

include::data-quality-dashboard.asciidoc[leveloffset=+1]

include::vuln-management-dashboard-dash.asciidoc[leveloffset=+1]
43 changes: 43 additions & 0 deletions docs/dashboards/vuln-management-dashboard-dash.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[[vuln-management-dashboard-dash]]
// Note: This page is intentionally duplicated by docs/cloud-native-security/vuln-management-dashboard.asciidoc. When you update this page, update that page to match. And careful with the anchor links because they should not match.
= Cloud Native Vulnerability Management Dashboard

:frontmatter-description: The CNVM dashboard gives an overview of vulnerabilities detected in your cloud infrastructure.
:frontmatter-tags-products: [security, cloud]
:frontmatter-tags-content-type: [reference]
:frontmatter-tags-user-goals: [manage]

The Cloud Native Vulnerability Management (CNVM) dashboard gives you an overview of vulnerabilities detected in your cloud infrastructure.

image::images/vuln-management-dashboard.png[The CNVM dashboard]

.Requirements
[sidebar]
--
* To collect this data, install the <<vuln-management-get-started, Cloud Native Vulnerability Management>> integration.
* The CNVM dashboard is available to all Elastic Cloud users. For on-premises deployments, it requires an https://www.elastic.co/pricing[Enterprise subscription].
--

beta[]

[[CNVM-dashboard-UI-dash]]
== CNVM dashboard UI
The summary cards at the top of the dashboard display the number of monitored cloud accounts, scanned virtual machines (VMs), and vulnerabilities (grouped by severity).

The *Trend by severity* bar graph complements the summary cards by displaying the number of vulnerabilities found on your infrastructure over time, sorted by severity. It has a maximum time scale of 30 days.

.Graph tips
[sidebar]
--
* Click the severity levels legend on its right to hide/show each severity level.
* To display data from specific cloud accounts, select the account names from the *Accounts* drop-down menu.
--


The page also includes three tables:

* *Top 10 vulnerable resources* shows your VMs with the highest number of vulnerabilities.
* *Top 10 patchable vulnerabilities* shows the most common vulnerabilities in your environment that can be fixed by a software update.
* *Top 10 vulnerabilities* shows the most common vulnerabilities in your environment, with additional details.

Click *View all vulnerabilities* at the bottom of a table to open the <<vuln-management-findings, Vulnerabilities Findings>> page, where you can view additional details.
Binary file modified docs/getting-started/images/dashboards-pg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 986f614

Please sign in to comment.