I have Spring Boot applications with slf4j/logback and look for centralized logging solution.
Now I see that I don't need to use log collector (like logstash
/filebeat
/rsyslog
). There is a direct collector Ingest Node
inside Elasticsearch (if I understand properly).
How can I integrate Logback with Ingest Node
?
I would like to use Slf4j MDC and hope that integration will support MDC out of the box.