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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...