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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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