I am using splunk 9.3.2. I have visualisation panels added my dashboard with multiple queries. I use a base search with global time picker default value to 48 hours and subsequently use the chain searches. I need my entire dashboard to refresh after every 5 mins. I tried "refresh":300 but it doesn't work. Not sure what am I missing here. { "visualizations": { }, "dataSources": { }, "defaults": { }, "inputs": { }, "layout": { "type": "absolute", "options": { "height": 2500, "backgroundColor": "#000000", "display": "fit-to-width", "width": 1550 }, }, "description": "", "title": "My Dashboard", "refresh": 300 }
... View more