Splunk Search

Popup window from drilldown link

shangshin
Builder

Hi,
I have a summary dashboard with drilldown links and once the user clicks on the link, the page is redirected to a new page. Is there a way to show the link in a popup window by adding options in the xml below:

 drilldown
      link
         /app/dashboard_examples/form_table2?form.sourcetype=$row.sourcetype$
       /link
     /drilldown 

Thanks in advance!

Tags (1)

rjthibod
Champion

No, there is not anything built-in to do what you ask. Here are the details from the Splunk XML documentation about what can be specified in target

Corresponds to the target attribute of the <a> HTTP tag.
Specify "_blank" to open the drilldown in a new window.
Specify "_self" to open the drilldown in the same window.
Specify an arbitrary string to open the drilldown in a new window. Subsequent references to this target open in this window.

Even basic HTML doesn't support such a simple mechanism. In general you have to write some script code, Javascript in case of Splunk, to generate the popup window frame and then set the window location accordingly.

0 Karma

lakshmisri
New Member

By any chance is this figured out, I also have a similar use-case

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 ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...