Workflows based on this trigger will search for new events every 5 minutes.
Parameters
| Parameter | Description |
|---|---|
| Ad Hoc Search Level | The search level of the created search. For more information, refer to the Splunk Documentation. |
| Execution Mode | If set to normal, runs an asynchronous search. If set to blocking, returns the sid when the job is complete. If set to oneshot, returns results in the same call. In this case, you can specify the format for the output (for example, json output) using the output_mode parameter as described in GET search/jobs/export. Default format for output is xml. Does not return the search ID. |
| Search Mode | If set to realtime, search runs over live data. A real-time search may also be indicated by earliesttime and latesttime variables starting with ‘rt’ even if the searchmode is set to normal or is unset. For a real-time search, if both earliesttime and latest_time are both exactly ‘rt’, the search represents all appropriate live data received since the start of the search. |
| search | The search query the created job will run. |