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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...