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