Dear frds,
i tried to install opendistro 1.11.0 on docker. i got error, any one helpme???
Hi @veera how are you installing using docker?
Are you just simply docker run or using a docker compose file?
We recommend using this example docker compose file for installing:
If you are simply docker run, please make sure that your kibana host is pointing network to host:
docker run -it -d --network="host" amazon/opendistro-for-elasticsearch-kibana:1.11.0
(Note: this works very well on linux but when I test on macos, it is inconsistent)
Also, if you are using docker-desktop or similar on macos, make sure you have at least 4GB allocated for docker to use, as it stated here:
Example:
Thanks.
Thank you zhujiaxi