You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run elasticsearch directly so it runs in the foreground, since there is no init system running in the container. Thus, we just get the default config directory in the install directory.
This image has been deprecated in favor of the official elasticsearch image provided and maintained by elastic.co. The upstream images are available to pull via docker.elastic.co/elasticsearch/elasticsearch:[version] like 5.4.2. The images found here will receive no further updates once the 5.6.0 release is available upstream. Please adjust your usage accordingly.
If your Elasticsearch can't find hunspell dictionaries because there is no /etc/elasticsearch folder - just create folder with your hands sudo mkdir -p /etc/elasticsearch/hunspell
I don't know why, but ES is looking for hunspell only in /etc/elasticsearch
I've checked the document : https://www.elastic.co/guide/en/elasticsearch/reference/5.0/deb.html#deb-layout
It says, default configuration locations is
/etc/elasticsearch
, but why is it deferent in Docker?I didn't see any updates in the
Dockerfile
.And the tricky problem is x-pack configurations doesn't work if i put them under
/usr/share/elasticsearch/config
.The text was updated successfully, but these errors were encountered: