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.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...