Dashboards & Visualizations

How to Refresh a simple FORM dashboard every 60 seconds

alenseb
Communicator

Hi guys,

I have build a dashboard from FORM XML, which takes an input from the Text Box i created.
Based on the input i type in the text box, the Pie charts below loads.

Now i want it refresh every 60 sec

Is this possible?
Please help.

Here is the code for the Fieldset:

Thanks!!

0 Karma
1 Solution

mjhennig
Engager

You can either use the refresh attribute (http://splunk-base.splunk.com/answers/1847/how-can-i-auto-refresh-my-dashboard ) for view elements or apply an input field of type="time" where one can choose the Real Time / 30 Seconds Window option.

View solution in original post

0 Karma

jaxjohnny
Path Finder

form refresh="30"

jaxjohnny
Path Finder

Add this to the top of the page

0 Karma

mjhennig
Engager

You can either use the refresh attribute (http://splunk-base.splunk.com/answers/1847/how-can-i-auto-refresh-my-dashboard ) for view elements or apply an input field of type="time" where one can choose the Real Time / 30 Seconds Window option.

0 Karma

alenseb
Communicator

I want it to refresh every 60 seconds and the results should be shown for the past 1 hour.
Hope i am clear with this.
If i log in at 1 o'clock.. should be able to see results from 1 to 2 o'clock.. Then at 1:01 it should refresh & give results from 1:01 to 2:01.
Is this possible with simple form xml??
i am not able to find the param name!

Thanks!

0 Karma

aholzer
Motivator

Have you considered using a real-time search instead of trying to make the results refresh every minute?

Here's something on making a dashboard refresh, which may or may not be what you are looking for:
http://splunk-base.splunk.com/answers/1847/how-can-i-auto-refresh-my-dashboard

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 ...