logstash.o.o isn't treating stacktraces as a single line
Bug #1474545 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-Gate |
Fix Committed
|
Undecided
|
Matt Riedemann | ||
oslo.log |
Won't Fix
|
High
|
Matt Riedemann |
Bug Description
Given:
I wanted to find a query for that in logstash using the method and error, like:
message:
But that doesn't work because logstash is doing a pattern match on this for multiline:
multiline {
negate => false
pattern => "^%{TIMESTAMP_
what => "previous"
stream_
}
But with this change to oslo.log:
https:/
The TRACE entries are now ERROR entries.
Changed in oslo.log: | |
importance: | Undecided → High |
Changed in oslo.log: | |
status: | In Progress → Won't Fix |
Changed in openstack-gate: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/201765
Review: https:/