<?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: Splunk Dashboard with auto refresh. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311004#M19890</link>
    <description>&lt;P&gt;Hi Nilaksh,&lt;/P&gt;

&lt;P&gt;It's little delayed.&lt;/P&gt;

&lt;P&gt;I have answered on a Splunk question where panel hide show is mainly concerned.&lt;/P&gt;

&lt;P&gt;So can you please see my answer on below link??&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/527558/drill-down-and-drill-up-on-3-panels.html"&gt;https://answers.splunk.com/answers/527558/drill-down-and-drill-up-on-3-panels.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 06:11:54 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2017-05-29T06:11:54Z</dc:date>
    <item>
      <title>Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310992#M19878</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I am facing following issue.&lt;/P&gt;

&lt;P&gt;I have a dashboard which is getting refreshed after every 30 seconds. In the same dashboard I have created drill down functionality.&lt;/P&gt;

&lt;P&gt;Issue:- Whenever I am doing drill down. Suppose Now I am at second panel of drill down. But whenever dashboard refreshes the panel automatically does drill up.&lt;/P&gt;

&lt;P&gt;But I don't want to drill up on dashboard refresh,&lt;/P&gt;

&lt;P&gt;Please help me out to resolve this issue.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 08:26:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310992#M19878</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-25T08:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310993#M19879</link>
      <description>&lt;P&gt;can you post  your dashboard xml?&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 08:46:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310993#M19879</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-05-25T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310994#M19880</link>
      <description>&lt;P&gt;Hi Nilaksh,&lt;/P&gt;

&lt;P&gt;Can you please let me know, in your dashboard how many panels actually needs to be refreshed?? I think initial panels only needs to be refreshed.&lt;/P&gt;

&lt;P&gt;If you are showing other panels which are not required to be refresh then refresh only those particular panels.&lt;/P&gt;

&lt;P&gt;Can you please try below search pattern in initial panels of your dashboard??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;  YOUR SEARCH &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-1h@m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          **&amp;lt;refresh&amp;gt;30s&amp;lt;/refresh&amp;gt;
          &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;**
        &amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 May 2017 09:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310994#M19880</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-25T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310995#M19881</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;P&gt;If you can to refresh panel use this tag&lt;BR /&gt;
&amp;lt;option name="refresh.auto.interval"&amp;gt;30&amp;lt;/option&amp;gt;&lt;/P&gt;

&lt;P&gt;if you want to refresh whole dashboard &lt;BR /&gt;
&amp;lt;form refresh="30"&amp;gt; &lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 14:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310995#M19881</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-05-25T14:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310996#M19882</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Data of all panels is getting refreshed after each 30 seconds.&lt;/P&gt;

&lt;P&gt;For that I have made, 30s in all base searches.&lt;/P&gt;

&lt;P&gt;Whenever I drill down to second panel if time crosses 30 seconds, the panel again comes back to panel 1.'&lt;/P&gt;

&lt;P&gt;I want the panel should not come back to first panel even refresh time is over.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 07:32:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310996#M19882</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-26T07:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310997#M19883</link>
      <description>&lt;P&gt;Hi Nilaksh,&lt;/P&gt;

&lt;P&gt;I'm not sure how you are using base searches with auto refresh search.&lt;/P&gt;

&lt;P&gt;But yes, I have tried with single base search and 2 level drill downs within 3 panels and It's working as your need.  So please check below XML. Check token which used in panel's depends.  I hope it will be useful to you. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;TestDM Dashboard&amp;lt;/label&amp;gt;
  &amp;lt;search id="baseSearch"&amp;gt;
    &amp;lt;query&amp;gt;index=_internal | table _time sourcetype source&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-1h@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
    &amp;lt;refresh&amp;gt;15s&amp;lt;/refresh&amp;gt;
    &amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="baseSearch"&amp;gt;
          &amp;lt;query&amp;gt;timechart count by sourcetype&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="clicked_value"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$clicked_value$"&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;$clicked_value$&amp;lt;/title&amp;gt;
        &amp;lt;search base="baseSearch"&amp;gt;
          &amp;lt;query&amp;gt;search sourcetype="$clicked_value$" | table _time sourcetype source&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="clicked_value2"&amp;gt;$row.sourcetype$&amp;lt;/set&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$clicked_value2$"&amp;gt;
      &amp;lt;title&amp;gt;$clicked_value2$&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="baseSearch"&amp;gt;
          &amp;lt;query&amp;gt;search sourcetype="$clicked_value2$" |stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 May 2017 09:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310997#M19883</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-26T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310998#M19884</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Can you drill down to second or third panel for 15 seconds and please see whether it is going to first panel automatically or not?&lt;/P&gt;

&lt;P&gt;I tried the same approach, but first panel use to come after the refresh irrespective of whether we are on second or third panel.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 12:34:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310998#M19884</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-26T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310999#M19885</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;It is similar to what Kamlesh has posted in below comment.&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 12:39:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/310999#M19885</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-26T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311000#M19886</link>
      <description>&lt;P&gt;Hi Nilaksh, &lt;/P&gt;

&lt;P&gt;Yes, drilldown working fine for 2nd and 3rd panel.&lt;/P&gt;

&lt;P&gt;Can I see your xml ? You can hide your query by replacing your search query with &lt;CODE&gt;&amp;lt;&amp;lt;MY SEARCH&amp;gt;&amp;gt;&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 12:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311000#M19886</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-26T12:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311001#M19887</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Here is xml of my base search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search id="nikks"&amp;gt; &amp;lt;query&amp;gt; ** &amp;lt;query&amp;gt;
&amp;lt;earliest&amp;gt; @d &amp;lt;/earliest&amp;gt;
 &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
&amp;lt;refresh&amp;gt;30s&amp;lt;/refresh&amp;gt;
&amp;lt;refreshType&amp;gt;delay&amp;lt;/refreshType&amp;gt;
 &amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 May 2017 12:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311001#M19887</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-26T12:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311002#M19888</link>
      <description>&lt;P&gt;Hi Nilaksh,&lt;BR /&gt;
:)&lt;BR /&gt;
I'm unable to see xml. Use "Code Sample" tool from toolbar to make it visible. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;Can you please provide xml of basesearch as well as 2nd or 3rd panels?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 12:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311002#M19888</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-26T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311003#M19889</link>
      <description>&lt;P&gt;Hi please find my second panel's xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel depends="$abc$" rejects="$xyz$"&amp;gt;
&amp;lt;table&amp;gt;
&amp;lt;search base="nikks"&amp;gt;
&amp;lt;query&amp;gt; ** &amp;lt;query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
&amp;lt;drilldown target="_blank"&amp;gt;
&amp;lt;set token="xyz"&amp;gt;&amp;lt;/set&amp;gt;
&amp;lt;unset token="abc"&amp;gt;&amp;lt;/unset&amp;gt;
&amp;lt;/drildown&amp;gt;
......
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 May 2017 13:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311003#M19889</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-26T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311004#M19890</link>
      <description>&lt;P&gt;Hi Nilaksh,&lt;/P&gt;

&lt;P&gt;It's little delayed.&lt;/P&gt;

&lt;P&gt;I have answered on a Splunk question where panel hide show is mainly concerned.&lt;/P&gt;

&lt;P&gt;So can you please see my answer on below link??&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/527558/drill-down-and-drill-up-on-3-panels.html"&gt;https://answers.splunk.com/answers/527558/drill-down-and-drill-up-on-3-panels.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 06:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311004#M19890</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-29T06:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311005#M19891</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;I have implemented in same way. But still facing same issue.&lt;/P&gt;

&lt;P&gt;It is coming back to panel1 whenever refresh happens.&lt;/P&gt;

&lt;P&gt;I am not able to find out what is the issue.&lt;/P&gt;

&lt;P&gt;Are token values getting refreshed on auto refresh? Is that the case?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 06:32:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311005#M19891</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-05-30T06:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard with auto refresh.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311006#M19892</link>
      <description>&lt;P&gt;Hi Nilaksh,&lt;BR /&gt;
Can you please give me your full xml..??&lt;BR /&gt;
Remove all your search... &lt;BR /&gt;
I need to check see tokens only..&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 06:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-with-auto-refresh/m-p/311006#M19892</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-05-30T06:58:53Z</dc:date>
    </item>
  </channel>
</rss>

