In this HashiQube DevOps lab you will get hands on experience with Elasticsearch, Kibana and Cerebro.
Elasticsearch is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.
Cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
bash docker/docker.sh
bash elasticsearch-kibana-cerebro/elasticsearch-kibana-cerebro.sh
vagrant up --provision-with basetools,docker,docsify,elasticsearch-kibana-cerebro
docker compose exec hashiqube /bin/bash
bash hashiqube/basetools.sh
bash docker/docker.sh
bash docsify/docsify.sh
bash elasticsearch-kibana-cerebro/elasticsearch-kibana-cerebro.sh
Kibana http://localhost:5601
Cerebro http://localhost:5602