Hi @jsoriano,
Below topic suggests add_kubernetes_metadata is enabled by default if using hints-based autodiscover as mentioned in below reference configuration.
My filebeat config autodiscover part is like this:
filebeat.autodiscover:
providers:
- type: kubernetes
hints.enabled: true
include_annotations: ["artifact.spinnaker.io/name","ad.datadoghq.com/tags"]
templates:
- condition:
equals:
kubernetes.namespace: myapp
where I have hints.enabled: true, skipped hints.default_config and have templates.
I'm using v7.9.0
Will add_kubernetes_metadata by default enabled in the above configuration as I have skipped hints.default_config and used templates ?