FIlebeat with services inside of docker compose via autodiscover

Hi @krainboltgreene and welcome :slight_smile:

You are right, with this configuration filebeat will automatically enable the redis module to collect the logs from your redis containers (if their container image contains "redis" :slight_smile: ).

Take into account that for that filebeat needs access to the docker log files, take a look to the documentation about running filebeat on docker.

1 Like