mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Logstash Module - jinja sytax fix
This commit is contained in:
@@ -220,8 +220,8 @@ path.logs: /var/log/logstash
|
|||||||
# Where to find custom plugins
|
# Where to find custom plugins
|
||||||
# path.plugins: []
|
# path.plugins: []
|
||||||
|
|
||||||
{% set pipeline.workers = salt['pillar.get']('master:ls_pipeline_workers', '1') %}
|
{% set pipeline_workers = salt['pillar.get']('master:ls_pipeline_workers', '1') %}
|
||||||
{% set pipeline.batch = salt['pillar.get']('master:ls_pipeline_batch_size', '125') %}
|
{% set pipeline_batch = salt['pillar.get']('master:ls_pipeline_batch_size', '125') %}
|
||||||
|
|
||||||
pipeline.workers: {{ pipeline.workers }}
|
pipeline.workers: {{ pipeline_workers }}
|
||||||
pipeline.batch.size: {{ pipeline.batch }}
|
pipeline.batch.size: {{ pipeline_batch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user