top of page

Tokens & Dashboards

Using links and tokens to drill down to see details on other dashboard.

Source Dashboard: (Note Destination Dashboard Needs Built Before Tasks Below)

​

So I have dashboard with a panel table that displays core information on assets.

  • Click on Edit and then select the panel dashboard.

  • On the right menu selet Interactions and then add interaction.

  • Select Link to Dashboard from the Dropdown.

  • Select app name where destination dashboard resides.

  • Select the destination Dashboard you want to link to.

  • Set Tokens by entering name of Token.

  • Set the Token value to  row.<FieldValueName>.value

  • Example: row.DeviceName.value

  • Click Apply, Apply and Close , Save.

  • Items in Panel should highlight blue and be clickable

token2.JPG
Splunk-One.jpg

Destination Dashboard:

  • Build a dashboard that displays all data for all devices for all time.

  • (optional) Set Time Picker default to 30 days to allow histroical display.

  • Open the dashboard and click edit and select the data source overview icon.

  • Click the Pencil Edit Icon on the right menu to edit your query.

  • In the Query add the field name and token:

    • DeviceName = "$DN$"​

  • The $ represent a Token assignment.

  • The " are in case you have spaces in your values of the Token:

    • Value Example: Main Switch North Building

  • Click Apply and Close and Save

  • All items should be removed from the results because there is no Token value ​

  • Go back to Source Dashboard and Click the Link.​​

Token4.JPG
token3.JPG
bottom of page