mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
{
|
|
"description" : "syslog",
|
|
"processors" : [
|
|
{
|
|
"dissect": {
|
|
"field": "message",
|
|
"pattern" : "%{message}",
|
|
"on_failure": [ { "drop" : { } } ]
|
|
},
|
|
"remove": {
|
|
"field": [ "type", "agent" ],
|
|
"ignore_failure": true
|
|
}
|
|
},
|
|
{ "pipeline": { "name": "common" } }
|
|
]
|
|
}
|