From 4432e5b645a542fc8944d7f33d7113e4270a9f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 21 Sep 2017 13:50:31 +0200 Subject: [PATCH] Added note in docker/README about permissions on /data/storage/elasticsearch --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index 7b5762a..1430d5a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -76,6 +76,8 @@ ElasticSearch and Kibana run in our self-rolled images. This is needed because b This also gives us the opportunity to let Kibana do its optimization when we build the image, rather than every time the container is recreated. +`/data/storage/elasticsearch` needs to be writable by UID 1000, GID 1000. + Production Kibana should be placed in read-only mode: `curl -XPUT 'localhost:9200/.kibana/_settings' -d '{ "index.blocks.read_only" : true }'`