Merge "Revert "Special case ansible logs""
This commit is contained in:
commit
0f2341e360
@ -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}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user