<?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: Example wanted for view xml, adding the time picker in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101297#M5669</link>
    <description>&lt;FORM&gt;
    &lt;LABEL&gt;Transfer&lt;/LABEL&gt;

    &lt;!-- Define master search template, with replacement tokens delimited with $ --&gt;
    &lt;SEARCHTEMPLATE&gt;sourcetype="LOG_LINE" TXN.ID | table _time TransactionID | streamstats range(_time) as ElapsedTime by TransactionID | where ElapsedTime &amp;gt; 0&lt;/SEARCHTEMPLATE&gt;

    &lt;FIELDSET autorun="true"&gt;
       &lt;INPUT type="time" searchwhenchanged="true" /&gt;
            &lt;DEFAULT&gt;Last 4 Hours&lt;/DEFAULT&gt;
        
    &lt;/FIELDSET&gt;

    &lt;ROW&gt;
        &lt;CHART&gt;
            &lt;TITLE&gt;Transfer Elapsed Time&lt;/TITLE&gt;
        &lt;/CHART&gt;
    &lt;/ROW&gt;
&lt;/FORM&gt;</description>
    <pubDate>Fri, 20 Jul 2012 08:14:41 GMT</pubDate>
    <dc:creator>jangid</dc:creator>
    <dc:date>2012-07-20T08:14:41Z</dc:date>
    <item>
      <title>Example wanted for view xml, adding the time picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101293#M5665</link>
      <description>&lt;P&gt;Is there any example for &lt;INPUT type="time" /&gt; where I can set and get the time value in form based dashboard?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2012 16:51:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101293#M5665</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-17T16:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Example wanted for view xml, adding the time picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101294#M5666</link>
      <description>&lt;P&gt;Yes, see:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step2CustomizeForm"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Developer/Step2CustomizeForm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
Specify Time range picker&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2012 22:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101294#M5666</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-17T22:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Example wanted for view xml, adding the time picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101295#M5667</link>
      <description>&lt;P&gt;Thanks &lt;/P&gt;

&lt;P&gt;This always display 30 days &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;is there any way to override this behavior?&lt;/P&gt;

&lt;P&gt;my code &lt;/P&gt;

&lt;P&gt;&lt;INPUT type="time" searchwhenchanged="true" /&gt;&lt;BR /&gt;
    &lt;DEFAULT&gt;Last 4 Hours&lt;/DEFAULT&gt;&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;or am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2012 08:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101295#M5667</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-19T08:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Example wanted for view xml, adding the time picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101296#M5668</link>
      <description>&lt;P&gt;Can you please put the entire XML here?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:44:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101296#M5668</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-19T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Example wanted for view xml, adding the time picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101297#M5669</link>
      <description>&lt;FORM&gt;
    &lt;LABEL&gt;Transfer&lt;/LABEL&gt;

    &lt;!-- Define master search template, with replacement tokens delimited with $ --&gt;
    &lt;SEARCHTEMPLATE&gt;sourcetype="LOG_LINE" TXN.ID | table _time TransactionID | streamstats range(_time) as ElapsedTime by TransactionID | where ElapsedTime &amp;gt; 0&lt;/SEARCHTEMPLATE&gt;

    &lt;FIELDSET autorun="true"&gt;
       &lt;INPUT type="time" searchwhenchanged="true" /&gt;
            &lt;DEFAULT&gt;Last 4 Hours&lt;/DEFAULT&gt;
        
    &lt;/FIELDSET&gt;

    &lt;ROW&gt;
        &lt;CHART&gt;
            &lt;TITLE&gt;Transfer Elapsed Time&lt;/TITLE&gt;
        &lt;/CHART&gt;
    &lt;/ROW&gt;
&lt;/FORM&gt;</description>
      <pubDate>Fri, 20 Jul 2012 08:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Example-wanted-for-view-xml-adding-the-time-picker/m-p/101297#M5669</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-20T08:14:41Z</dc:date>
    </item>
  </channel>
</rss>

