Skip to content

Demo project for browsing Spring Boot logs in Kibana via Elasticsearch

Notifications You must be signed in to change notification settings

daniel-frak/spring-boot-kibana-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demo project for browsing Spring Boot logs in Kibana via Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published