Splunk Search

Define size up popup window in ViewRedirector module

jedatt01
Builder

Is there any way to define the size of a popup browser window when using the ViewRedirector Module?

True

Tags (2)
1 Solution

araitz
Splunk Employee
Splunk Employee

EDIT: wow, this is totally possible 🙂 I read the code, and it turns out you can do this:

<module name="ViewRedirector">
  <param name="viewTarget">flashtimeline</param>
  <param name="popup">width=400px,height=400px;</param>
</module>

View solution in original post

araitz
Splunk Employee
Splunk Employee

EDIT: wow, this is totally possible 🙂 I read the code, and it turns out you can do this:

<module name="ViewRedirector">
  <param name="viewTarget">flashtimeline</param>
  <param name="popup">width=400px,height=400px;</param>
</module>

araitz
Splunk Employee
Splunk Employee

Sure, just put a HiddenSearch module above the ViewRedirector:

<module name="HiddenSearch">
  <param name="search">some search string</param>
  <module name="ViewRedirector">
0 Karma

theouhuios
Motivator

I know this is kind of crazy to ask a question here, but I was wondering if it's possible to have a separate search query for the popup window.

0 Karma

jedatt01
Builder

Worked Awesome!!! Thanks Alex

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...