Hi All,
I am trying to ingest docker container logs using fleet.
My agent policy has docker and docker metrics are successfully being sent using the
npipe:////./pipe/docker_engine
configuration for host.
The docs suggest I should be able to connect with the Unix socket but we had no luck with that, hence the named pipe.
Logs section is ticked, there are no logs coming through from the containers.
As mentioned Docker desktop is using wsl2.
The configuration for log path is currently default;
/var/lib/docker/containers/${docker.container.id}/${docker.container.id}-json.log
I have tried permutations and combinations for the file path with no success.
I have also attempted to use a logstash integration using the wsl path - \\wsl.localhost\docker-desktop-data\data\docker\containers\*\*-json.log
(I can see these using the above path in file explorer)
This doesn't work either.