Sample of how to use the ELK stack with Spring Boot.
- Java 8
- Docker Compose
- Docker
- Run the ELK docker compose file
$ docker-compose up -d
- Once the ELK stack is started, navigate to the kibana dashboard
- Run the application
$ ./gradlew bootrun
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.