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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...