mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 20:22:59 +01:00
LS salt module - turn off persisted queues in pipeline.yml
This commit is contained in:
@@ -2,16 +2,12 @@
|
||||
{%- set domainstats = salt['pillar.get']('master:domainstats', '0') %}
|
||||
- pipeline.id: sodefault
|
||||
path.config: "/usr/share/logstash/pipeline"
|
||||
queue.type: persisted
|
||||
- pipline.id: custom
|
||||
- pipeline.id: custom
|
||||
path.config: "/usr/share/logstash/custom"
|
||||
queue.type: persisted
|
||||
{%- if freq == '1' %}
|
||||
- pipeline.id: freq
|
||||
path.config: "/usr/share/logstash/freq"
|
||||
queue.type: persisted
|
||||
{%- if domainstats == '1' %}
|
||||
- pipeline.id: domainstats
|
||||
path.config: "/usr/share/logstash/domainstats"
|
||||
queue.type: persisted
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user