Logstash x Spring Boot Integration
To make things simpler for this tutorial, we will have a simple hello-world application that will generate random logs.
Let's start logstash to ensure it works first, here is a first configuration:
input {
file {
type => "log"
pat...
shahsmit.hashnode.dev3 min read