<?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 How can I refresh my dashboard every five minutes? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447202#M29387</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I want to refresh my Dashboard every five minutes&lt;BR /&gt;
I use this code but it doesn't work.&lt;BR /&gt;
Can someone tell me what is the problem?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
    &amp;lt;input type="time" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 06 Jun 2018 07:19:18 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2018-06-06T07:19:18Z</dc:date>
    <item>
      <title>How can I refresh my dashboard every five minutes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447202#M29387</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I want to refresh my Dashboard every five minutes&lt;BR /&gt;
I use this code but it doesn't work.&lt;BR /&gt;
Can someone tell me what is the problem?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
    &amp;lt;input type="time" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jun 2018 07:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447202#M29387</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2018-06-06T07:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I refresh my dashboard every five minutes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447203#M29388</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;default&amp;gt;
         &amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
       &amp;lt;/default&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will set default time for time range input as last 5 min and it is not for refreshing the dashboard.&lt;BR /&gt;
try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form refresh="120"&amp;gt;
&amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
&amp;lt;input type="time" token="field1"&amp;gt;
       &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
       &amp;lt;default&amp;gt;
         &amp;lt;earliest&amp;gt;-5m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
       &amp;lt;/default&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jun 2018 07:27:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447203#M29388</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-06-06T07:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I refresh my dashboard every five minutes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447204#M29389</link>
      <description>&lt;P&gt;You can use below code :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard refresh="300"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;00 seconds = 5 minutes&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 07:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447204#M29389</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-06-06T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I refresh my dashboard every five minutes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447205#M29390</link>
      <description>&lt;P&gt;It took me a while to figure out where the closing  went, it would have been nice to have seen the full snippet. Thanks for the answer though, helped me!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 20:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/447205#M29390</guid>
      <dc:creator>nmcloota</dc:creator>
      <dc:date>2019-08-09T20:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I refresh my dashboard every five minutes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/599579#M49193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/85706"&gt;@p_gurav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my dashboard, the SPL uses saved search as well to get some data. Thus, when we use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard refresh="300"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;does it run the saved search at every refresh? Or does the saved search run independently as per its pre-defined schedule only?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-refresh-my-dashboard-every-five-minutes/m-p/599579#M49193</guid>
      <dc:creator>Taruchit</dc:creator>
      <dc:date>2022-05-27T12:20:18Z</dc:date>
    </item>
  </channel>
</rss>

