This commit is contained in:
m0duspwnens
2020-01-30 17:09:06 -05:00
parent a2c75c8fc0
commit d94065fa00
55 changed files with 2582 additions and 10 deletions

View File

@@ -63,11 +63,11 @@
#
# 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' %}
{%- if grains.role != 'so-mastersearch' and grains.role != 'so-heavynode' and grains.role != 'so-master' and grains.role != 'so-eval' %}
path.config: /usr/share/logstash/pipeline.enabled/*.conf
{% else %}
{%- else %}
#path.config: /usr/share/logstash/pipeline.enabled/*.conf
{% endif %}
{%- endif %}
# Special Docker path
# path.config: /usr/share/logstash/pipeline