Dashboards & Visualizations

running multiple searches in a form sequentially

bkoutsky
Engager

Hi,

I'm creating a form with multiple searches (let's say 10). When user selects the time range using the time input element, all these searches start at the same time. That's bad, as it creates a big load on the server and for some users it hits the concurrent search limit.

Is it possible to somehow make multiple searches in a single form run in sequence instead in parallel?

I know that it is possible to have one master search and use postprocess searches to drive multiple reports on a same page, however, the searches I need to present do not have much in common and this technique can not be used here.

cheers,
Bob

Tags (1)
0 Karma

brettcave
Builder

You can use the search post process feature without a value, while still using a searchTemplate within the result scope (and not the form scope). e.g.

<fieldset> .... </fieldset>
<table>< title> A result field< /title>
< searchPostProcessor>< /searchPostProcessor>
< searchTemplate>"$someToken$"< /searchTemplate>
< /table>
0 Karma

kobi_biton
New Member

hi ,

I am having the same problem , did you manage to create run in sequence search ?

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...