From cf2f4bad09ecb32978ea3e78963474e76dc23364 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 15 Dec 2021 15:27:23 -0500 Subject: [PATCH] have standalone and managersearch pull from redis nodes --- salt/logstash/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/map.jinja b/salt/logstash/map.jinja index 63e047281..5f27a17e2 100644 --- a/salt/logstash/map.jinja +++ b/salt/logstash/map.jinja @@ -2,7 +2,7 @@ {% set REDIS_NODES = [] %} {% set mainint = salt['pillar.get']('host:mainint') %} {% set localhostip = salt['grains.get']('ip_interfaces').get(mainint)[0] %} -{% if role in ['so-node'] %} +{% if role in ['so-node', 'so-standalone', 'so-managersearch'] %} {% set node_data = salt['pillar.get']('logstash:nodes') %} {% for node_type, node_details in node_data.items() | sort %} {% if node_type in ['manager', 'managersearch', 'standalone', 'receiver' ] %}