Skip to content

Commit

Permalink
Refined the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Rai <[email protected]>
  • Loading branch information
Rai committed Sep 3, 2024
1 parent b30d903 commit e1c0296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ingest-pipelines/processors/index-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Processor type | Description
`urldecode` | Decodes a string from URL-encoded format.
`user_agent` | Extracts details from the user agent sent by a browser to its web requests.

## Validations on Processors
## Processor limit settings

We can configure the limits on the number of ingest processors that should be used. The limit can be configured using the attribute `cluster.ingest.max_number_processors`. The sum of the number of processors and the number of `on_failure` processors are considered for counting the total number of processors on which the limit would be applied.
We can configure the limits on the number of ingest processors that should be used. The limit can be configured using the cluster setting `cluster.ingest.max_number_processors`. The sum of the number of processors and the number of `on_failure` processors are considered for counting the total number of processors on which the limit would be applied.

The default value for `cluster.ingest.max_number_processors` is `Integer.MAX_VALUE`. If you try to add a number of processors greater than the value configured in `cluster.ingest.max_number_processors`, an `IllegalStateException` will be thrown.

Expand Down

0 comments on commit e1c0296

Please sign in to comment.