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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...