Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 493 Bytes

syslogparser.md

File metadata and controls

21 lines (18 loc) · 493 Bytes

Syslog Parser Processor

Parses a syslog line using the nsyslog-parser module.

Examples

Syslog parsing with multithreading enabled (if supported by nodejs)

"processors" : {
	"parser" : {
		"type" : "syslogparser",
		"config" : {
			"field" : "${originalMessage}",
			"cores" : 4
		}
	}
}

Configuration parameters

  • field : Expression to be parsed
  • cores : Number of threads if multithreading is supported by nodejs