Change numbers for Logstash

This commit is contained in:
Wes
2024-02-01 14:01:55 +00:00
parent 182667bafb
commit 1818e134ca
2 changed files with 20 additions and 20 deletions

View File

@@ -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:

View File

@@ -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