Dashboards & Visualizations

Why is the token in refresh property crashing Dashboard Studio?

JiveCatDaddyO
New Member

Hello friends!

I am working on a dashboard in Dashboard Studio and I would like to use a token collected from a dropdown input for the 'refresh' property in the code. However, whenever I enter the token value into the 'refresh'  property and click 'Back', the dashboard just shows a white screen and never loads again. Although the code editor accepts the code, it appears to crash the dashboard.

I am trying to use the token in the default options like so:

 

 

"defaults": {
		"dataSources": {
			"ds.search": {
				"options": {
					"queryParameters": {
						"latest": "$global_time.latest$",
						"earliest": "$global_time.earliest$"
					},
					"refresh": "$interval$",
					"refreshType": "delay"
				}
			}
		}
	},

 

 

Here's my code for the dropdown:

 

 

"input_wdjDPusg": {
			"options": {
				"items": [
					{
						"label": "1 Minute",
						"value": "1m"
					},
					{
						"label": "5 Minutes",
						"value": "5m"
					},
					{
						"label": "10 Minutes",
						"value": "10m"
					}
				],
				"token": "interval",
				"defaultValue": "1m"
			},
			"title": "Refresh Rate",
			"type": "input.dropdown"
		}

 

 

 Is anyone else able to recreate this issue, or able to tell me what I'm doing wrong?

Thank you!

Labels (3)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If it were SimpleXML, I might suggest adding an initial value to the drop down or setting the form.interval token in an init block at the top of the dashboard definition. I am not sure how you would do either of these in Studio, perhaps you can investigate 😀

0 Karma

JiveCatDaddyO
New Member

Hello! Thanks for giving this question some attention!

I thought this line would be setting the initial value?

"defaultValue": "1m"

 I'll also look into whether/how init blocks may be used with Studio: if nothing else, I suppose I can recreate the dashboard in the Classic editor.

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...