From 1818e134cafe3c29224d66cd623f839d2065e8cd Mon Sep 17 00:00:00 2001 From: Wes Date: Thu, 1 Feb 2024 14:01:55 +0000 Subject: [PATCH] Change numbers for Logstash --- salt/logstash/defaults.yaml | 20 ++++++++++---------- salt/logstash/soc_logstash.yaml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/salt/logstash/defaults.yaml b/salt/logstash/defaults.yaml index 2cafce6fd..348acb622 100644 --- a/salt/logstash/defaults.yaml +++ b/salt/logstash/defaults.yaml @@ -43,7 +43,7 @@ logstash: custom3: [] custom4: [] pipeline_config: - custom01: |- + custom001: |- filter { if [event][module] =~ "zeek" { mutate { @@ -51,15 +51,15 @@ logstash: } } } - custom02: PLACEHOLDER - custom03: PLACEHOLDER - custom04: PLACEHOLDER - custom05: PLACEHOLDER - custom06: PLACEHOLDER - custom07: PLACEHOLDER - custom08: PLACEHOLDER - custom09: PLACEHOLDER - custom10: PLACEHOLDER + custom002: PLACEHOLDER + custom003: PLACEHOLDER + custom004: PLACEHOLDER + custom005: PLACEHOLDER + custom006: PLACEHOLDER + custom007: PLACEHOLDER + custom008: PLACEHOLDER + custom009: PLACEHOLDER + custom010: PLACEHOLDER settings: lsheap: 500m config: diff --git a/salt/logstash/soc_logstash.yaml b/salt/logstash/soc_logstash.yaml index dc52d63a8..3172ff7c5 100644 --- a/salt/logstash/soc_logstash.yaml +++ b/salt/logstash/soc_logstash.yaml @@ -32,21 +32,21 @@ logstash: custom3: *defined_pipelines custom4: *defined_pipelines pipeline_config: - custom01: &pipeline_config + custom001: &pipeline_config description: Pipeline configuration for Logstash advanced: True multiline: True forcedType: string helpLink: logstash.html - custom02: *pipeline_config - custom03: *pipeline_config - custom04: *pipeline_config - custom05: *pipeline_config - custom06: *pipeline_config - custom07: *pipeline_config - custom08: *pipeline_config - custom09: *pipeline_config - custom10: *pipeline_config + custom002: *pipeline_config + custom003: *pipeline_config + custom004: *pipeline_config + custom005: *pipeline_config + custom006: *pipeline_config + custom007: *pipeline_config + custom008: *pipeline_config + custom009: *pipeline_config + custom010: *pipeline_config settings: lsheap: description: Heap size to use for logstash