<?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: System input will not repopulate when time range picker selection is changed in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/System-input-will-not-repopulate-when-time-range-picker/m-p/192816#M12031</link>
    <description>&lt;P&gt;That's because you're not setting the time range properly on the &lt;CODE&gt;populatingSearch&lt;/CODE&gt;. Should be like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;populatingSearch earliest="$dashboardTime.earliest$" latest="$dashboardTime.latest$" ...&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jul 2015 02:23:58 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2015-07-04T02:23:58Z</dc:date>
    <item>
      <title>System input will not repopulate when time range picker selection is changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/System-input-will-not-repopulate-when-time-range-picker/m-p/192815#M12030</link>
      <description>&lt;P&gt;Hello. I have a dashboard with two inputs to select from a the top. One is te time range picker and the other is System. When I change the time range picker, the System input drop down does not repopulate. Can anyone please explain why? I have put the top of the xml below?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;CA Autosys Executive Summary&amp;lt;/label&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true" token="dashboardTime"&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;@d&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="System" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;System&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;populatingSearch fieldForValue="System" fieldForLabel="System"&amp;gt;
        &amp;lt;![CDATA[ index=ko_autosys sourcetype=autosys_applog_scheduler_events host="usatlb98" OR host="usatlb91" $dashboardTime$ |stats count by System ]]&amp;gt;
      &amp;lt;/populatingSearch&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Jul 2015 01:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/System-input-will-not-repopulate-when-time-range-picker/m-p/192815#M12030</guid>
      <dc:creator>zd00191</dc:creator>
      <dc:date>2015-07-04T01:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: System input will not repopulate when time range picker selection is changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/System-input-will-not-repopulate-when-time-range-picker/m-p/192816#M12031</link>
      <description>&lt;P&gt;That's because you're not setting the time range properly on the &lt;CODE&gt;populatingSearch&lt;/CODE&gt;. Should be like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;populatingSearch earliest="$dashboardTime.earliest$" latest="$dashboardTime.latest$" ...&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2015 02:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/System-input-will-not-repopulate-when-time-range-picker/m-p/192816#M12031</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-04T02:23:58Z</dc:date>
    </item>
  </channel>
</rss>

