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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...