Skip to main content
Skip table of contents

Managing Live Dashboards

Create and maintain dashboards with Live Dashboards, a dashboard builder with numerous widget options and powerful Nexthink Query Language (NQL) for data visualization and drill-down possibilities.

Preparing for dashboard design

Identifying plots that employ operational data and trends

Define the plot for your dashboard and assess if the information provided by the plot is best conveyed by:

  • Operational data that is granular and extensive, and is retained for up to 30 days.

  • Trends available in the Nexthink data model, with less granularity and stricter limits which is stored for up to 13 months.

  • Custom trends that allow you to define critical data specific to your needs and store them for the extended period of time.

Refer to the Data we collect and store and Data resolution and retention for more information.

If you identified any plots that can be covered using operational data or built-in trends, you can already move to Creating dashboards section of this page. Otherwise, you will likely utilize Infinity custom trend functionality.

Before defining new custom trend, check if there is any existing one that provides you with the data you need. You can do that by reviewing all your previously configured custom trends NQL definitions or using the autocomplete functionality in the Investigations module.

Creating custom trends for long-term data

Identify which NQL tables store data you want to monitor long-term. Refer to NQL data model for a complete list of NQL tables and fields. Once you identified the tables and specific fields and metrics to monitor, go to AdministrationContent managementCustom trends and create new custom trend according to the guidelines included in the Custom trends management page.

Bear in mind that plotting data based on the custom trends consist of two steps:

  1. Custom trend NQL definition (storing relevant data)

  2. Dashboard widget NQL definition (computing and aggregating data)

Avoid unnecessary filtering and aggregating data within the custom trend definition. Custom trends are mainly intended for storing data rather than for computing it. We recommend all the computation happens upon retrieval, that is, within the NQL definition of the Live Dashboard widgets.

Avoid creating multiple custom trends that capture the same data. Instead, use specific custom trends in multiple plots.

Creating dashboards

To create a dashboard for the first time:

  1. Select Live Dashboards from the main menu.

  2. Click on Create a dashboard in the top-right corner of the empty Dashboards page.

  3. Enter a meaningful name for the dashboard and click Save.

ManagingLiveDashboards-1707165922.png

The main menu of Live Dashboards displays existing dashboards sorted by tags.

After you save your first dashboard, create new dashboards:

  1. Select Live Dashboards > Manage live dashboards from the main menu.

  2. Click on Create a dashboard in the top-right corner of the Dashboards page.

  3. Enter a meaningful name for the dashboard and click Save.

Use the Live dashboards main menu or the Dashboards page to access available dashboards.

ManagingLiveDashboards-1707166168.png

Importing dashboards

From the Dashboards page, import custom dashboards previously exported from the Live Dashboards module, or a pre-built dashboard from the Nexthink Library module. All imported dashboards are categorized as custom content.

To import a dashboard:

  1. Select Live Dashboards > Manage live dashboards from the main menu.

  2. Click on Import in the top-right corner of the Dashboards page.

  3. Choose the JSON file with the dashboard information you want to import.

The import and export functionality is restricted to those with the Manage all dashboards permissions.

ManageLiveDarshboards-1708016761.png

Tagging dashboards

Tagging allows you to quickly sort dashboards as you can filter the table by typing/selecting Tags.

ManageLiveDarshboards-1708016847.png

From the Dashboards page:

  1. Hover over a dashboard to display the action menu on the right side of the table.

  2. Click Edit tags to open the Tags pop-up.

  3. Type in a new tag or choose an existing one to add it to the dashboard.

  4. Open the tag’s action menu to remove the tag from the dashboard or change the tag color.

Deleting a tag only removes it from the dashboard it is associated with.

ManagingLiveDashboards-1707166344.png

Managing dashboards

To edit a dashboard, click on a dashboard’s name from the Live Dashboards main menu or navigate to the Dashboards page by clicking the Manage live dashboards button.

ManageLiveDarshboards-1708017022.png

Use the action menu in the top-right corner of the page to:

  • Edit dashboard content (edit mode).

  • Duplicate dashboards.

  • Export a dashboard as a file.

  • Delete a dashboard.

ManagingLiveDashboards-1703171541e332.png

Editing dashboard content

To activate the dashboard’s edit mode, choose the Edit option from the action menu in the top-right corner of the dashboard details page.

While in edit mode, you can modify the dashboard content:

When you activate edit mode, the Nexthink web interface displays editable dashboard elements in light blue.

Adding widgets

To add widgets in edit mode:

  1. Click on the + icon to add a new widget.

  2. Select the widget type you want to add:

    • Visualizations to present data as a line chart, bar chart, gauge chart, table or other type of visualization.

    • Heading to enter the name of the new section or a group of widgets on your dashboard.

If you choose to add a visualization-type widget:

  • Fill in the Add a widget pop-up.

  • Click Save widget.

The following table displays the visualization widget fields and how to define them:

Visualization widget field

Description

Chart Type

Bar Chart, Gauge Chart (Multi-metric), Gauge Chart (Single-metric), KPI, Line Chart or Table

NQL query

A NQL query to retrieve appropriate data:

  1. Hover over the (info) button next to the NQL query to reveal a tooltip to write a query.

  2. Click on Fill in sample query in the popover to copy it to the NQL editor.

See screenshot above.

Title (optional), Widget description (optional)

Enter a meaningful title and/or description for the widget.

The title applies to the Line Chart, Bar Chart and Table. On the other hand, KPI and Gauge Chart widgets use labels.

Data updates with*

Ticking Global timepicker overrides the time specification of a widget.

Ticking Global filters allow you to select values from global filters and apply them to the widget.

Context-sensitive fields are not included in the table above as they vary based on the selected chart.

*Consider using the Data updates with fields to define visualizations when:

  • You must keep the timespan constant.

  • You wish to look at the inventory, e.g., all devices, users or binaries, and not just those active in the widget timespan.

  • The query depends on a metric or threshold based on a time duration. For example, 5 daily crashes.

Refer to the Widget types documentation for more information.

Managing widgets

To manage widgets in edit mode:

  1. Hover over an existing widget to open the action menu.

  2. Select the Edit, Delete or Group with right/left/top/bottom option.

  3. Click Exit edit mode to save changes.

The Edit option allows you to modify the visualization fields of the widget.

The Group with right/left/top/bottom option clusters adjacent widgets under the same section or heading.

To move a widget, click and drag the widget box highlighted in light blue.

Adding widget filters

Widget filters allow you to view a subset of the data, displaying values from a specific field. The system currently supports strings, enumerators, Booleans and versions as field types.

To add a widget filter in edit mode:

  1. Click Add filter widget in the top-right corner of the page.

  2. Fill in the Add filter widget popup to define the custom filter widget:

    • Filter label: provide a meaningful label for the filter widget.

    • Table and Field: select the NQL table and field to populate the filter’s drop-down menu.

    • User can select multiple values: tick this option to enable users to select one or multiple values from the filter's drop-down menu.

  3. Save filter and Exit edit mode to use widget filters.

Filter widgets operate on a dashboard level and apply to charts in all dashboard tabs.

Managing widget filters

To manage widget filters in edit mode:

  1. Hover over the top-right corner of the filter widget to open the action menu.

  2. Select the Edit or Delete option.

  3. Click Exit edit mode to save changes.

To change the position of a widget filter in the Nexthink web interface, delete the filter and then add it back into the desired position.

Adding tabs

Further organize widgets by adding tabs to the dashboard. Each tab can contain different sets of widgets and layouts.

To add tabs in edit mode:

  1. Click on the + icon below the filter bar to add a tab.

  2. Use the tab’s action menu to rename or delete a tab.

  3. Click and drag on individual tabs to reorder them.

  4. Click Exit edit mode to save changes.

When adding tabs to a dashboard, consider the following:

  • The first tab you create takes on the layout of all existing widgets in your dashboard.

  • Add up to 8 tabs in total.

  • The system exclusively runs the NQL query of the currently selected tab.

  • The timeframe picker and filters operate on a dashboard level and apply to charts in all tabs.

Managing tabs

To manage tabs in edit mode:

  1. Hover over the tab and click on the action menu.

  2. Choose the Rename or Delete option.

  3. Click Exit edit mode to save changes.

When managing tabs, consider the following:

  • Deleting the last remaining tab removes the tab, but keeps all widgets/visualizations.

  • If there are multiple tabs, deleting a tab deletes all widgets on that tab and removes the tab.

Adding tab descriptions

Tab descriptions allow you to communicate the purpose of the dashboard to other users by providing details of how to interpret and use the data in a specific tab.

To add tab descriptions in edit mode:

  1. Click on the question mark on the right side of the Nexthink web interface.

  2. After the bar expands, click Edit to add text.

  3. Save the tab description.

  4. Click Exit edit mode to save changes.

When adding tab descriptions, consider the following:

  • There is a rich text editor with the following features: font size, bold, italics, bullets, links.

  • Descriptions are tab-specific.

Renaming a dashboard and changing its properties

To rename a dashboard or one of its properties in edit mode:

  1. Hover and click on the action menu in the top-right corner of the page.

  2. Choose the Edit properties option.

  1. Fill in the fields in the Dashboard properties pop-up:

    • Name: This field allows you to rename the dashboard.

    • Default timeframe and graularity: This drop-down allows you to set the default timeframe and granularity to apply when a user opens and loads the dashboard. The global default timeframe is Last 7 days.

ManagingLiveDashboards-170481474934.png

Refer to the Using Live Dashboards documentation to learn how to use the timeframe picker.

Duplicating a dashboard

To duplicate a dashboard, click on a dashboard’s name from the Live Dashboards main menu or navigate to the Dashboards page by clicking the Manage live dashboards button.

From the dashboard page:

  1. Click on the action menu in the top-right corner of the page.

  2. Choose the Duplicate option from the action menu.

ManagingLiveDashboards-170317116934.png

Duplicating a dashboard opens the new, duplicate copy with an automatically generated name.

Exporting an existing dashboard

To export a dashboard, click on a dashboard’s name from the Live Dashboards main menu or navigate to the Dashboards page by clicking the Manage live dashboards button.

From the dashboard page:

  1. Click on the action menu in the top-right corner of the page.

  2. Choose the Export option from the action menu. The system exports dashboards as JSON files.

Sharing dashboards

If you have Manage all dashboards permissions, you can share dashboards with users who don’t have Live Dashboards access.

Refer to the Profiles documentation to learn how to manage Live Dashboards permissions.

To share a dashboard:

  1. Navigate to Live Dashboards > Manage live dashboards.

  2. Hover over a dashboard to reveal the action menu on the right side of the table.

  3. Choose the Share option.

  1. Fill in the Share dashboard pop-up:

    • Add the profile you wish to share the dashboard with.

    • Select permissions for the profile from the drop-down menu. The options are View or Edit.

    • Click Grant permissions to add them to the dashboard list.

Giving Edit permissions does not grant View permissions. Both permissions are required for editing rights.

Share dashboard modal

In the Share dashboard pop-up, you can view the profiles with access to the dashboard. To remove permissions for a specific profile:

  • Hover over the permissions column of a profile to reveal the action menu.

  • Click Remove all permissions.

Scenarios for shared dashboard permissions

User profile

Shared

Access

No permissions for Live Dashboards

No

No access, the Live Dashboards module doesn’t appear in the main menu.

No permissions for Live Dashboards

Dashboard 1

  • View permission

  • The Live Dashboards module appears in the main menu.

  • Dashboard 1 appears in the navigation panel.

  • The Manage live dashboards link is not visible in the navigation panel.

No permissions for Live Dashboards

Dashboard 1

  • View permission

Dashboard 2

  • Edit permission

  • The Live Dashboards module appears in the main menu.

  • Dashboard 1 and Dashboard 2 appear in the navigation panel.

  • The Manage live dashboards link appears in the navigation panel.

  • Dashboard 1 and Dashboard 2 appear on the Dashboard administration page, however the user cannot create or import dashboards.

  • User can view Dashboard 1 but cannot edit, duplicate or export it.

  • User can view and edit Dashboard 2 but cannot duplicate or export it.

Share dashboard permissions reference table

Content type

Profile permission

Shared permission

Dashboard listed in menu

Can view a dashboard

Can create a new dashboard

Can duplicate a dashboard

Can import a dashboard

Can share a dashboard

Can access Manage live dashboards

Can edit a dashboard

Can delete a dashboard

Can export a dashboard

Built-in

Manage all dashboards 

Edit

Yes

Yes

N/A

Yes

Yes (imported as custom)

Yes

Yes

N/A

Yes

Yes

Built-in

Manage all dashboards 

View

Yes

Yes

N/A

Yes

Yes (imported as custom)

Yes

Yes

N/A

Yes

Yes

Built-in

Manage all dashboards 

None

Yes

Yes

N/A

Yes

Yes (imported as custom)

Yes

Yes

N/A

Yes

Yes

Built-in

View all dashboards

Edit

Yes

Yes

N/A

No

No

No

Yes

N/A

Yes

Yes

Built-in

View all dashboards

View

Yes

Yes

N/A

No

No

No

No

N/A

No

No

Built-in

View all dashboards

None

Yes

Yes

N/A

No

No

No

No

N/A

No

No

Built-in

None

Edit

Yes

Yes

N/A

No

No

No

Yes

N/A

Yes

Yes

Built-in

None

View

Yes

Yes

N/A

No

No

No

No

N/A

No

No

Built-in

None

None

No

No

N/A

No

No

No

No

N/A

No

No

Custom

Manage all dashboards 

Edit

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Custom

Manage all dashboards 

View

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Custom

Manage all dashboards 

None

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Yes

Custom

View all dashboards

Edit

Yes

Yes

No

No

No

No

Yes

Yes

Yes

Yes

Custom

View all dashboards

View

Yes

Yes

No

No

No

No

No

No

No

No

Custom

View all dashboards

None

Yes

Yes

No

No

No

No

No

No

No

No

Custom

None

Edit

Yes

Yes

No

No

No

No

Yes

Yes

Yes

Yes

Custom

None

View

Yes

Yes

No

No

No

No

No

No

No

No

Custom

None

None

No

No

No

No

No

No

No

No

No

No


RELATED TOPICS

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.