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!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...