Skip to content

devudit/ElasticSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ElasticSearch

Elastic search local setup with docker

  1. git clone [email protected]:devudit/ElasticSearch.git

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

  3. Open https://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

About

ElasticSearch local setup with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published