All Apps and Add-ons

How to open New Screen using Redirector Module

tkadale
Path Finder

I have Screen A. When I click on graph in Screen A, I want to open a new Screen in new window.
I want to use Redirector module. but currently the Redirector module load the Screen in Same window!
How to open it in New Window??

Thanks in Advance!

1 Solution

sideview
SplunkTrust
SplunkTrust

If you want the particular Redirector module to always open in a new window, then just set it's popup param to True.

<param name="popup">True</param>

On the other hand, if you only want the Redirector to open in a new window sometimes, and it's a SimpleResultsTable or a FlashChart that the user is clicking on, the user can hold down the Ctrl key and the Redirector will pick up on that and open in a new window.

Remember that you can always read about the Redirector module's params, or any module's params, by going to http://<your host and port>/en-US/modules#Splunk.Module.Redirector

You can also read the Sideview Utils documentation itself which talks about how you use Redirector and shows some examples of Redirector in action. Navigate to App > Sideview Utils > Key Techniques > Linking. Read that page and then click 'next page' to see the living examples.

NOTE: there was a Splunk bug around this that I partially patched in the latest version of Sideview Utils. If you set the drilldownPrefix on your SimpleResultsTable or FlashChart to something other than 'click', then holding the CTRL key down would not work to popup the window (the bug effects both Splunk's ViewRedirector module as well as Sideview's Redirector module). I have patched this in Utils for the SimpleResultsTable but not yet for the FlashChart. Maybe this is what you were running into?

View solution in original post

sideview
SplunkTrust
SplunkTrust

If you want the particular Redirector module to always open in a new window, then just set it's popup param to True.

<param name="popup">True</param>

On the other hand, if you only want the Redirector to open in a new window sometimes, and it's a SimpleResultsTable or a FlashChart that the user is clicking on, the user can hold down the Ctrl key and the Redirector will pick up on that and open in a new window.

Remember that you can always read about the Redirector module's params, or any module's params, by going to http://<your host and port>/en-US/modules#Splunk.Module.Redirector

You can also read the Sideview Utils documentation itself which talks about how you use Redirector and shows some examples of Redirector in action. Navigate to App > Sideview Utils > Key Techniques > Linking. Read that page and then click 'next page' to see the living examples.

NOTE: there was a Splunk bug around this that I partially patched in the latest version of Sideview Utils. If you set the drilldownPrefix on your SimpleResultsTable or FlashChart to something other than 'click', then holding the CTRL key down would not work to popup the window (the bug effects both Splunk's ViewRedirector module as well as Sideview's Redirector module). I have patched this in Utils for the SimpleResultsTable but not yet for the FlashChart. Maybe this is what you were running into?

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...