Merge pull request #16039 from Security-Onion-Solutions/TOoSmOotH-patch-1

Add cluster_health option to telegraf.conf
This commit is contained in:
Mike Reeves
2026-07-06 17:29:04 -04:00
committed by GitHub
+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"]