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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...