際際滷

際際滷Share a Scribd company logo
LOG MANAGEMENT (ELK)
for Spring Boot application in Docker
Vadym Lotar
vlotar
Requirements
 Build a RESTful Service
 Provide API documentation
 Aggregate log files for further analysis
 Simplify development and deployment processes
Requirements
 Build a RESTful Service
 http://projects.spring.io/spring-boot/
 Provide API documentation
 http://swagger.io/
 Aggregate log files for further analysis
 Simplify development and deployment processes
https://www.elastic.co/products/elasticsearch
https://www.elastic.co/products/logstash
https://www.elastic.co/products/kibana
Source Code
https://github.com/vlotar/spring-boot-elk
Demo

More Related Content

Log management (elk) for spring boot application

  • 1. LOG MANAGEMENT (ELK) for Spring Boot application in Docker Vadym Lotar vlotar
  • 2. Requirements Build a RESTful Service Provide API documentation Aggregate log files for further analysis Simplify development and deployment processes
  • 3. Requirements Build a RESTful Service http://projects.spring.io/spring-boot/ Provide API documentation http://swagger.io/ Aggregate log files for further analysis Simplify development and deployment processes https://www.elastic.co/products/elasticsearch https://www.elastic.co/products/logstash https://www.elastic.co/products/kibana