multiline
parser plugin parses multiline logs. This plugin is multiline version of regexp
parser.multiline
parser parses log with formatN
and format_firstline
parameters. format_firstline
is for detecting start line of multiline log. formatN
, N's range is 1..20, is the list of Regexp format for multiline log. Unlike other parser plugins, this plugin needs special code in input plugin, e.g. handle format_firstline. So currently, in_tail plugin works with `multiline` but other input plugins don't work with `multiline`.time
.time_key
.format_firstline
is matched. Default is nil
.format_firstline
is not specified, input plugin should store unmatched new lines in temporary buffer and try to match buffered logs with each new line.true
. Default is false
.