<?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: dashboard automatic refresh in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100576#M5609</link>
    <description>&lt;P&gt;You're using the Simplified XML, so you want to take out the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; and the &lt;CODE&gt;&amp;lt;/view&amp;gt;&lt;/CODE&gt; (the view tag is part of the advanced xml) and put the refresh="30" inside your &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; tag, like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard refresh="30"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or if you use the advanced XML, it would be inside the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; tag, which is where you got the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; I think. &lt;/P&gt;

&lt;P&gt;Here is a page in the documentation that talks more about &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; syntax: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard"&gt;http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2011 18:49:19 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2011-05-12T18:49:19Z</dc:date>
    <item>
      <title>dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100575#M5608</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;
I create a dashboard but I can't configure the automatic refresh.&lt;BR /&gt;
I put the line : &lt;VIEW&gt;refresh="30"&lt;/VIEW&gt; but it doesn't work.&lt;BR /&gt;
Can I have some help ?&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Bruno (France)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;
&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Nagios_dash&amp;lt;/label&amp;gt;
&amp;lt;view&amp;gt;refresh="30"&amp;lt;/view&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;searchName&amp;gt;Critical_Nagios&amp;lt;/searchName&amp;gt;
      &amp;lt;title&amp;gt;Critical&amp;lt;/title&amp;gt;
    &amp;lt;/chart&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2011 07:56:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100575#M5608</guid>
      <dc:creator>brcool1</dc:creator>
      <dc:date>2011-05-12T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100576#M5609</link>
      <description>&lt;P&gt;You're using the Simplified XML, so you want to take out the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; and the &lt;CODE&gt;&amp;lt;/view&amp;gt;&lt;/CODE&gt; (the view tag is part of the advanced xml) and put the refresh="30" inside your &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; tag, like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard refresh="30"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or if you use the advanced XML, it would be inside the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; tag, which is where you got the &lt;CODE&gt;&amp;lt;view&amp;gt;&lt;/CODE&gt; I think. &lt;/P&gt;

&lt;P&gt;Here is a page in the documentation that talks more about &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; syntax: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard"&gt;http://www.splunk.com/base/Documentation/latest/Developer/Step1CreateADashboard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2011 18:49:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100576#M5609</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-05-12T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100577#M5610</link>
      <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2011 07:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100577#M5610</guid>
      <dc:creator>brcool1</dc:creator>
      <dc:date>2011-05-13T07:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100578#M5611</link>
      <description>&lt;P&gt;Is there a way to configure this auto-refresh parameter such that it gets set for a dashboard based on the role associated with login? &lt;/P&gt;

&lt;P&gt;For example,&lt;/P&gt;

&lt;P&gt;if role=rol1 then refresh=30&lt;BR /&gt;
elsif role = role2 then refresh = 90&lt;BR /&gt;
else refresh=80&lt;/P&gt;

&lt;P&gt;Thanks for any pointers&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:19:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100578#M5611</guid>
      <dc:creator>ronak</dc:creator>
      <dc:date>2015-02-25T20:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100579#M5612</link>
      <description>&lt;P&gt;Is there a way to set refresh parameter based on role associated with the logged in user ..&lt;/P&gt;

&lt;P&gt;Meaning, &lt;/P&gt;

&lt;P&gt;if role=role1 then refresh=30&lt;BR /&gt;
elsif role=role2 then refresh=45&lt;BR /&gt;
else refresh=90&lt;BR /&gt;
end if;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100579#M5612</guid>
      <dc:creator>ronak</dc:creator>
      <dc:date>2015-02-25T20:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: dashboard automatic refresh</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100580#M5613</link>
      <description>&lt;P&gt;Thank you sideview&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:29:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dashboard-automatic-refresh/m-p/100580#M5613</guid>
      <dc:creator>bstoica</dc:creator>
      <dc:date>2015-03-11T08:29:28Z</dc:date>
    </item>
  </channel>
</rss>

