<?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 Can we add a time range picker that interacts dynamically with dashboard panels in Splunk 6.1 via the GUI rather than XML? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189551#M11767</link>
    <description>&lt;P&gt;As in the &lt;A href="https://www.youtube.com/watch?v=q1F4J8viBrM"&gt;dashboard tutorial&lt;/A&gt; for Splunk 6, I'm happy converting panels from reports into inline searches. However, it seems: add input --&amp;gt; time, works differently than Splunk 6's "add time range picker" option. The latter generates this XML:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
     &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
       &amp;lt;default&amp;gt;
         *whatever the user sets*
       &amp;lt;/default&amp;gt;
     &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;whereas the former yields:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" token="field1"&amp;gt;
      &amp;lt;label/&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;0&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime/&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is the functionality of adding a time range picker preserved in 6.1? &lt;/P&gt;

&lt;P&gt;In either case, creating a dynamic dashboard---which updates its panels with the changing of a time input---seemingly requires us to edit the XML directly, if only to delete the auto-generated time ranges ( &lt;CODE&gt;&amp;lt;earliestTime&amp;gt;&lt;/CODE&gt; &amp;amp; &lt;CODE&gt;&amp;lt;latestTime&amp;gt;&lt;/CODE&gt; ) for clones of reports.  Is there a solution making use purely of functionality in the GUI?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2014 15:44:25 GMT</pubDate>
    <dc:creator>tylerbryson</dc:creator>
    <dc:date>2014-06-05T15:44:25Z</dc:date>
    <item>
      <title>Can we add a time range picker that interacts dynamically with dashboard panels in Splunk 6.1 via the GUI rather than XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189551#M11767</link>
      <description>&lt;P&gt;As in the &lt;A href="https://www.youtube.com/watch?v=q1F4J8viBrM"&gt;dashboard tutorial&lt;/A&gt; for Splunk 6, I'm happy converting panels from reports into inline searches. However, it seems: add input --&amp;gt; time, works differently than Splunk 6's "add time range picker" option. The latter generates this XML:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
     &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
       &amp;lt;default&amp;gt;
         *whatever the user sets*
       &amp;lt;/default&amp;gt;
     &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;whereas the former yields:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" token="field1"&amp;gt;
      &amp;lt;label/&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;0&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime/&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is the functionality of adding a time range picker preserved in 6.1? &lt;/P&gt;

&lt;P&gt;In either case, creating a dynamic dashboard---which updates its panels with the changing of a time input---seemingly requires us to edit the XML directly, if only to delete the auto-generated time ranges ( &lt;CODE&gt;&amp;lt;earliestTime&amp;gt;&lt;/CODE&gt; &amp;amp; &lt;CODE&gt;&amp;lt;latestTime&amp;gt;&lt;/CODE&gt; ) for clones of reports.  Is there a solution making use purely of functionality in the GUI?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189551#M11767</guid>
      <dc:creator>tylerbryson</dc:creator>
      <dc:date>2014-06-05T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add a time range picker that interacts dynamically with dashboard panels in Splunk 6.1 via the GUI rather than XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189552#M11768</link>
      <description>&lt;P&gt;You can create a time range picker using the Dashboard Editor, see the  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.1/Viz/FormEditor#Add_a_time_input_to_a_form"&gt;Create and edit forms&lt;/A&gt; topic in the Dashboards and Visualizations manual. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:24:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189552#M11768</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-06-05T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add a time range picker that interacts dynamically with dashboard panels in Splunk 6.1 via the GUI rather than XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189553#M11769</link>
      <description>&lt;P&gt;Thanks ChrisG, this seems to answer my question and clue me into a whole lot more awesome Splunk functionality.  I'll run through my specific problem shortly.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-we-add-a-time-range-picker-that-interacts-dynamically-with/m-p/189553#M11769</guid>
      <dc:creator>tylerbryson</dc:creator>
      <dc:date>2014-06-05T16:34:10Z</dc:date>
    </item>
  </channel>
</rss>

