Dashboards & Visualizations

Dashboard drilldown : user clicks on a value, a query is run on selected value , query result (a url) opens new web page

tripathi07
Loves-to-Learn

HI,

I have to create a drilldown for dashboard. I want to provide user with ability to click on a value in dashboard, then run a new query on selected (clicked) value and use the query result returned (a external link url) to be opened on a new web page. 

So basically following is the query, "drilldown_srch", that should work on value clicked "ID" and query result, "answer" which is a url link,  needs to be opened on new web page. 

<condition field="ID">         

<set token="drilldown_srch">|getreport __EXECUTE__ $row.ID$ | table answer</set>

<link target="_blank">$click.answer|n$</link>

 </condition>

 

I am looking for how to execute "drilldown_srch" query.

Thanks.

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...