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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...