OpenSearch/docs/reference/modules/cluster
Mayya Sharipova 5dcfdb09cb
Control max size and count of warning headers (#28427)
Control max size and count of warning headers

Add a static persistent cluster level setting
"http.max_warning_header_count" to control the maximum number of
warning headers in client HTTP responses.
Defaults to unbounded.

Add a static persistent cluster level setting
"http.max_warning_header_size" to control the maximum total size of
warning headers in client HTTP responses.
Defaults to unbounded.

With every warning header that exceeds these limits,
a message will be logged in the main ES log,
and any more warning headers for this response will be
ignored.
2018-04-13 05:55:33 -04:00
..
allocation_awareness.asciidoc Update allocation awareness docs (#29116) 2018-03-19 07:04:47 +00:00
allocation_filtering.asciidoc Tests: Wipe cluster settings after every test (#28410) 2018-01-29 11:47:04 -05:00
disk_allocator.asciidoc Tests: Wipe cluster settings after every test (#28410) 2018-01-29 11:47:04 -05:00
misc.asciidoc Control max size and count of warning headers (#28427) 2018-04-13 05:55:33 -04:00
shards_allocation.asciidoc Update shards_allocation.asciidoc (#26019) 2017-08-03 11:27:02 +02:00