This is the JHipster Console, based on the ELK Stack. It provides a default configuration to get started with logs and metrics monitoring with ELK as well as some nice dashboards.
Please refer to the JHipster Monitoring Documentation for instructions on how to set up the JHipster Console.
Start everything by running docker-compose up -d
in the bootstrap/
directory, then access Kibana at localhost:5601 and Zipkin at localhost:9411.
PRs are welcome ! When contributing, make sure you force build and restart everything with docker-compose down && docker-compose build --no-cache && docker-compose up
.