OpenSearch/docs
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
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Removed all references to site plugins from plugin docs 2016-04-12 19:28:09 +02:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Limit request size on transport level 2016-04-13 09:54:59 +02:00
resiliency Update resiliency page (#17586) 2016-04-07 12:17:13 +02:00
ruby Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
README.asciidoc

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs