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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...