Refine your search:

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

asked 13 Oct '11, 05:11

bkoutsky's gravatar image

bkoutsky
112
accept rate: 0%

edited 13 Oct '11, 07:11


2 Answers:

hi ,

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

link

answered 13 Nov '11, 01:33

kobi_biton's gravatar image

kobi_biton
1
accept rate: 0%

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>
link

answered 08 Oct '12, 05:52

brettcave's gravatar image

brettcave
35379
accept rate: 29%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×112

Asked: 13 Oct '11, 05:11

Seen: 1,306 times

Last updated: 08 Oct '12, 05:52

Copyright © 2005-2012 Splunk Inc. All rights reserved.