Merge "Revert "Special case ansible logs""

This commit is contained in:
Jenkins 2015-11-12 20:59:20 +00:00 committed by Gerrit Code Review
commit 0f2341e360

View File

@ -18,9 +18,7 @@ filter {
}
multiline {
negate => true
# Special case ansible output here because it likes to go on its own
# line without a timestamp but isn't part of a mulitline event.
pattern => "(^%{TIMESTAMP_ISO8601} \||^%{WORD}%{SPACE}\|%{SPACE}%{WORD}%{SPACE}\|%{SPACE}rc=%{NUMBER}%{SPACE}>>$)"
pattern => "^%{TIMESTAMP_ISO8601} \|"
what => "previous"
stream_identity => "%{host}.%{filename}"
}