Skip to content

Limit request size #16011

Closed
Closed
@danielmitterdorfer

Description

@danielmitterdorfer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions