
Setup ELK Stack to capture Spring Boot logs
ELK stack is one of the good stack available to organize and visualize Spring Boot application logs. So, what’s ELK Stack? “ELK” is the acronym for three open source projects: Elasticsearch, Logstash, and Kibana. Elasticsearch is a search and analytics engine.…