I want to create a Filebeat container to send every docker log to elastic. My problem is that every tutorial of Filebeat show me a Filebeat input with the path '/var/lib/docker/containers//.log' But this path is only available on Linux system . In Mac or windows docker logs are not stored in a file. Is there a way to root every log to elastic without OS dependency ?
Thanks you for your time