Dashboards & Visualizations

Example of drilldown from one dashboard to another?

Jason
Motivator

A client is looking for a high-level dashboard, and by clicking charts/graphs or links on it, get sent to a more in-depth dashboard - NOT a search. Does anyone have examples of this?

Examples of static links from graphs and static links just below/beside graphs would be helpful. The simpler the XML the better (can it be done in a Form?)

krish3
Contributor

Anyone still looking for same now it is made easy by using drilldown tags like the one below:

    <drilldown>
      <link>dashboard_name?form.userid=$token1$&form.activity=$token2$&form.hour=$click.value$&aamp;form.time.earliest=0&form.time.latest&earliest=$time.earliest$&latest=$time.latest$</link>
    </drilldown>

This tag should be placed within Chart tag. And the tokens and variables are specific to the dashboard you are drilling down in to and $click.value$ holds the passing value between the dashboards for drilling down.

0 Karma

Jason
Motivator

Just click anywhere on the graph to link to another view - is this really that hard, folks?

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...