Using Live Dashboards
Last updated
Last updated
This page explains the key components of live dashboards, as well as their applications and uses.
Use the timeframe picker in the top-right corner of the Dashboards page to set up the timeframes that apply to all dashboard widgets (updating the corresponding NQL query).
Use one of the predefined timeframes, ranging from Last hour to Last year, or select a custom timeframe. For Custom timeframes, the maximum lookback and maximum selected duration is 395 days.
Depending on the selected timeframe, you can set time granularity to By 15 min, By hour, By day, By week or By month to identify patterns and troubleshoot issues. Changes in time granularity only update line charts.
Refer to the Timeframe picker documentation for details on how the system implements the timeframe picker in the NQL queries for dashboards.
Filters appear at the top of the Dashboard page, allowing you to filter dashboards by platform, device, location, hardware and other configured parameters.
Refer to the Managing Live Dashboards documentation to add, manage and customize filters.
Refer to the Filter widget documentation to learn how the system implements filters in NQL queries for dashboards.
Right-click on any dashboard widget item or value to access the following options:
View investigation opens the Investigations page for the original NQL of the widget plus any applied filters to the Dashboard page, the time duration, and granularity.
Drill down to … opens the Investigation page with the results of the NQL query listing items from one of the following alternatives:
The root table of the original query, for example, execution.crashes
.
The associated object tables, for example, binaries
or devices
.
The NQL query from the drill-down retains the context of the original query. The Drill down to... option is available for the KPI widget, Bar chart and Table items.
Only for Table-type widgets, the contextual action menu allows you to:
Open binary profiling or Open Device View, depending on the case.
Diagnose for diagnostics dashboards.
Retrieve all pre-filled investigation queries in a device or binary context.
Copy value or Copy raw value. Remember, the system shortens large numbers with appropriate suffixes. Hover over a metric to see the raw number.
The examples below describe how the system updates the corresponding investigation queries with the changes made from the Dashboards page.
Refer to the Managing Live Dashboards documentation to add, manage and customize widgets.
Click on the action menu in the top-right corner of the Dashboards page to Edit and Export live dashboards.
You may Duplicate or Delete a dashboard using the same action menu from the Dashboard page.
Refer to the Managing Live Dashboards documentation to learn how to create, manage and customize live dashboards.
You can copy the URL of your dashboard and share it with other users. However, recipients must have Live Dashboards access to successfully open the URL.
A dashboard URL contains:
Selected timeframe
Selected filters and their values
Currently selected tab
The recipients load the dashboard in the same state as you intended them to see it.
Refer to Managing Live Dashboards documentation to learn more about sharing dashboards and grating permissions.
RELATED TOPICS