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