-
Notifications
You must be signed in to change notification settings - Fork 11
Elastic Search
Song Zheng edited this page Oct 5, 2020
·
1 revision
This page documents the installation instructions for ElasticSearch and the steps we took to solve issues.
- not every elastic image supports x-pack features, so request to
/_security/
failed with rather unhelpful error. - There could be a problem with folder permissions. By default elastic copies permissions of specified path so with -
./esdata:/usr/share/elasticsearch/data
it got a folder to which it couldn't write.