Elasticsearch is a full-text, distributed NoSQL database. In other words, it uses documents rather than schema or tables. It's a free, open source tool that allows for real-time searching and analyzing of your data.
Elasticsearch is distributed, which means that indices can be divided into shards and each shard can have zero or more replicas.
Kibana: Kibana is merely a visualization tool for data stored in Elasticsearch. Kibana uses the regular Elasticsearch REST API to retrieve and visualize data stored in Elastic.
Comments
Post a Comment