diff --git a/modules/logstash/files/elasticsearch.yml b/modules/logstash/files/elasticsearch.yml index 43a82d1dfe..edd172109a 100644 --- a/modules/logstash/files/elasticsearch.yml +++ b/modules/logstash/files/elasticsearch.yml @@ -135,6 +135,10 @@ # Use the Index Status API () to inspect # the index status. +# Compress stored fields and term vector. +index.store.compress.stored: true +index.store.compress.tv: true + #################################### Paths ####################################