You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/15.ui_extension/01.dashboard/01.dashboard.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@ slug: /ui_extension/dashboard
6
6
---
7
7
8
8
9
-
###Monitor Overview of Security Status
9
+
## Monitor Overview of Security Status
10
10
11
-
In the UI Extension in the Rancher portal, NeuVector's Dashboard works similar as its standalone page. It provides security risk score factors to let users know the security status of their clusters. In the bottom panel, it provides 4 tabs to let users switch the charts to monitor different categories.
11
+
In the UI Extension in the Rancher portal, NeuVector's Dashboard works similar to its standalone page. It provides security risk score factors to let users know the security status of their clusters. In the bottom panel, it provides 4 tabs to let users switch the charts to monitor different categories.
12
12
13
-
In the Security Events tab, the line chart shows a date-based event count in a timeline.
14
-
The top security events bar charts presents the top 5 source and destination endpoints.
13
+
In the **Security Events** tab, the line chart shows a date-based event count in a timeline. The top security events bar chart displays the top 5 source and destination endpoints.
15
14
16
15

17
16
18
-
In Ingress and Egress Exposure tab, the stacked bar chart shows the amount of exposed endpoints by actions.
19
-
On the right side, the exposure tables show egress and ingress endpoint service with scan information.
17
+
In the **Ingress and Egress Exposure** tab, the stacked bar chart shows the amount of exposed endpoints by actions.
18
+
19
+
On the right side, the exposure tables show egress and ingress endpoint services with scan information.
20
20
21
21

22
22
@@ -28,18 +28,16 @@ Click on the External Host, it redirects to whois.com to show the IP address' de
28
28
29
29

30
30
31
-
In the Policy Mode tab, the pie charts show the ratio and numbers of pods / services under different policy modes.
31
+
In the **Policy Mode** tab, the pie charts show the ratio and numbers of pods / services under different policy modes.
32
32
33
33

34
34
35
-
In the Top Vulnerable Assets tab, the bar charts show the top 5 pods / nodes which contain high or medium severity vulnerabilities.
35
+
In the Top **Vulnerable Assets** tab, the bar charts show the top 5 pods / nodes which contain high or medium severity vulnerabilities.
36
36
37
37

38
38
39
39
### Functions Not Included When Comparing with NeuVector Standalone Page
40
40
41
-
Score improvement dialog
42
-
43
-
Application Protocols Detected and Protected by Layer 7 Network Rules
44
-
45
-
Namespace base PDF reports
41
+
- Score improvement dialog.
42
+
- Application protocols detected and protected by Layer 7 network rules.
As Rancher Manager has its own **Nodes** and **Workloads** tab to manage and monitor the assets statuses, NeuVector injects components to display its runtime scan result.
12
+
13
+
### Nodes
14
+
15
+
In the **Nodes** tab table view, the **Vulnerabilities** column is injected to show each node's detected vulnerabilities amount by high / medium severity.
16
+
17
+

18
+
19
+
Clicking on the **Vulnerabilities** cell will pop up a new display page to show the scan result details. The database version of the scanner is shown as well as a filterable vulnerability list.
20
+
21
+

22
+
23
+
Clicking on the **Name** cell on the **Nodes** table redirects to the node detail page. NeuVector injects a **Vulnerabilities** tab to display a table with listed vulnerabilities.
24
+
25
+

26
+
27
+
Clicking on the CVE link in the **Name** cell in the **Vulnerabilities** table opens a pop up to show CVE descriptions with an external link inn the header to SUSE's CVE information website.
28
+
29
+

30
+
31
+

32
+
33
+
A CSV file download button is provided above the **Vulnerabilities** table. The file data includes all the fields which are in the table.
34
+
35
+

36
+
37
+

38
+
39
+
### Workloads
40
+
41
+
Temporarily, the **Vulnerabilities** column will not be injected in the **Workloads** table in the v5.4 release due to potential performance concern. The NeuVector team will work with the Rancher team to integrate it soon.
42
+
43
+
Clicking on a **Name** in the **Pods** table redirects to the pod detail page. NeuVector injects a **Vulnerabilities** tab to display a table with listed vulnerabilities.
0 commit comments