elastic search docker image that works


It has been challenging to find the images that works for ELK stack. Finally settle with the following images from elastic co version 6.2.2

Elastic Search

run the following image to get elastic search

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.2.2

Then browse to the following site :-

http://192.168.99.100:9200/accounts/person/1



Logstash

https://www.elastic.co/guide/en/logstash/current/docker-config.html


Kibana

https://www.elastic.co/guide/en/kibana/current/_configuring_kibana_on_docker.html






Comments

Popular posts from this blog

vllm : Failed to infer device type

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

android studio kotlin source is null error