Using Live Dashboards
This page explains the key components of live dashboards, as well as their applications and uses.
Setting up the timeframe and time granularity
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.

Filtering 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.

Click on the elements of the bar charts to apply filters to the page. This action defines the scope by filtering the targeted objects with a condition on a property.
Using dashboard widgets
Right-click on any item or value within a dashboard widget to access a set of options. The available options depend on both the widget type and the data type of the selected item.
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
ordevices
.
The NQL query from the drill-down retains the context of the original query.
Copy copies the formatted value visible on the widget, including the units, for example
1m 26s
,306 GB
or32.5%
.Copy raw value copies the full underlying value, for example:
1m 26s
is copied as86.42345139288133
(total seconds)306GB
is copied as328676378256
(bytes)32.5%
is copied as0.325057090224
(decimal form)
For inventory objects, such as users, devices and binaries:
Open Device View, Open user overview, depending on the case.
Diagnose issues using dashboards from the Alerts and Diagnostics module.
Retrieve all pre-filled investigation queries in a device or binary context.

You can obtain binary contextual descriptions directly by hovering binary names in the table-type widget.
The examples below describe how the system updates the corresponding investigation queries with the changes made from the Dashboards page.
Editing and exporting a dashboard
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.

Sharing a dashboard URL
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.
RELATED TOPICS
Last updated
Was this helpful?