WARNING: Version 5.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
HTTP changes
editHTTP changes
editCompressed HTTP requests are always accepted
editBefore 5.0, Elasticsearch accepted compressed HTTP requests only if the setting
http.compressed
was set to true
. Elasticsearch accepts compressed requests
now but will continue to send compressed responses only if http.compressed
is set to true
.