Http minimum compression size

Hi,

when configuration http.compression set to true, but with another configuration to specify for instance, http.compression.min_size = 2048 where elasticsearch will only apply compression if the filesize is greater than 2048? Does elasticsearch has such feature?

We noticed that if the compression is enabled and for query that return a small response, the time spent actually greater than without http.compression enabled.

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.