Dashboards & Visualizations

How to configure a view to automatically refresh?

danurag
Explorer

The view definition looks like so

<?xml version='1.0' encoding='utf-8'?>
    <dashboard>
      <!--
    NOTE: This file was automatically generated by Splunk.  Use caution when editing manually.
    -->
      <label>Api Calls</label>
      <row>
        <chart>
          <searchName>Api Call</searchName>
          <title>Api Calls</title>
          <option name="drilldown">all</option>
        </chart>
      </row>
    </dashboard>

How do I refresh this view automatically every 2 minutes?

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

Put refresh="120" into the <dashboard> tag at the top. This works for both the advanced and the simplified XML.

Granted it's a little crude, in that the entire page just refreshes every N seconds, but it gets the job done.

View solution in original post

marellasunil
Communicator

But check for the running jobs, We used this module & could see no data in the dashboards bec of too many jobs running. I am not sure this is bec of the refresh module, but once I clear the jobs I could see the data. So we deleted refresh module, & now it is working very fine.

0 Karma

sideview
SplunkTrust
SplunkTrust

Put refresh="120" into the <dashboard> tag at the top. This works for both the advanced and the simplified XML.

Granted it's a little crude, in that the entire page just refreshes every N seconds, but it gets the job done.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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