mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Custom pipeline configuration
This commit is contained in:
@@ -42,6 +42,24 @@ logstash:
|
|||||||
custom2: []
|
custom2: []
|
||||||
custom3: []
|
custom3: []
|
||||||
custom4: []
|
custom4: []
|
||||||
|
pipeline_config:
|
||||||
|
custom01: |-
|
||||||
|
filter {
|
||||||
|
if [event][module] =~ "zeek" {
|
||||||
|
mutate {
|
||||||
|
add_tag => ["network_stuff"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
custom02: PLACEHOLDER
|
||||||
|
custom03: PLACEHOLDER
|
||||||
|
custom04: PLACEHOLDER
|
||||||
|
custom05: PLACEHOLDER
|
||||||
|
custom06: PLACEHOLDER
|
||||||
|
custom07: PLACEHOLDER
|
||||||
|
custom08: PLACEHOLDER
|
||||||
|
custom09: PLACEHOLDER
|
||||||
|
custom10: PLACEHOLDER
|
||||||
settings:
|
settings:
|
||||||
lsheap: 500m
|
lsheap: 500m
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user