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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...