From 18212cad0d9d6e5e2d3ab8b0d3eccacae185836c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 6 Jul 2026 17:27:37 -0400 Subject: [PATCH] Add cluster_health option to telegraf.conf Enable cluster health monitoring in Telegraf configuration. --- salt/telegraf/etc/telegraf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/telegraf/etc/telegraf.conf b/salt/telegraf/etc/telegraf.conf index 02d969ff3..d7cc15a38 100644 --- a/salt/telegraf/etc/telegraf.conf +++ b/salt/telegraf/etc/telegraf.conf @@ -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"]