Commit 2fee516f authored by Nick Thomas's avatar Nick Thomas

elasticsearch: Switch from LZ4 to DEFLATE compression

parent 94068ecc
...@@ -13,6 +13,7 @@ module Elastic ...@@ -13,6 +13,7 @@ module Elastic
settings \ settings \
index: { index: {
codec: 'best_compression',
analysis: { analysis: {
analyzer: { analyzer: {
default: { default: {
......
---
title: 'elasticsearch: Switch from LZ4 to DEFLATE compression'
merge_request: 10072
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment