This project is a sample Spring Boot application which sends its logs to Logstash, which in turn sends them to Elasticsearch, making them viewable in Kibana.
To learn how to connect Kibana to your own Spring Boot application, read the post:
Code Soapbox - How to browse Spring Boot logs in Kibana (configuring the Elastic Stack)
- Clone the repository
$ git clone https://github.com/daniel-frak/openapi-client-code-generation.git
- Start the required services
$ cd docker
$ docker-compose up
- Start the application
$ cd ../
$ mvn spring-boot:run
- Java 11
- Spring Boot 2.2.5
- Maven
This project is licensed under the MIT License - see the license details.