Hi Everyone,
How can I create a multipage dashboard with a clickable card like layout. Please look at the images below for a clearer idea
Page 1:
On loading the dashboard the user gets this page:
Page 2:
Next, depending on what the user clicks, either car or buses, they get the following page
Page 3:
Finally on clicking the model a table is loaded with data
One way I can do this is by using the single value visualization to generate the cards and then making four different dashboards and then connect them to each other via the url option in the drilldown of the single value drilldown.
Is there a better way to do this ?
Thanks.
You could set up HTML panels with simple href's to your various dashboards
You mean a webpage built using HTML panels that references the dashboards in Splunk ?
Is it possible to all this in a single dashboard rather than creating multiple dashboards ?
Thanks.
Your requirement was for multi page, so yes, the dashboards (with html panels) would link to other dashboards.
If you want to try and do this all in one dashboard, you could use tokens to show and hide panels/rows. These tokens could be set in drilldowns of your single value panels (or some other visualisation) or you could use javascript to set the tokens from the html panels.
@ITWhisperer How can I add an HTML panel to a splunk dashboard, can you point me to some resource that shows how to do this ?