Add cluster_health option to telegraf.conf

Enable cluster health monitoring in Telegraf configuration.
This commit is contained in:
Mike Reeves
2026-07-06 17:27:37 -04:00
committed by GitHub
parent 9975d36b4f
commit 18212cad0d
+1
View File
@@ -244,6 +244,7 @@
username = "{{ ES_USER }}"
password = "{{ ES_PASS }}"
insecure_skip_verify = true
cluster_health = true
{%- elif grains['role'] in ['so-searchnode'] %}
[[inputs.elasticsearch]]
servers = ["https://{{ NODEIP }}:9200"]