<?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 to Refresh Button without using JavaScript in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539434#M36930</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried like this but its not working&lt;/P&gt;&lt;P&gt;Can you guide me where I am wrong&lt;/P&gt;&lt;P&gt;&amp;lt;label&amp;gt;Nifi Process Dashboard Clone1&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;a href="&amp;lt;Nifi Process Dashboard Clone1&amp;gt;" class="btn btn-primary"&amp;gt;Refresh&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="field1" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Date/Time&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="process_tok1"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Processor Id&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="usr"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;User&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;/fieldset&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 09:09:18 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2021-02-11T09:09:18Z</dc:date>
    <item>
      <title>How to Refresh Button without using JavaScript</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539392#M36921</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Is that possible I can add refresh Button to Refresh my Dashboard (It consists of one panel in tabular form).&lt;/P&gt;&lt;P&gt;I dont want to use JavaScript for Refresh Button. Is that possible to do?&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 05:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539392#M36921</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-02-11T05:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refresh Button without using JavaScript</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539417#M36925</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Replace &lt;STRONG&gt;&amp;lt;xml_file_name&amp;gt; &lt;/STRONG&gt;with xml file name.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
    &amp;lt;html&amp;gt;
       &amp;lt;a href="&amp;lt;xml_file_name&amp;gt;" class="btn btn-primary"&amp;gt;Refresh&amp;lt;/a&amp;gt;
     &amp;lt;/html&amp;gt;
&amp;lt;/fieldset&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote/like would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 08:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539417#M36925</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-02-11T08:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refresh Button without using JavaScript</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539434#M36930</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried like this but its not working&lt;/P&gt;&lt;P&gt;Can you guide me where I am wrong&lt;/P&gt;&lt;P&gt;&amp;lt;label&amp;gt;Nifi Process Dashboard Clone1&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;a href="&amp;lt;Nifi Process Dashboard Clone1&amp;gt;" class="btn btn-primary"&amp;gt;Refresh&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="field1" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Date/Time&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="process_tok1"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Processor Id&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="usr"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;User&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;/fieldset&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539434#M36930</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2021-02-11T09:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refresh Button without using JavaScript</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539443#M36937</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In below line, don't provide &amp;lt;&amp;gt; in href:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;STRONG&gt;&amp;lt;Nifi Process Dashboard Clone1&amp;gt;"&lt;/STRONG&gt;&amp;nbsp;class="btn btn-primary"&amp;gt;Refresh&amp;lt;/a&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Replace&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;Nifi Process Dashboard Clone1&amp;gt; with xml name. You can find xml name in the URL also. If your dashboard xml file name is Nifi Process Dashboard Clone1.xml then use below line:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;a href="Nifi%20Process%20Dashboard%20Clone1" class="btn btn-primary"&amp;gt;Refresh&amp;lt;/a&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:55:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Refresh-Button-without-using-JavaScript/m-p/539443#M36937</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-02-11T09:55:17Z</dc:date>
    </item>
  </channel>
</rss>

