Dashboards & Visualizations

Auto update dashboard without refreshing

ConclusiveSpoon
New Member

Here's my scenario. I have a panel on a Splunk dashboard that displays a count of the number of people who buy eggs at a store.

I'm trying to find a way to update the data displayed on that panel without (a) refreshing the entire page or (b) refreshing the individual panel. Both of these methods regather that data even if there are no changes made to the data.

Is there a way to append data to a dahsboard without having to fully refresh?

0 Karma

p_gurav
Champion

You can add refresh parameter in search itself. Refer below example:

<search>
          <query>panel_query</query>
          <earliest>0</earliest>
          <latest></latest>
          <sampleRatio>1</sampleRatio>
          <refresh>30s</refresh>
        </search>
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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