Dashboards & Visualizations

pass a value from a dashboard as token along with the drilldown token to another dashboard.

anooshac
Communicator

Hi all,

I have 2 dashboards. The first dashboard has a table with 6 columns. Currently i am passing a value from a column "name" as a drill down token to another dashboard. There is column "URL" of the "name". I want to pass the value of URL of the selected name as token to be used in the second dashboard. I don't know how to pass the URL of the selected name to the second dashboard.

Tried setting the URL like this. But its not working.

<drilldown>
<link target="_blank">/app/abcd/dashboard1?name=$row.PName$</link>

<set token="tok_url">$row.URL$</set>
</drilldown>

Can anyone help me in this..

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
<drilldown>
<link target="_blank">/app/abcd/dashboard1?name=$row.PName$&amp;URL=$row.URL|u$</link>
</drilldown>

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

<drilldown>
<link target="_blank">/app/abcd/dashboard1?name=$row.PName$&URL=$row.URL|u$</link>
</drilldown>
0 Karma

anooshac
Communicator

Hi, thank you for the reply..

Trying that, but the '&' between the tokens is coming as invalid. Tried writing &amp too.. Still not working.. Do you know any solution for this?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
<drilldown>
<link target="_blank">/app/abcd/dashboard1?name=$row.PName$&amp;URL=$row.URL|u$</link>
</drilldown>
0 Karma

anooshac
Communicator

Yeah.. Thank you.. Forgot to put a semicolon 🙂

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...