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!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...