Skip to content

parserdigital/log-aggregation-elk

Repository files navigation

Log aggregation with Spring Boot, Elastic Stack and Kafka (or Filebeat)

Hands-on setup to run a simple Spring Boot application connected with Elastic Stack (Logstash) using Kafka or Filebeat as the log exporter.

How to build

cd movies-info-service && gradle clean build

🚀 Startup with Kafka

docker-compose -f docker-compose-elk.yml -f docker-compose-kafka.yml up -d

🚀 Startup with Filebeat

docker-compose -f docker-compose-elk.yml -f extensions/filebeat/filebeat-compose.yml -f docker-compose-filebeat.yml up -d

Code of Conduct

Please refer to Code of Conduct

Licensing

Apache License 2.0

This project was inspired by deviantony/docker-elk 🙏 For more information on how to change the current setup we recommend you have a look on the documentation on that project before continuing.

About

Log aggregation with Spring Boot and ELK stack

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published