ELK

Installing ELK on MAC

I used brew install elasticsearch and brew install kibana. It works when you can see elastic search on port 9200 and a toggle-able Kibana | Sense view on port 5601. Kibana allows discovery and visualisations of patterns in data which can be laid out in a dashboard. Sense provides interface for CRUD – Create, Read, Update, Delete by using the corresponding PUT, GET, POST, DELETE commands.

Kibana allows discovery of data via Sense
CRUD Operations via REST API, i.e. GET, POST, PUT, DELETE

Leave a Reply

Your email address will not be published. Required fields are marked *