mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-26 18:03:29 +01:00
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
filter {
|
|
if [type] =~ "strelka" {
|
|
json {
|
|
source => "message"
|
|
}
|
|
}
|
|
}
|
|
|