The JHipster Console (https://github.com/jhipster/jhipster-console) is a monitoring solution for microservices built using the ELK stack. It comes bundled with preset dashboards and configuration. It is provided as a runtime component in the form of a Docker image.
The ELK 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.