elasticsearch-intro
elasticsearch-intro copied to clipboard
Must specify elasticsearch docker image version
joachim@DESKTOP-O4ENA28 E:\projects\elasticsearch-intro
> docker-compose up
Pulling elasticsearch (elasticsearch:latest)...
ERROR: manifest for elasticsearch:latest not found
According to https://github.com/elastic/elasticsearch-docker/issues/215 - it seems that a version needs to be specified. I used 6.5.0. Is that good?
Edit: The same for Kibana
Edit 2: With this version of elasticsearch, I had to update the elasticsearch-js client also
Had the same issue, and adding the version to both worked for me.
image: elasticsearch:6.4.2 and image: kibana:6.4.2
Version 6 fails for me with similar error as in https://github.com/elastic/elasticsearch-docker/issues/187. Version 5.6 for both elasticsearch & kibana work. At the moment of writing video in lesson #2 was also using v5 of elasticsearch in node script.