-
git clone git@github.com:bhandariprakash/dockerize-elasticsearch.git
-
go to dockerize-elasticsearch directory and run
docker-compose up
. This command will create images and runs two containers for Kibana and elastic search. -
Open
http://localhost:5701/
in browser. This will open the Kibana frontend. -
Elasticsearch is running in
9200
. We can call elastic search APIs to {HTTP METHOD} localhost:9300
Example :- GET localhost:9300/_search?q=test