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
-2
View File
@@ -2,8 +2,6 @@ ARG IMAGE_NAME
ARG IMAGE_VERSION
FROM ${IMAGE_NAME}:${IMAGE_VERSION}
RUN bin/elasticsearch-plugin install x-pack
ADD elasticsearch.yml /usr/share/elasticsearch/config/
USER root
+7
View File
@@ -10,3 +10,10 @@ xpack:
roles:
- role1
- role2
cluster:
routing:
allocation:
disk:
watermark:
low: 0.90
high: 0.95