<?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 to auto refresh a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170405#M10490</link>
    <description>&lt;P&gt;My dashboard xml looks like: &lt;/P&gt;

&lt;P&gt;&amp;lt;form&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;label&amp;gt;WEB PANEL&amp;lt;/label&amp;gt;&lt;BR /&gt;
  &amp;lt;description&amp;gt;test &amp;lt;/description&amp;gt;&lt;BR /&gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;&lt;BR /&gt;
    &lt;INPUT type="time" searchwhenchanged="true" /&gt;&lt;BR /&gt;
      &lt;LABEL&gt;Select a time:&lt;/LABEL&gt;&lt;BR /&gt;
      &lt;DEFAULT&gt;Last 24 hours&lt;/DEFAULT&gt;&lt;BR /&gt;
    &lt;BR /&gt;
  &amp;lt;/fieldset&amp;gt;&lt;BR /&gt;
  &amp;lt;row&amp;gt;&lt;BR /&gt;
      &lt;TITLE&gt;test&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;TABLE&gt;&lt;BR /&gt;
        &lt;TITLE&gt;Chart of codes between $earliest$ and $latest$&lt;/TITLE&gt;&lt;BR /&gt;
        &lt;SEARCH&gt;&lt;BR /&gt;
          &lt;QUERY&gt;sourcetype=test&lt;/QUERY&gt;&lt;BR /&gt;
        &lt;/SEARCH&gt;&lt;BR /&gt;
....&lt;BR /&gt;
...&lt;BR /&gt;
...&lt;P&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2015 14:23:48 GMT</pubDate>
    <dc:creator>abovebeyond</dc:creator>
    <dc:date>2015-08-13T14:23:48Z</dc:date>
    <item>
      <title>how to auto refresh a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170405#M10490</link>
      <description>&lt;P&gt;My dashboard xml looks like: &lt;/P&gt;

&lt;P&gt;&amp;lt;form&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;label&amp;gt;WEB PANEL&amp;lt;/label&amp;gt;&lt;BR /&gt;
  &amp;lt;description&amp;gt;test &amp;lt;/description&amp;gt;&lt;BR /&gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;&lt;BR /&gt;
    &lt;INPUT type="time" searchwhenchanged="true" /&gt;&lt;BR /&gt;
      &lt;LABEL&gt;Select a time:&lt;/LABEL&gt;&lt;BR /&gt;
      &lt;DEFAULT&gt;Last 24 hours&lt;/DEFAULT&gt;&lt;BR /&gt;
    &lt;BR /&gt;
  &amp;lt;/fieldset&amp;gt;&lt;BR /&gt;
  &amp;lt;row&amp;gt;&lt;BR /&gt;
      &lt;TITLE&gt;test&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;TABLE&gt;&lt;BR /&gt;
        &lt;TITLE&gt;Chart of codes between $earliest$ and $latest$&lt;/TITLE&gt;&lt;BR /&gt;
        &lt;SEARCH&gt;&lt;BR /&gt;
          &lt;QUERY&gt;sourcetype=test&lt;/QUERY&gt;&lt;BR /&gt;
        &lt;/SEARCH&gt;&lt;BR /&gt;
....&lt;BR /&gt;
...&lt;BR /&gt;
...&lt;P&gt;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170405#M10490</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2015-08-13T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to auto refresh a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170406#M10491</link>
      <description>&lt;P&gt;Splunk Dashboards and Forms share a common set of attributes. If the intent is to refresh the entire form, you need to add the &lt;CODE&gt;refresh&lt;/CODE&gt; attribute and indicate the interval in seconds.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form refresh="30"&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this helps,&lt;/P&gt;

&lt;P&gt;--gc&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170406#M10491</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2020-09-29T06:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to auto refresh a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170407#M10492</link>
      <description>&lt;P&gt;well, actually for a dashboard you have to replace "form" with "dashboard"&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-auto-refresh-a-dashboard/m-p/170407#M10492</guid>
      <dc:creator>marcfelden</dc:creator>
      <dc:date>2017-03-08T12:24:40Z</dc:date>
    </item>
  </channel>
</rss>

