Dashboards & Visualizations

Why is my scheduled saved search not refreshing results on the dashboard?

nickbijmoer
Path Finder

Hello,

I have a dashboard with a saved report, and in the settings, I have set a schedule to run every 5 minutes, but the data on the dashboard doesn't refresh at all....

Anyone knows how to fix this?

0 Karma
1 Solution

niketn
Legend

Edit the source of the dashborad and set the following 60*5=300 to refresh every five minutes. Same applies if you have forms with input elements

<dashboard refresh=300>
OR
<form refresh=300>

If you have upgraded to Splunk Enterprise 6.5 You will have Refresh options available Directly through Edit Panel option where you can refresh each Panel individually.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

Edit the source of the dashborad and set the following 60*5=300 to refresh every five minutes. Same applies if you have forms with input elements

<dashboard refresh=300>
OR
<form refresh=300>

If you have upgraded to Splunk Enterprise 6.5 You will have Refresh options available Directly through Edit Panel option where you can refresh each Panel individually.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

nickbijmoer
Path Finder

Cool thanks!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...