mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #6777 from Security-Onion-Solutions/fix/deprecation_ecs_compatibility_logstash
Add config option for ECS compatibility (default of disabled)
This commit is contained in:
@@ -219,6 +219,8 @@ path.logs: /var/log/logstash
|
|||||||
# path.plugins: []
|
# path.plugins: []
|
||||||
{% set pipeline_workers = salt['pillar.get']('logstash_settings:ls_pipeline_workers', '1') %}
|
{% set pipeline_workers = salt['pillar.get']('logstash_settings:ls_pipeline_workers', '1') %}
|
||||||
{% set pipeline_batch = salt['pillar.get']('logstash_settings:ls_pipeline_batch_size', '125') %}
|
{% set pipeline_batch = salt['pillar.get']('logstash_settings:ls_pipeline_batch_size', '125') %}
|
||||||
|
{% set pipeline_ecs_compatibility = salt['pillar.get']('logstash_settings:ls_ecs_compatibility', 'disabled') %}
|
||||||
|
|
||||||
pipeline.workers: {{ pipeline_workers }}
|
pipeline.workers: {{ pipeline_workers }}
|
||||||
pipeline.batch.size: {{ pipeline_batch }}
|
pipeline.batch.size: {{ pipeline_batch }}
|
||||||
|
pipeline.ecs_compatibility: {{ pipeline_ecs_compatibility }}
|
||||||
|
|||||||
Reference in New Issue
Block a user