elasticsearch/docs/reference/modules
Daniel Mitterdorfer 52b2016447 Limit request size on transport level
With this commit we limit the size of all in-flight requests on
transport level. The size is guarded by a circuit breaker and is
based on the content size of each request.

By default we use 100% of available heap meaning that the parent
circuit breaker will limit the maximum available size. This value
can be changed by adjusting the setting

network.breaker.inflight_requests.limit

Relates #16011
2016-04-13 09:54:59 +02:00
..
cluster
discovery
indices Limit request size on transport level 2016-04-13 09:54:59 +02:00
scripting Add JVM options configuration file 2016-04-12 11:19:16 -04:00
cluster.asciidoc
discovery.asciidoc
gateway.asciidoc
http.asciidoc
indices.asciidoc
memcached.asciidoc
network.asciidoc
node.asciidoc
painless.asciidoc
plugins.asciidoc
scripting.asciidoc
snapshots.asciidoc
threadpool.asciidoc
thrift.asciidoc
transport.asciidoc
tribe.asciidoc