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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...