Does java agent also ships logs or do i need to ship it separately

We are now using java agent for apm but does it also ship all the logs or do we have to ship it in a separate process

Hi @sabareesh1, welcome to the Discuss forum!

Elastic APM agents are not designed for log shipping. Please take a look at Filebeat for that.

If you use SLF4J for logging in your application, then you may be able to use https://www.elastic.co/guide/en/apm/agent/java/current/config-logging.html#config-enable-log-correlation to correlate logs with the traces recorded by the APM agent.

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