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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

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