Update elasticsearch configuration

This commit is contained in:
Arnie
2019-05-30 08:42:58 +02:00
parent 71c9b169df
commit 6771e2af62
7 changed files with 24 additions and 7 deletions
+7
View File
@@ -10,3 +10,10 @@ xpack:
roles:
- role1
- role2
cluster:
routing:
allocation:
disk:
watermark:
low: 0.90
high: 0.95
+1 -1
View File
@@ -5,7 +5,7 @@ SCRIPT_PATH=$( cd "$(dirname "$0")" ; pwd -P )
IMAGE_NAME="elasticsearch"
IMAGE_VERSION="5.6.16"
SERVICE_NAME=ys-elastic-search
SERVICE_NAME=ys-elastic-search-5
source ${SCRIPT_PATH}/../common.shinc