Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1 KB

README.md

File metadata and controls

39 lines (27 loc) · 1 KB

Spring Boot with Kibana demo

Code Soapbox logo

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)

Getting Started

  1. Clone the repository
$ git clone https://github.com/daniel-frak/openapi-client-code-generation.git
  1. Start the required services
$ cd docker
$ docker-compose up
  1. Start the application
$ cd ../
$ mvn spring-boot:run

Built With

License

This project is licensed under the MIT License - see the license details.