mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 20:22:59 +01:00
fix logstash for so-helix role
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
#
|
#
|
||||||
# path.config:
|
# path.config:
|
||||||
# /etc/logstash/conf.d is mapped to /usr/share/logstash/pipeline in the Docker image
|
# /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
|
path.config: /usr/share/logstash/pipeline.enabled/*.conf
|
||||||
{%- else %}
|
{%- else %}
|
||||||
#path.config: /usr/share/logstash/pipeline.enabled/*.conf
|
#path.config: /usr/share/logstash/pipeline.enabled/*.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user