Hands-on setup to run a simple Spring Boot application connected with Elastic Stack (Logstash) using Kafka or Filebeat as the log exporter.
cd movies-info-service && gradle clean build
docker-compose -f docker-compose-elk.yml -f docker-compose-kafka.yml up -d
docker-compose -f docker-compose-elk.yml -f extensions/filebeat/filebeat-compose.yml -f docker-compose-filebeat.yml up -d
Please refer to Code of Conduct
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.