Sending Spring Boot logs directly to Elasticsearch

Hi,
I am running a spring boot application as a docker container.
I want to send the logs of the application directly to Elasticsearch server without using Filebeats, Logstash or APM. Basically everything that is written to console should be sent to Elasticsearch.
My Elasticsearch is running as a docker container. I have tried few solutions but didn't work for me.
I’m wondering if this is possible? If so could you explain how you would do it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.