<?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: How do you set a view in html dashboards to refresh periodically? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373830#M24427</link>
    <description>&lt;P&gt;Are you on 6.5 or higher and trying to refresh Panel? Can you try dashboard refresh instead?&lt;BR /&gt;
In the JavaScript section add the following code before DASHBOARD READY comment:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;setTimeout("location.reload();",60*1000);

//
// DASHBOARD READY
//
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 May 2017 16:04:21 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-05-11T16:04:21Z</dc:date>
    <item>
      <title>How do you set a view in html dashboards to refresh periodically?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373829#M24426</link>
      <description>&lt;P&gt;I've written a very simple xml dashboard with one single view on it, updating every minute.  I've converted it to an html dashboard.  It no longer updates every minute.&lt;/P&gt;

&lt;P&gt;How do you set views in html dashboards to refresh periodically?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 14:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373829#M24426</guid>
      <dc:creator>sillingworth</dc:creator>
      <dc:date>2017-05-11T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a view in html dashboards to refresh periodically?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373830#M24427</link>
      <description>&lt;P&gt;Are you on 6.5 or higher and trying to refresh Panel? Can you try dashboard refresh instead?&lt;BR /&gt;
In the JavaScript section add the following code before DASHBOARD READY comment:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;setTimeout("location.reload();",60*1000);

//
// DASHBOARD READY
//
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 May 2017 16:04:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373830#M24427</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-05-11T16:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a view in html dashboards to refresh periodically?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373831#M24428</link>
      <description>&lt;P&gt;Yeah, I'm on 6.5.3 and it was the panel I'd set to refresh.  Is your solution going to reload the whole page as though I'd pressed f5, or is it going to go through each panel and update it?  Reloading the page means the browser spends several seconds rearranging everything, it's not seemless like panel refreshes.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 17:10:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373831#M24428</guid>
      <dc:creator>sillingworth</dc:creator>
      <dc:date>2017-05-11T17:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you set a view in html dashboards to refresh periodically?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373832#M24429</link>
      <description>&lt;P&gt;Check the visualization elements created in your HTML view and set the refersh parameter like below -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        // VIEWS: VISUALIZATION ELEMENTS
        //

        var element1 = new TableElement({
            "id": "element1",
            "refresh.auto.interval": "60",
            "managerid": "search1",
            "el": $('#element1')
        }, {tokens: true, tokenNamespace: "submitted"}).render();

        var element2 = new TableElement({
            "id": "element2",
            "refresh.auto.interval": "120",
            "managerid": "search2",
            "el": $('#element2')
        }, {tokens: true, tokenNamespace: "submitted"}).render();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 May 2017 06:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-set-a-view-in-html-dashboards-to-refresh-periodically/m-p/373832#M24429</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-05-12T06:10:23Z</dc:date>
    </item>
  </channel>
</rss>

