IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

APM agent log sending

edit

Elastic APM agents can automatically capture and send logs directly to APM Server—​enabling you to easily ingest log events without needing a separate log shipper like Filebeat.

Requirements

The Elastic APM agent for your programming language.

Pros

  • Simple to set up as it only relies on the APM agent
  • No modification of the application required
  • No need to deploy Filebeat
  • No need to store log files in the file system.

Cons

  • Experimental feature
  • Limited APM agent support
  • Not resilient to outages: Log messages can be dropped when buffered in the agent or in APM Server

Supported APM agents/languages

Get started

edit

See the Java agent documentation to get started.