Skip to content

Commit a80adda

Browse files
author
Prakash Bhandari
committed
Update read me.
1 parent 589ab3d commit a80adda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
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.
66

7-
3. Open `http://localhost:9300/` in browser. This will open the Kibana frontend.
7+
3. Open `http://localhost:5701/` in browser. This will open the Kibana frontend.
8+
9+
4. Elasticsearch is running in `9200`. We can call elastic search APIs to {HTTP METHOD} localhost:9300
10+
11+
Example :- `GET localhost:9300/_search?q=test`

0 commit comments

Comments
 (0)