-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds docs for custom dashboards phase 1 and 2
- Loading branch information
Showing
18 changed files
with
280 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
description: Dashboards help you see what's going on in your cluster. See how your cluster is performing, check your security posture, and visualize your system's log data. | ||
--- | ||
|
||
import IconDashboard from '/img/icons/dashboard.svg'; | ||
import IconEllipsis from '/img/icons/ellipsis.svg'; | ||
import IconGripLines from '/img/icons/grip-lines.svg'; | ||
|
||
# Dashboards | ||
|
||
Dashboards help you see what's going on in your cluster. | ||
See how your cluster is performing, check your security posture, and visualize your system's log data. | ||
|
||
## About dashboards | ||
|
||
Calico Cloud provides a set of dashboards to help you understand the activity in your cluster. | ||
Each dashboard is made up of graphs, charts, and diagrams that visually represent the data in your logs. | ||
|
||
To view your dashboards, sign in to Calico Cloud Manager and click the <IconDashboard width="20" /> **Dashboards** icon. | ||
|
||
You can also create your own arrangement by creating a custom dashboard. | ||
With a custom dashboard, you can combine and arrange cards from any of the other dashboards. | ||
|
||
Not all users have access to dashboards. | ||
Creating custom dashboards is limited to administrators. | ||
|
||
### Cluster Health | ||
|
||
The **Cluster Health** dashboard provides a birds-eye view of cluster activity. | ||
|
||
![dashboards](/img/calico-enterprise/dashboards.png) | ||
|
||
### Security Posture (tech preview) | ||
|
||
The **Security Posture** dashboard helps you assess the overall security risk of your cluster and tells you how to address high-priority security issues. | ||
For more information, see [Security Posture dashboard](../threat/security-posture-overview.mdx). | ||
|
||
![Security posture dashboard](/img/calico-cloud/security-posture-first.png) | ||
|
||
### Data Volume (tech preview) | ||
|
||
The **Data Volume** dashboard provides a high-level view of traffic in your cluster. | ||
|
||
![Data volume dashboard](/img/calico-cloud/dashboard-data-volume.png) | ||
|
||
|
||
### DNS Logs (tech preview) | ||
|
||
The **DNS Dashboard** summarizes DNS data and logs into metrics, providing high-level information on the types of DNS lookups made, responses, and overall DNS performance. | ||
Check failure on line 49 in calico-cloud/visibility/dashboards.mdx GitHub Actions / runner / vale
|
||
|
||
![DNS logs dashboard](/img/calico-cloud/dashboard-dns-logs.png) | ||
|
||
### Flow Logs (tech preview) | ||
|
||
The **Flow Logs** dashboard gives you an overview of how packets are being sent and received by all the pods in your cluster. | ||
Seeing this data helps you spot unusual flow activity, which may indicate a compromise. | ||
|
||
![Flow logs dashboard](/img/calico-cloud/dashboard-flow-logs.png) | ||
|
||
### L7 (tech preview) | ||
|
||
The **L7** dashboard provides application performance metrics for inscope Kubernetes services. | ||
Check failure on line 62 in calico-cloud/visibility/dashboards.mdx GitHub Actions / runner / vale
|
||
The data can assist service owners and platform personnel in assessing the health of cluster workloads without the need for a full service mesh. | ||
[L7 logs](elastic/l7/configure.mdx) are not enabled by default, and must be configured. | ||
|
||
![L7 dashboard](/img/calico-cloud/dashboard-l7.png) | ||
|
||
### TCP Performance (tech preview) | ||
|
||
The **TCP Performance** dashboard provides TCP metrics to help you identify bottlenecks, packet loss, and performance issues. | ||
|
||
![TCP performance dashboard](/img/calico-cloud/dashboard-tcp-performance.png) | ||
|
||
## Create a custom dashboard (tech preview) | ||
|
||
You can create your own custom dashboard by importing cards from other standard and custom dashboards. | ||
|
||
***Prerequisites*** | ||
|
||
* You are signed in to the Calico Cloud Manager UI as a user with the Owner, Admin, or Dashboards Admin role. | ||
|
||
***Procedure*** | ||
|
||
1. From the Calico Cloud Manager UI, click **Dashboards > New Dashboard**. | ||
1. Enter a name for your custom dashboard, and then press **Enter**. | ||
1. To import cards from existing dashboards, click **Import Cards**. | ||
In the dialog that appears, select the cards you want, and then click **Import**. | ||
The page now displays the cards you selected. | ||
1. Add, delete, or move the cards to create the arrangement that suits your needs. | ||
* To add a card, click **Actions > Import** and you can select more cards. | ||
* To delete a card, click the <IconEllipsis width="20" style={{ verticalAlign: "middle" }} /> icon on the card, and then click **Delete**. | ||
Check failure on line 91 in calico-cloud/visibility/dashboards.mdx GitHub Actions / runner / vale
|
||
* To move a card, click and hold the <IconGripLines width="20" style={{ verticalAlign: "middle" }} /> icon on the card, and then drag the card to a new location. | ||
Check failure on line 92 in calico-cloud/visibility/dashboards.mdx GitHub Actions / runner / vale
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.