Dashboards & Visualizations

how do I get live updates into a Splunk dashboard?

rajneeshc1981
Explorer

I am creating a punch card dashboard. How do I get it to update every few seconds ?.

0 Karma

Rob2520
Communicator

If the intent is to refresh the entire dashboard, you need to add the refresh attribute and indicate the interval in seconds.

For example:

 <form refresh="30">

http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_...

pramit46
Contributor

Additionally, you can also change your search to real-time (rt) search in order to get the data as soon as it appears into splunk. However, that may be costly in terms of performance.

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