Splunk Enterprise

Breadcrumbs only takes static values.

davecroto
Splunk Employee
Splunk Employee

Added breadcrumb to a dashboard tab to move back to a higher levels, but notice that the links for breadcrumbs seems to only takes static values. We are unable to pass search string parameters to the other view dynamically.

Any suggestions? Do I need to dig deeper?

Tags (1)
0 Karma

sideview
SplunkTrust
SplunkTrust

I don't think the BreadCrumb module can do any $foo$ substitution or any kind of dynamic argument for its links.

However I do a fair bit of simple dynamic breadcrumbs in Sideview apps. The HTML module displays the breadcrumb just as a bunch of links in the HTML. The ValueSetter mdoule is used to make sure the argument values are correctly HTML-escaped, and the URLLoader module is what allows the $foo$ tokens to pick up their values from the ?foo=bar arguments in the URL.

http://sideviewapps.com/apps/sideview-utils

0 Karma
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 ...