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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...