jhipster / jhipster-console

JHipster monitoring & alerting console, based on ELK
Other
226 stars 162 forks source link

JHipster Console (deprecated)

Notice

As of JHipster version 7, the JHipster Console is unsupported.

Azure DevOps Build Status Build Status Join the chat at https://gitter.im/jhipster/jhipster-console

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.

Quick Start

Start everything by running docker-compose up -d in the bootstrap/ directory, then access Kibana at localhost:5601 and Zipkin at localhost:9411.

Contributing

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.

Images hosted on Docker Hub