Skip to content

Commit 8a3307e

Browse files
committed
Dashboard information info added
1 parent 2f49a2d commit 8a3307e

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/dashboards/about.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,20 @@ Dashboards have two themes available: Light mode (which is the default) and Dar
101101
## Clickable Legend
102102

103103
If you want to focus on one item in your chart you can simply click on the item in the legend. If you want to toggle just one legend item, just hold the **shift** key and then click the item.<br/><img src={useBaseUrl('/img/dashboards/about-dashboard/clicklegend.gif')} alt="clicklegend" style={{border: '1px solid gray'}} width="700" />
104+
105+
## Dashboard Information
106+
107+
The dashboard information popup provides insights into the scan costs associated with log-based queries that run within dashboards.
108+
109+
To view the dashboard information, follow the steps below:
110+
1. Open the dashboard for which you need to view the information.
111+
2. Click the three-dot kebab menu icon in the top right corner of the dashboard and select **Dashboard Info** from the dropdown menu.<br/><img src={useBaseUrl('img/dashboards/dashboard_info/dashboard_info.png')} alt="dashboard_info" style={{border: '1px solid gray'}} width="230"/>
112+
3. A popup pane will appear, displaying the following dashboard information:<br/><img src={useBaseUrl('img/dashboards/dashboard_info/dashboard_info_panel.png')} alt="dashboard_info_panel" style={{border: '1px solid gray'}} width="600"/>
113+
- **Dashboard Name**. Name of the dashboard.
114+
- **Created By**. The user who created the dashboard.
115+
- **Default Time Range**. The time range selected for the dashboard.
116+
- **Start**. The current start time based on the selected time range.
117+
- **End**. The current end time based on the selected time range.
118+
- **Timezone**. The timezone for the set time range.
119+
- **Scanned Bytes**. The total amount of data scanned in bytes.
120+
- **Dashboard ID**. A unique identification ID for the dashboard. Copy and use the dashboard ID within the APIs to identify the dashboard when making requests.
32.3 KB
Loading
98.3 KB
Loading

0 commit comments

Comments
 (0)