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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...