Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First create the new dashboard on Squirro.:

  1. Log in to Squirro. Use the base URL, username and password that were provided by Squirro for this.
  2. Select the Dashboard tab.
  3. Use the plus icon to create a new empty dashboard. Alternatively select an existing dashboard and in the three-dot menu on the left select the option Duplicate Dashboard.
  4. Use the user interface to edit, add, remove and resize widgets. See the Squirro User Manual for more details on this.

Then add the dashboard Now this dashboard can be added to ServiceNow using an iFrame. See the ServiceNow documentation on iFrame Content Blocks for more details.

Data Sources

TODO. For this, create a new UI page with the following HTML:

Code Block
languagexml
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
    <g:macro_invoke macro="x_squir_si_dashboard" dashboard_id="DASHBOARD_ID" /> 
</j:jelly>

This makes use of a Squirro-provided UI Macro (x_squir_si_dashboard) to simplify the integration. Replace the DASHBOARD_ID value with the dashboard's identifier.