system-config/modules/openstack_project/templates/logstash
Sean Dague 686886c8d6 fix error multiline folding for indexing
The previous folding rules for TRACE log level had the effect that all
TRACES were folded into the ERROR that was emitted before them. This
was fine and appropriate. When we dropped TRACE tag for these and used
ERROR, this was extended to ERROR.

This is incorrect.

While ERROR tags are used in stack traces in a multiline way, they
also just emit some times. We don't want to *always* fold them into
the previous line. Doing so means that logstash treats all our ERROR
log messages as what came before. Typically INFO.

One additional indication of a stacktrace is the log message always
has a process id in it. We can minimally modify the grok rule to
require %{NUMBER}, which should do the right thing here.

This should bring back ERROR log lines in logstash being listed under
loglevel:ERROR.

Change-Id: I20372686212d080d4bc5c5578c418546005260fd
2015-11-09 11:32:37 -05:00
..
agent.conf.erb Better multiline handling for Jenkins console logs 2013-04-11 21:07:58 +00:00
indexer.conf.erb fix error multiline folding for indexing 2015-11-09 11:32:37 -05:00
redis-output.conf.erb Add skeleton logstash module. 2013-01-29 20:44:09 +00:00