The docker integration is collecting metrics perfectly but not logs.
Versions:
Agent: 8.7.1
Docker Integration: 2.6.0
I have tried changing the container log path to:
/var/lib/docker/containers//-json.log
and
/var/lib/docker/containers/${docker.container.id}/*-json.log
I have tried every processor and parser configuration from the following issues:
- Elastic Docker Integration - not collecting logs
- Docker Logs keep getting dropped with tried to parse field [image] as object, but found a concrete value error - #36 by stephenb
Anyone else have any luck getting the logs portion of this integration to work?