<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatically Refresh Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64511#M3381</link>
    <description>&lt;P&gt;Thank you. This worked for me.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 12:50:54 GMT</pubDate>
    <dc:creator>tred23</dc:creator>
    <dc:date>2016-12-05T12:50:54Z</dc:date>
    <item>
      <title>Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64505#M3375</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;The xml for my Dashboard consists of multiple chart tags within a dashboard tag. What can I add to it to make the Dashboard automatically refresh? I don't have a view tag to add the refresh parameter in?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dashboard
    chart
    /chart
    chart
    /chart
/dashboard
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm sure there is a simple solution to this, but I can't figure it out to save my life.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 15:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64505#M3375</guid>
      <dc:creator>philallen1</dc:creator>
      <dc:date>2013-09-16T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64506#M3376</link>
      <description>&lt;P&gt;answer &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Viz/OverviewofSimplifiedXML"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Use the refresh attribute to set how frequently, in seconds, to refresh the dashboard.&lt;/P&gt;

&lt;P&gt;For example, &lt;CODE&gt;&amp;lt;dashboard refresh="30"&amp;gt;&lt;/CODE&gt; sets the refresh rate to 30 seconds. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 18:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64506#M3376</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-09-16T18:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64507#M3377</link>
      <description>&lt;P&gt;Thanks jonuwz. That works.&lt;/P&gt;

&lt;P&gt;Out of interest, do you know how I can make individual charts refresh, rather than the whole page? If it is something simple, like adding in a 'refresh' parameter into their tags, then great. If it is more complicated than that, then I will pose the question separately.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 09:23:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64507#M3377</guid>
      <dc:creator>philallen1</dc:creator>
      <dc:date>2013-09-17T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64508#M3378</link>
      <description>&lt;P&gt;Yes. But not in simple XML. See &lt;A href="http://answers.splunk.com/answers/4263/can-you-refresh-a-single-modulechart-without-refreshing-the-whole-dashboard?page=1&amp;amp;focusedAnswerId=4275#4275"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For non-saved searched, the answer is quite simple.&lt;BR /&gt;
For saved searches, its a bit more complicated - I posted an answer of at the bottom of the link that accomodates this.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64508#M3378</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-09-17T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64509#M3379</link>
      <description>&lt;P&gt;Here is the reference page for the different options for Simple XML: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do a search in the page for "refresh" in this page and you'll find 48 occurrences.  The answer by @jonuwz is still accurate in 6.1.4, but there are more options in Simple XML in the newer versions, but they aren't all the same, so check out the options.&lt;/P&gt;

&lt;P&gt;This is how you get a chart to refresh every 10 seconds..  IMHO, this looks a whole lot better than the entire page refreshing.  You can even stagger the refreshes so all of the panels don't go blank at the same time.  Also take in consideration how long it takes to load the individual panels.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 18:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64509#M3379</guid>
      <dc:creator>sherm77</dc:creator>
      <dc:date>2014-10-16T18:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64510#M3380</link>
      <description>&lt;P&gt;This worked great for us.  Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 00:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64510#M3380</guid>
      <dc:creator>psneathen</dc:creator>
      <dc:date>2015-12-23T00:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64511#M3381</link>
      <description>&lt;P&gt;Thank you. This worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 12:50:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/64511#M3381</guid>
      <dc:creator>tred23</dc:creator>
      <dc:date>2016-12-05T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/576109#M47207</link>
      <description>&lt;P&gt;Adding to sherm77's response, you can set the refresh &lt;STRONG&gt;type&lt;/STRONG&gt; and refresh &lt;STRONG&gt;interval&lt;/STRONG&gt; for individual panels using the &lt;STRONG&gt;&amp;lt;search&amp;gt;&lt;/STRONG&gt; element.&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;&amp;lt;refreshType&amp;gt;&lt;/STRONG&gt; element is either '&lt;STRONG&gt;interval&lt;/STRONG&gt;' or '&lt;STRONG&gt;delay&lt;/STRONG&gt;'. A value of 'interval' means a &lt;STRONG&gt;&amp;lt;refresh&amp;gt;&lt;/STRONG&gt; value of 30 seconds causes a refresh every 30 seconds regardless of the state of the search. A value of 'delay' means the 30 second countdown only begins once the search has completed.&lt;/P&gt;&lt;P&gt;Example Usage:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt; ... &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;refresh&amp;gt;60&amp;lt;/refresh&amp;gt;
          &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 23:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/576109#M47207</guid>
      <dc:creator>ro_mc</dc:creator>
      <dc:date>2021-11-23T23:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically Refresh Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/576113#M47208</link>
      <description>&lt;P&gt;Use refresh attribute in form tag, and attribute value is in seconds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;form refresh="15"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dashboard will auto refresh in 15 seconds.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 02:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Automatically-Refresh-Dashboard/m-p/576113#M47208</guid>
      <dc:creator>maheshkk444</dc:creator>
      <dc:date>2021-11-24T02:30:03Z</dc:date>
    </item>
  </channel>
</rss>

