Added note in docker/README about permissions on /data/storage/elasticsearch

This commit is contained in:
2017-09-21 13:50:31 +02:00
parent 5948ee7c6f
commit 4432e5b645

View File

@@ -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 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. 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: Production Kibana should be placed in read-only mode:
`curl -XPUT 'localhost:9200/.kibana/_settings' -d '{ "index.blocks.read_only" : true }'` `curl -XPUT 'localhost:9200/.kibana/_settings' -d '{ "index.blocks.read_only" : true }'`