Commit e0eb461d authored by Sean McGivern's avatar Sean McGivern

Merge branch '10420-use-best-compression' into 'master'

elasticsearch: Switch from LZ4 to DEFLATE compression

Closes #10420

See merge request gitlab-org/gitlab-ee!10072
parents 5f6167b1 2fee516f
......@@ -13,6 +13,7 @@ module Elastic
settings \
index: {
codec: 'best_compression',
analysis: {
analyzer: {
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