<?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: Auto-run form Question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42760#M10023</link>
    <description>&lt;P&gt;Would I have to look into using the TimeRangePicker module? If so, how?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2010 23:51:12 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2010-09-02T23:51:12Z</dc:date>
    <item>
      <title>Auto-run form Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42759#M10022</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;I am trying to produce a form that does not require the use of a search button in order to execute a search and produce  a results table. Any ideas of how I can go about achieving this?&lt;/P&gt;

&lt;P&gt;Here is a snippet of code from my form: (brackets removed)&lt;/P&gt;

&lt;P&gt;fieldset autoRun="true" submitButton="false"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  input type="time" 

    default Last 24 hours /default

  /input
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/fieldset&lt;/P&gt;

&lt;P&gt;At present, when I first load the page, the search is automatically executed and results are shown for the last 24 hours. From this point, I cannot run anymore searches unless I hit F5 because the search button has been turned off. I want this button to remain disabled but now when I choose a different time range from the dropdown list (i.e. not 24 hours) the new search should run automatically like it would in the Search App that comes default with Splunk.&lt;/P&gt;

&lt;P&gt;Any help will be greatly appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2010 23:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42759#M10022</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-02T23:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-run form Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42760#M10023</link>
      <description>&lt;P&gt;Would I have to look into using the TimeRangePicker module? If so, how?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2010 23:51:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42760#M10023</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-02T23:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-run form Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42761#M10024</link>
      <description>&lt;P&gt;You can leave the XML in and readable as XML if you use the "code" button in the HTML editor box, or use &lt;CODE&gt;&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;...&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/CODE&gt; tags, or enclose in ` (backticks) before and after.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 01:42:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42761#M10024</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-03T01:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-run form Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42762#M10025</link>
      <description>&lt;P&gt;Just add the attribute &lt;CODE&gt;searchWhenChanged="true"&lt;/CODE&gt; to your time picker input:&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;Last 24 hours&amp;lt;/default&amp;gt;
  &amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Sep 2010 01:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42762#M10025</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-03T01:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-run form Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42763#M10026</link>
      <description>&lt;P&gt;Thanks for the info gkanapathy&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 15:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Auto-run-form-Question/m-p/42763#M10026</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-03T15:11:06Z</dc:date>
    </item>
  </channel>
</rss>

