Skip to content

Elastic Search

Song Zheng edited this page Oct 5, 2020 · 1 revision

Intro

This page documents the installation instructions for ElasticSearch and the steps we took to solve issues.

Troubleshooting

  • 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.
Clone this wiki locally