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