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!

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...