Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 496 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 496 Bytes

Dockerize ElasticSearch

  1. git clone [email protected]:bhandariprakash/dockerize-elasticsearch.git

  2. go to dockerize-elasticsearch directory and run docker-compose up . This command will create images and runs two containers for Kibana and elastic search.

  3. Open http://localhost:5701/ in browser. This will open the Kibana frontend.

  4. Elasticsearch is running in 9200. We can call elastic search APIs to {HTTP METHOD} localhost:9300

Example :- GET localhost:9300/_search?q=test