Parses a syslog line using the nsyslog-parser module.
Syslog parsing with multithreading enabled (if supported by nodejs)
"processors" : {
"parser" : {
"type" : "syslogparser",
"config" : {
"field" : "${originalMessage}",
"cores" : 4
}
}
}
- field : Expression to be parsed
- cores : Number of threads if multithreading is supported by nodejs