In a hints-based autodiscover configuration, can filebeat exclude all instances of a specific container name from discovery, even if co.elastic.logs/enabled: 'true' is set for the pod?
My use case is that I have a filebeat.autodiscover provider, which specifically monitors all istio-proxy containers and sends their logs to a specific index, so I want to globally exclude them from hints-based autodiscover. It would be easiest if I could do this within the filebeat config, rather than setting it at the pod or namespace level.