input {
journald {
lowercase => true
seekto => "tail"
thisboot => true
type => "journald"
codec => multiline {
pattern => "(^%{TIMESTAMP_ISO8601})"
negate => "true"
what => previous
}
tags => [ "journald" ]
path => "/run/log/journal"
sincedb_path => "/tmp/.sincedb_journal"
}
}
is it right to use multiline concept with journald input plugins which is mention above?