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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...