Files
securityonion/salt/elasticsearch/files/ingest/syslog
2020-05-28 12:36:29 +00:00

14 lines
319 B
Plaintext

{
"description" : "syslog",
"processors" : [
{
"dissect": {
"field": "message",
"pattern" : "%{message}",
"on_failure": [ { "drop" : { } } ]
}
},
{ "pipeline": { "name": "common" } }
]
}