You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while as per .env file, this project is still at version 8.7.1, newer versions of filebeat have changed/broken the way how autodiscovery works for containers not running in k8s.
while as per .env file, this project is still at version 8.7.1, newer versions of filebeat have changed/broken the way how autodiscovery works for containers not running in k8s.
See this thread for a better description https://discuss.elastic.co/t/filebeat-docker-autodiscovery-stopped-working-when-i-upgraded-to-8-12-0/353103
For this reason, the filebeat.yml of this project does not allow filebeat to process Docker logs.
What worked for me is so change the filebeat.autodiscover in filebeat.yml section to this:
If you wish, I can also produce a PR for this (I may also produce another one for podman support).
The text was updated successfully, but these errors were encountered: