<?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 refresh the panel not entire dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172360#M10638</link>
    <description>&lt;P&gt;using refresh="12" it refresh the entire dashboard page but i dnt want entire page refresh,i want only one panel  refresh,how acheive this one.plz help any one.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2013 13:06:58 GMT</pubDate>
    <dc:creator>mvaradarajam</dc:creator>
    <dc:date>2013-12-09T13:06:58Z</dc:date>
    <item>
      <title>how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172360#M10638</link>
      <description>&lt;P&gt;using refresh="12" it refresh the entire dashboard page but i dnt want entire page refresh,i want only one panel  refresh,how acheive this one.plz help any one.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2013 13:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172360#M10638</guid>
      <dc:creator>mvaradarajam</dc:creator>
      <dc:date>2013-12-09T13:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172361#M10639</link>
      <description>&lt;P&gt;I concur that an AJAX based refresh of the individual panels is so much desirable.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2014 16:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172361#M10639</guid>
      <dc:creator>cesarn</dc:creator>
      <dc:date>2014-04-21T16:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172362#M10640</link>
      <description>&lt;P&gt;Is this possible in version 6.0.X? 6.2.X?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 23:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172362#M10640</guid>
      <dc:creator>ben_leung</dc:creator>
      <dc:date>2015-02-11T23:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172363#M10641</link>
      <description>&lt;P&gt;Panel refresh&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;option name="refresh.auto.interval"&amp;gt;60&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also works with tokens if you want to allow the user to specify with a dashboard dropdown.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;option name="refresh.auto.interval"&amp;gt;$refresh_interval$&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Dashboard input example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;input type="dropdown" token="refresh_interval" searchWhenChanged="true"&amp;gt;
          &amp;lt;label&amp;gt;Panel Refresh Override&amp;lt;/label&amp;gt;
          &amp;lt;choice value="60"&amp;gt;1 Minute&amp;lt;/choice&amp;gt;
          &amp;lt;choice value="300"&amp;gt;5 Minutes&amp;lt;/choice&amp;gt;
          &amp;lt;default&amp;gt;300&amp;lt;/default&amp;gt;
        &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 21:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172363#M10641</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2015-04-10T21:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172364#M10642</link>
      <description>&lt;P&gt;Hi mvaradarajam &lt;/P&gt;

&lt;P&gt;To refresh a search for a panel:&lt;/P&gt;

&lt;P&gt;1) In the Panel Editor, click the Refresh icon. &lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;2)  use the option in your panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="refresh.auto.interval"&amp;gt; 12 &amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 11 Apr 2015 15:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172364#M10642</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-04-11T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172365#M10643</link>
      <description>&lt;P&gt;Hi Rob, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;I am trying token based refresh.auto.interval as you have specified, but it is not working correctly.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this not valid for Splunk Free 6.3?&lt;/P&gt;

&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172365#M10643</guid>
      <dc:creator>dlisicre</dc:creator>
      <dc:date>2015-12-15T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172366#M10644</link>
      <description>&lt;P&gt;I am having the same issue with the token based refresh not working.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 21:43:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172366#M10644</guid>
      <dc:creator>TonyLeeVT</dc:creator>
      <dc:date>2016-04-12T21:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172367#M10645</link>
      <description>&lt;P&gt;Hi Tony, token based refresh wasn't working for me either.&lt;BR /&gt;
Ended up doing something quick and dirty:&lt;BR /&gt;
Created my own dropdown with my refresh values. This sets off a time on change of value.&lt;BR /&gt;
When timer sets off, it looks for the refresh icon available below each chart, and clicks it.&lt;/P&gt;

&lt;P&gt;Was the only way I found of doing it.&lt;/P&gt;

&lt;P&gt;Kind regards, &lt;BR /&gt;
      David Lisin&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 08:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172367#M10645</guid>
      <dc:creator>dlisicre</dc:creator>
      <dc:date>2016-04-13T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172368#M10646</link>
      <description>&lt;P&gt;how did you do this? we have the same issue. are you using some kind of java script to do this? &lt;/P&gt;

&lt;P&gt;i'm lost on this part&lt;BR /&gt;
"This sets off a time on change of value.&lt;BR /&gt;
When timer sets off, it looks for the refresh icon available below each chart, and clicks it.&lt;/P&gt;

&lt;P&gt;Was the only way I found of doing it."&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172368#M10646</guid>
      <dc:creator>cesaccenturefed</dc:creator>
      <dc:date>2016-09-20T21:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172369#M10647</link>
      <description>&lt;P&gt;Hi Cesaccenturefed,&lt;/P&gt;

&lt;P&gt;so basically what I did was:&lt;/P&gt;

&lt;P&gt;On your dashboard: &lt;/P&gt;

&lt;P&gt;1) Add refresh_charts_en.js to your form scripts section.&lt;/P&gt;

&lt;P&gt;2) Add this code to your dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="refreshPeriod" searchWhenChanged="true" id="row0Element4"&amp;gt;
      &amp;lt;label&amp;gt;Refresh period&amp;lt;/label&amp;gt;
      &amp;lt;choice value="0"&amp;gt;Off&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1"&amp;gt;1 min&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="2"&amp;gt;2 min&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="5"&amp;gt;5 min&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="10"&amp;gt;10 min&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="30"&amp;gt;30 min&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="60"&amp;gt;1 hour&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;0&amp;lt;/default&amp;gt;    
    &amp;lt;/input&amp;gt;    
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Create the refresh_charts_en.js script in appserver\static with following content:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;require(['jquery', 'splunkjs/mvc/simplexml/ready!','splunkjs/mvc','splunkjs/mvc/utils','splunkjs/mvc/tokenutils'], function($) {
require(['splunkjs/ready!'], function(mvc,utils,TokenUtils){

    var defaultTokenModel = mvc.Components.get("default");


    var tokenValue = defaultTokenModel.get("refreshPeriod");

    if(tokenValue==0){
        ref = setInterval(showDashboard, 1000); 
        clearInterval(ref); 
    }else{
        var intervalOnLoad = tokenValue * 60 * 1000;    
        ref = setInterval(showDashboard, intervalOnLoad); 
    }
    defaultTokenModel.on("change:refreshPeriod", function(newIndexName, indexName, options) {

    var interval = indexName * 60 * 1000;    
    clearInterval(ref);    
    if (interval &amp;gt; 0) {
        ref = setInterval(showDashboard, interval)     
    }});


    function showDashboard() {          
        var list = document.getElementsByClassName("refresh-button");
        for (var i = 0; i &amp;lt; list.length; i++) {
            doScaledTimeout(list[i],i);  
        }
    }

    function doScaledTimeout(listofI,i) {
            setTimeout(function() {                             
                listofI.click();
            }, (i+1) * 30);
        }


    });
})

function getURLParameter(name) {
    return decodeURIComponent((new RegExp('[?|&amp;amp;]' + name + '=' + '([^&amp;amp;;]+?)(&amp;amp;|#|;|$)').exec(location.search)||[,""])[1].replace(/\+/g, '%20'))||null
}
;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This iterates through all refresh buttons on your grapghs and clicks them.&lt;/P&gt;

&lt;P&gt;Kind regards, and I hope this works well for you,&lt;BR /&gt;
    David Lisin&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:03:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172369#M10647</guid>
      <dc:creator>dlisicre</dc:creator>
      <dc:date>2020-09-29T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172370#M10648</link>
      <description>&lt;P&gt;The &lt;CODE&gt;&amp;lt;option name="refresh.auto.interval"&amp;gt;XYZ&amp;lt;/option&amp;gt;&lt;/CODE&gt; worked for me when setting refresh rates on individual panels.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172370#M10648</guid>
      <dc:creator>tred23</dc:creator>
      <dc:date>2016-12-21T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172371#M10649</link>
      <description>&lt;P&gt;I just wanted to let you know this panel javasript solution worked great for my panel refresh issue! thanks I upvoted this I wish I could mark it as the answer. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 15:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172371#M10649</guid>
      <dc:creator>cesaccenturefed</dc:creator>
      <dc:date>2016-12-21T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172372#M10650</link>
      <description>&lt;P&gt;Solution was awesome. Thanks David. &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 15:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172372#M10650</guid>
      <dc:creator>cesaccenturefed</dc:creator>
      <dc:date>2016-12-21T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172373#M10651</link>
      <description>&lt;P&gt;It does work for me with the new 'refresh' tag:&lt;/P&gt;

&lt;P&gt;Setting the interval with an input:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;input type="radio" token="refresh_interval" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Panel Refresh&amp;lt;/label&amp;gt;
      &amp;lt;choice value="24h"&amp;gt;no refresh&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1m"&amp;gt;1 Minute&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="5m"&amp;gt;5 Minutes&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;1m&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;1m&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And then setting this inside the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;refresh&amp;gt;$refresh_interval$&amp;lt;/refresh&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Oct 2017 14:45:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172373#M10651</guid>
      <dc:creator>mstadler_splunk</dc:creator>
      <dc:date>2017-10-31T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172374#M10652</link>
      <description>&lt;P&gt;&lt;STRONG&gt;refresh.auto.interval&lt;/STRONG&gt; is now deprecated, but  you can use 'refresh' within the Search block. i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt;
  &amp;lt;query&amp;gt;...
  &amp;lt;/query&amp;gt;
  &amp;lt;earliest&amp;gt;-1m&amp;lt;/earliest&amp;gt;
  &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;refresh&amp;gt;1m&amp;lt;/refresh&amp;gt;
&amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See also: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Viz/PanelreferenceforSimplifiedXML#search"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Viz/PanelreferenceforSimplifiedXML#search&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 18:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172374#M10652</guid>
      <dc:creator>samcogheil</dc:creator>
      <dc:date>2018-06-08T18:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172375#M10653</link>
      <description>&lt;P&gt;@samcogheil - Thanks a lot for the update! &lt;BR /&gt;
Could you turn your comment into a separate answer so that we can upvote it as the new right answer to the original question?&lt;BR /&gt;
That way others will find your solution faster! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 22:56:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172375#M10653</guid>
      <dc:creator>romanwaldecker</dc:creator>
      <dc:date>2019-02-16T22:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to refresh the panel not entire dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172376#M10654</link>
      <description>&lt;P&gt;I wanted to add a new solution to this as the option &lt;CODE&gt;refresh.auto.interval&lt;/CODE&gt; is now deprecated. There is now a child element of &lt;CODE&gt;refresh&lt;/CODE&gt; (&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#search"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#search&lt;/A&gt;) to do this sort of thing. However I needed (and saw other questions) asking for a refresh button (large and obvious to end user) to refresh a single panel,  I have found a way to do this with Simple XML with a single option link list input and some token management. The form.refresh is unset using the progress child element so the user can refresh over and over. Below is an example dashboard of how to do so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Refresh Panel Test&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;&amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="link" token="refresh"&amp;gt;
        &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
        &amp;lt;choice value="Yes"&amp;gt;Refresh?&amp;lt;/choice&amp;gt;
        &amp;lt;change&amp;gt;
          &amp;lt;condition value="Yes"&amp;gt;
            &amp;lt;set token="refresh_delay"&amp;gt;1&amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/change&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;progress&amp;gt;
            &amp;lt;unset token="refresh_delay"&amp;gt;&amp;lt;/unset&amp;gt;
            &amp;lt;unset token="form.refresh"&amp;gt;&amp;lt;/unset&amp;gt;
          &amp;lt;/progress&amp;gt;
          &amp;lt;query&amp;gt;| tstats count where index=_internal by source host
| sort -count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;refresh&amp;gt;$refresh_delay$&amp;lt;/refresh&amp;gt;
          &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;One problem with the link list input is it makes a gigantic empty space, that isn't terribly effiecient or obvious:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/62i1C6F9858F2D0E729/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;By adding an id to the input and some css this can be fixed like so (dashboard with stylesheet and id):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form stylesheet="slim_input.css"&amp;gt;
  &amp;lt;label&amp;gt;Refresh Panel Test&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;&amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="link" token="refresh" id="slim_input&amp;gt;
        &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
        &amp;lt;choice value="Yes"&amp;gt;Refresh?&amp;lt;/choice&amp;gt;
        &amp;lt;change&amp;gt;
          &amp;lt;condition value="Yes"&amp;gt;
            &amp;lt;set token="refresh_delay"&amp;gt;1&amp;lt;/set&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/change&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;progress&amp;gt;
            &amp;lt;unset token="refresh_delay"&amp;gt;&amp;lt;/unset&amp;gt;
            &amp;lt;unset token="form.refresh"&amp;gt;&amp;lt;/unset&amp;gt;
          &amp;lt;/progress&amp;gt;
          &amp;lt;query&amp;gt;| tstats count where index=_internal by source host
| sort -count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;refresh&amp;gt;$refresh_delay$&amp;lt;/refresh&amp;gt;
          &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then the slim_input.css file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#slim_input {
    display: inline-flex;
}

#slim_input button {
    background-color: #4608A5;
    color: #fff
}

#slim_input label, #slim_input .splunk-choice-input-message{
    display: none;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now we get a nice purple button that refreshes the given panel:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/63i230E65A96C53E91E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 18:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-refresh-the-panel-not-entire-dashboard/m-p/172376#M10654</guid>
      <dc:creator>worshamn</dc:creator>
      <dc:date>2019-10-15T18:15:27Z</dc:date>
    </item>
  </channel>
</rss>

