Hi,
I'm using filebeat version 6.6.1 and I'm currently struggling to understand how https://www.elastic.co/guide/en/beats/filebeat/master/configuration-autodiscover-hints.html#_mc is working.
I have a pods with 3 containers
when I put co.elastic.logs/disable: true
on my annotation pods, noting is gathered by filebeat and this is what I except
But when I want to only disable the logging of a particular container by doing co.elastic.logs.zookeeper/disabled: true
, logs are still gather.
Does the multi-containers work for all the possible co.elastic.logs.*
Thanks for your light,
Alex