Reporting

Why is custom URL token in dashboard studio not passing to open other dashboard?

nivets
Engager

 

I have table visualization which contains the details of name, course and other details. when am clicking on the any value in the name column that value should pass through the url and it opens the other dashboard to get the entire details of that name. 

We have tried the $row.name.value$,$value$ and other syntax as well but no luck. can any one help me here.

Set token in source code, passed the values in url too but not taking the value.

app/search/dashboarddetails?form.name=$value$

app/search/dashboarddetails?form.name=$row.name.value$ etc.,

And do we have any constraints that only 2 or 3 token will be passed in the url?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try this

app/search/dashboarddetails?form.name=$click.value2$
0 Karma

nivets
Engager

even this is not working, the value which i have clicked is not passing

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share your dashboard source code please (preferably in a codeblock </>)?

0 Karma

nivets
Engager

please find the below source code, hope it will help

The earliest time and latest time are passing as expected and the name from the table is not

{
"type": "splunk.table",
"options": {
"count": 20,
"headerVisibility": "fixed"
},
"dataSources": {
"primary": "ds_sea"
},
"title": "Overview",
"eventHandlers": [
{
"type": "drilldown.setToken",
"options": {
"tokens": [
{
"token": "Name",
"key": "click.value"
}
]
}
},
{
"type": "drilldown.customUrl",
"options": {
"url": "/.../.../dashboarddetails? form.fi1.earliest=$fid1.earliest$&form.fi1.latest=$fi1.latest$&form.name=$click.value2$",
"newTab": true
}
}
],
"context": {},
"showProgressBar": false,
"showLastUpdated": false
}

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You might need to make sure it is url encoded

$click.value2|u$
0 Karma

nivets
Engager

No luck, not working.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What isn't working? Do you get a new tab opening? What is the URL (from the address bar) that is being used for the new tab?

0 Karma

nivets
Engager

The new tab is opening but the token which am clicking is not taking in the url. After clicking the value which is passed as token to other dashboard, the url looks like below in new tab:

/.../.../dashboarddetails? form.fi1.earliest=-24h@h&form.fi1.latest=now&form.name=$click.value2|u$

The clicked value is not passing.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

It looks like this is still limited in studio (personally, I don't use studio in any meaningful dashboards)

 ClassicStudio 
DrilldownYesYes; limited.If you are using the Splunk Dashboard Studio, you can only drilldown to internal directories or external URLs. You can use tokens in the URL.
TokensYesYes; limitedIf you are using Splunk Dashboard Studio, tokens can only be generated using inputs.

 

What is Splunk Dashboard Studio? - Splunk Documentation

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...