Dashboards & Visualizations

How to pass two or more tokens to a new view using a drilldown?

gibba
Path Finder

Hi

I need to pass two or more tokens in a new window with a drilldown.

I tried this, but it doesn't work for the second token:

XML

<link>/app/dashboard/?form.token1=$row.field1$?form.token2=$row.field2$</link>

Thanks

Tags (2)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Your link attribute has 2 question marks in it. Make sure you use & after the first token to send both down.

<link>/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$</link>

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

Your link attribute has 2 question marks in it. Make sure you use & after the first token to send both down.

<link>/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$</link>

gibba
Path Finder

it's worked , but Splunk XML for work correctly need &
but it's ok!

/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$

Thank you!

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

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 ...