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. How to Install & configure The elastic search With Lando : Ref for All the type of services in lando, https://github.com/lando/lando/tree/master/examples
Trying to Learn new things on drupal.