Skip to content

Working on Dashboards#

Out-of-the-box dashboards#

Unryo comes with hundreds of dashboards, covering the most popular technologies and vendors across the full stack.

Out-of-the-box dashboards are read-only. They are updated periodically, along with the portal.

Custom Dashboards#

You can create your dashboard by either starting from scratch or duplicating an existing dashboard.

Go to the Dashboards tab, and from there, add a New Dashboard or Save an existing dashboard with a new name.

Then, select the type of panel (i.e. graph, table, pie chart, etc.) you want to add and specifying your data query.

Set-up drilldowns (Unryo portal redirect feature)#

The Unryo portal provides a redirect feature, allowing drill-down between in-context with the resource selected. The following examples show how to drill-down between visualizations.

From a dashboard, go to another dashboard:

../api/v1/redirect/report?location=${resource_type}&parameter=${resource}

From a dashboard, go to the Topology Map:

../topology/?resource=${resource}&resource_type=${resource_type}

From a dashboard, go to the Alarm Console:

../alerts/#/?var-resource=${resource}&var-resource_type=${resource_type}