As of JHipster version 7, the JHipster Console is unsupported.
This is the JHipster Console, based on the ELK Stack and Zipkin. It provides a default configuration to get started with logs, metrics and traces monitoring with ELK and Zipkin 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
.