fix logstash for so-helix role

This commit is contained in:
m0duspwnens
2020-02-05 14:45:07 -05:00
parent b69dfd9b25
commit 799cf32265
2 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
#
# path.config:
# /etc/logstash/conf.d is mapped to /usr/share/logstash/pipeline in the Docker image
{%- if grains.role != 'so-mastersearch' and grains.role != 'so-heavynode' and grains.role != 'so-master' and grains.role != 'so-eval' %}
{%- if grains.role != 'so-mastersearch' and grains.role != 'so-heavynode' and grains.role != 'so-master' and grains.role != 'so-eval' and grains.role != 'so-helix' %}
path.config: /usr/share/logstash/pipeline.enabled/*.conf
{%- else %}
#path.config: /usr/share/logstash/pipeline.enabled/*.conf