• Home
  • How to use Dynatrace
  • Log Monitoring
  • Log data acquisition
  • Log Monitoring with Docker

Log Monitoring with Docker

Dynatrace Log Monitoring supports collecting logs applications deployed in Docker containers.

This documentation covers autodiscovery when:

  • Logs are written by a container to stdout/stderror if OneAgent is deployed on the host level.
  • Logs are written by a container to stdout/stderror if OneAgent is deployed in side-car container.
  • Logs are written by a container to a file inside the container if OneAgent is deployed in a side-car container. In this case, probable disk mounting between containers should work.