Playing around with the Elastic Stack by importing the logs of a Spring Boot application.
docker-compose up -d --build
Go to localhost:8080 to create some logs.
You can access the Kibana application on localhost:5601/app/discover/
Before you can see the logs you will need to create an index pattern:
docker-compse down -v