Update docker/fluentd/fluent.conf
This commit is contained in:
parent
6645b07e24
commit
81fa956b2b
|
@ -10,7 +10,7 @@
|
||||||
reserve_data true
|
reserve_data true
|
||||||
<parse>
|
<parse>
|
||||||
@type regexp
|
@type regexp
|
||||||
expression /^(?<message>.*\b(SIGTERM|ERROR|FATAL|CRITICAL|exception|failed|failure)\b.*)$/i
|
expression /^(?<message>.*\b(SIGTERM|ERROR|FATAL|CRITICAL)\b.*)$/i
|
||||||
</parse>
|
</parse>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue