diff --git a/indexer.conf.erb b/indexer.conf.erb index b9d0260..d18cef3 100644 --- a/indexer.conf.erb +++ b/indexer.conf.erb @@ -37,7 +37,9 @@ filter { } multiline { negate => false - pattern => "^%{TIMESTAMP_ISO8601}%{SPACE}%{NUMBER}?%{SPACE}?TRACE" + # NOTE(mriedem): oslo.log 1.2.0 changed the logging_exception_prefix + # config option from using TRACE to ERROR so we have to handle both. + pattern => "^%{TIMESTAMP_ISO8601}%{SPACE}%{NUMBER}?%{SPACE}?(TRACE|ERROR)" what => "previous" stream_identity => "%{host}.%{filename}" }