Kibana
- Kibana is the UI of the Elastic Stack
- Lets use Kibana to interact with Elastic Search
- Installing kibana: Refer Here
- After installing kibana, the issue which we have is we don’t have users which are non-super users.
- In the kibana configuration, we cannot use super user credentials
- Some HTTP Methods
- GET
- PUT/POST
- DELETE
- HTTP Status
- 1xx => Information
- 2xx => Success
- 3xx => redirection
- 4xx => client side errors
- 5xx => Server side errors
- Exercise: Interact with elastic search using curl statements and Refer Here for the rest api of elastic search