Dashboards & Visualizations

need to refresh a query in a particular interval of time .

AdixitSplunk
Path Finder

Hi All,

I need a help here .I want to know how can we refresh a query in a particular interval of time .
My requirement is to refresh a panel in a dashboard for every 10 mins from 8:30 AM to 5:30 PM .

Can you please help me through ,I have seen many people suggested to use saved searches and corn jobs but i m not comfortable using that for all the panels in a dashboard .

Thanks in advance .

0 Karma

niketn
Legend

Following are some of the dashnoard/panel refresh options. I am not sure as to how to make this refresh work only betwee 8:30 to 5:30 PM.

1) Refresh entire view on periodic basis (following is for every 5 minutes)

 <dashboard refresh="300"> 
 or 
 <form refresh="300">

2) Individual Panel auto-refresh
(i) Splunk Enterprise 6.5 onward. Create your Search Panel and edit the search to add Auto Refresh Delay or do the same via Simple XML for specific Search Panel add following code

 <refresh>5m</refresh>

(ii) refresh.auto.interval to refresh individual panel (deprecated feature now, however you can use the same in case you are using Splunk Enterprise 6.1 or greater but not on Splunk 6.5)

 <option name="refresh.auto.interval">300</option>
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...