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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...