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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...