JHipster Console (https://github.com/jhipster/jhipster-console) is a monitoring solution for microservices built using the Elastic (ELK) Stack and Zipkin. It comes bundled with preset dashboards and configurations. It is provided as a runtime component in the form of a Docker image.
TheĀ Elastic Stack is made up of Elasticsearch, Logstash, and Kibana.
Logstash can be used to normalize the data (usually from logs), and then Elasticsearch is used to process the same data faster. Finally, Kibana is used to visualize the data.