telegraft should only include jolokia config when Kafka is set as the global.pipeline

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2024-06-12 15:42:00 -04:00
parent f372b0907b
commit 9c31622598

View File

@@ -235,7 +235,7 @@
# ## Use TLS but skip chain & host verification
# # insecure_skip_verify = false
{% if grains.role in ['so-searchnode','so-standalone','so-manager', 'so-managersearch', 'so-heavynode', 'so-receiver'] -%}
{% if grains.role in ['so-searchnode','so-standalone','so-manager', 'so-managersearch', 'so-heavynode', 'so-receiver'] and GLOBALS.pipeline == "KAFKA" -%}
[[inputs.logstash]]
url = "http://localhost:9600"
collect = ["pipelines"]