Hello,
Why does Splunk drilldown open two tabs instead of one?
Here's my setting:
Image => Drilldown settings => On click link to custom URL => put URL
When I clicked it opened two tabs
If found old post, but nobody answered. Please help. Thanks
https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-Splunk-drilldown-setting-opening-tw...
@ITWhisperer @gcusello
Do you have any ideas on how to fix this? Thanks
Please share the source code of your dashboard in a code block </>
Hi @ITWhisperer
Here's the code: Thank you so much
{
"type": "splunk.singlevalueicon",
"options": {
"showValue": false,
"icon": "splunk-enterprise-kvstore://12345abcdefg"
},
"eventHandlers": [
{
"type": "drilldown.customUrl",
"options": {
"url": "/splunk/app/test_app/second_dashboard?form.student_token=$student_token$",
"newTab": true
}
}
],
"context": {},
"showProgressBar": false,
"showLastUpdated": false
}
Please share the source code of your dashboard in a code block </>
Hello @ITWhisperer ,
I shared the screenshot and Step by step in the reply to @gcusello
/splunk/app/test_app/classicdashboard?form.student_token=$student_token$
hi @LearningGuy ,
could you better describe your issue?
eventually attaching some screenshot, because I don't understand this behavior.
Ciao.
Giuseppe
Hello @gcusello ,
Here's the screenshot and steps
Thank you in advance
On Dashboard Studio
1) Put an icon and go to configuration
2) On configuration, I set a link to a second dashboard (classicdashboard)
/splunk/app/test_app/classicdashboard?form.student_token=$student_token$
3) Go to View mode and click the Icon
It opened 2 tabs, instead of only 1
Hi @LearningGuy on the step 2, pls uncheck the "Open in new tab". sometimes this creates the 2 tabs.
thanks.
Hi @inventsekar ,
If I uncheck open in new tab, it will not open a new tab and use the current tab.
My goal is to open a new tab, but only one, not two. Thank you