justinw
(Justin Walz)
November 9, 2018, 7:24pm
1
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
exekias
(Carlos Pérez Aradros)
November 9, 2018, 10:40pm
2
Yes, autodiscover will automatically enrich all configs with kubernetes metadata, so you don't need to add the processor.
Best regards
justinw
(Justin Walz)
November 9, 2018, 11:50pm
3
Thanks for confirming that @exekias !
system
(system)
Closed
December 7, 2018, 11:50pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.