Installing Elastic Search
- Refer Here
- After sucessful installation try accessing
https://<public-ip>:9200
Elastic Search Details
- It exposes functionailty over REST API (API)
- To use the API we need to compose/create JSON
- To Configure elastic search we will be using yaml
- Refer Here for json and yaml tutorial