Distributed logging with ELK
1. Overview In this post, I talk about how to log in a distributed environment like the one based on microservices, using the ELK stack and Spring Sleuth to generate the CorrelationId. When you need to log some kind of information in your application you usually chose to store this in …