diff --git a/docs/dashboards/about.md b/docs/dashboards/about.md index a3b334a73f..6db982c18e 100644 --- a/docs/dashboards/about.md +++ b/docs/dashboards/about.md @@ -101,3 +101,20 @@ Dashboards have two themes available: Light mode (which is the default) and Dar ## Clickable Legend 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.
clicklegend + +## Dashboard Information + +The dashboard information popup provides insights into the scan costs associated with log-based queries that run within dashboards. + +To view the dashboard information, follow the steps below: +1. Open the dashboard for which you need to view the information. +2. Click the three-dot kebab menu icon in the top right corner of the dashboard and select **Info** from the dropdown menu.
dashboard_info +3. A popup pane will appear, displaying the following dashboard information:
dashboard_info_panel + - **Dashboard Name**. Name of the dashboard. + - **Created By**. The user who created the dashboard. + - **Time Range Expression**. The time range selected for the dashboard. + - **Start**. The current start time based on the selected time range. + - **End**. The current end time based on the selected time range. + - **Time Zone**. The time zone for the set time range. + - **Scanned Bytes**. The total amount of data scanned in bytes. + - **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. \ No newline at end of file diff --git a/static/img/dashboards/dashboard_info/dashboard_info.png b/static/img/dashboards/dashboard_info/dashboard_info.png new file mode 100644 index 0000000000..9cef89662c Binary files /dev/null and b/static/img/dashboards/dashboard_info/dashboard_info.png differ diff --git a/static/img/dashboards/dashboard_info/dashboard_info_panel.png b/static/img/dashboards/dashboard_info/dashboard_info_panel.png new file mode 100644 index 0000000000..d183e2646c Binary files /dev/null and b/static/img/dashboards/dashboard_info/dashboard_info_panel.png differ