All Apps and Add-ons

How to use Redirector and URLLoader modules

tkadale
Path Finder

I want to pass some parameters from one view to another drill down view.On the basis of that parameters, I want to show the drill down view. How should I use the Redirector and URLLoader modules to achieve this??

Tags (1)
1 Solution

David
Splunk Employee
Splunk Employee

I would recommend you take a look at the example views that come bundled with sideview. At a high level, you use the Redirector module with whatever the user would click on, such as a chart. On the destination page, you use the URLLoader module, and then use $PassedName$ syntax to get the actual passed parameter.

Take a look at http://YourInstance:8000/en-US/app/sideview_utils/linking for the examples you can copy to make the whole system work.

View solution in original post

David
Splunk Employee
Splunk Employee

I would recommend you take a look at the example views that come bundled with sideview. At a high level, you use the Redirector module with whatever the user would click on, such as a chart. On the destination page, you use the URLLoader module, and then use $PassedName$ syntax to get the actual passed parameter.

Take a look at http://YourInstance:8000/en-US/app/sideview_utils/linking for the examples you can copy to make the whole system work.

sideview
SplunkTrust
SplunkTrust

Also check out my answer to your other (extremely similar) question. http://splunk-base.splunk.com/answers/22997/what-is-the-use-of-urlloader

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