Hi,
If I have the following config
metricbeat.autodiscover:
providers:
- type: kubernetes
host: ${NODE_NAME}
hints.enabled: true
Is it redundant to also specify:
processors:
- add_kubernetes_metadata:
in_cluster: true
host: ${NODE_NAME}
Best, Justin