-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Limit request size #16011
Copy link
Copy link
Closed
Labels
:Distributed/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>enhancementresiliency
Description
Overly large bulk request can threaten the stability of Elasticsearch. Hence we want to limit the size of a bulk request.
Although the need originally arose for bulk requests, the solution will apply to requests in general and not just bulk requests.
There will be two (configurable) limits:
- A limit on the size (in bytes) of an individual request
- A limit on the size (in bytes) of all requests that are currently in flight
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.>enhancementresiliency
Type
Fields
Give feedbackNo fields configured for issues without a type.