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

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...