Splunk Search

Auto-run form Question

Ant1D
Motivator

Hey,

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?

Here is a snippet of code from my form: (brackets removed)

fieldset autoRun="true" submitButton="false"

  input type="time" 

    default Last 24 hours /default

  /input

/fieldset

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.

Any help will be greatly appreciated. Thanks.

Tags (2)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Just add the attribute searchWhenChanged="true" to your time picker input:

<fieldset autoRun="true" submitButton="false">
  <input type="time" searchWhenChanged="true">
    <default>Last 24 hours</default>
  </input>
</fieldset>

View solution in original post

Ant1D
Motivator

Thanks for the info gkanapathy

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Just add the attribute searchWhenChanged="true" to your time picker input:

<fieldset autoRun="true" submitButton="false">
  <input type="time" searchWhenChanged="true">
    <default>Last 24 hours</default>
  </input>
</fieldset>

gkanapathy
Splunk Employee
Splunk Employee

You can leave the XML in and readable as XML if you use the "code" button in the HTML editor box, or use <pre><code>...</code></pre> tags, or enclose in ` (backticks) before and after.

0 Karma

Ant1D
Motivator

Would I have to look into using the TimeRangePicker module? If so, how?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...