Activity Feed
- Posted Re: Dashboard Studio, Splunk Version: 9.1.3 - Setting default token values not working. on Dashboards & Visualizations. 04-29-2024 07:05 AM
- Karma Re: Dashboard Studio, Splunk Version: 9.1.3 - Setting default token values not working. for marnall. 04-29-2024 07:05 AM
- Posted Dashboard Studio, Splunk Version: 9.1.3 - Setting default token values not working. on Dashboards & Visualizations. 04-17-2024 12:12 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
04-29-2024
07:05 AM
Thanks VM.. got it working now ..
... View more
04-17-2024
12:12 PM
I am trying to set some token values when a dashboard loads or when the page is refreshed. The documentation gives the following example: "defaults": {
"dataSources": {
"ds.search": {
"options": {
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
}
}
},
"tokens": {
"default": {
"tokenName": {
"value": "1986"
}
}
}
}, This my code: "defaults": {
"dataSources": {
"ds.search": {
"options": {
"queryParameters": {
"latest": "$global_time.latest$",
"earliest": "$global_time.earliest$"
}
}
}
},
"tokens": {
"default": {
"Slot1_TailNum": {
"value": "false"
}
}
}
}, Which is not working. I am using the "Interactions" Set tokens to set the value of the "Slot1_TailNum" token to something other than false to hide/show a table, which works fine. However when reloading the Dashboard or refreshing the page the table is still displayed, it does not seem to be setting the value to false when loading. Any help would be greatly appreciated, I can run a zoom if required it you want/need to see. Thanks David
... View more
Labels
- Labels:
-
Dashboard Studio