Dashboards & Visualizations

How to auto refresh whole dashboard in 6.5?

wai0503
New Member

I would like to auto refresh the whole dashboard
which I found dashboard refresh="60"is working in previous version

But when I apply the same code in 6.5.1, it will refresh the panels individually instead of refreshing the whole dashboard
As the time picker is not updated if the panel is refresh individually
For example: we got calculated time based on time picker
6h_time_cal=relative_time(now(), replace(dateTimeRange.earliest,"null",""))-21600
using in earliest=$6h_time_cal$ latest=$time_latest$

So the problem is how to autorefresh the whole dashboard?
Thanks

0 Karma

ab81428
Path Finder

if you want to refresh whole dashboard
I hope below option will work.

<form refresh="30">

code.....

</form>

Instead of Dashboard you can use "form"

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...