You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,8 @@
4
4
5
5
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.
6
6
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
0 commit comments