Update docker/fluentd/fluent.conf
This commit is contained in:
parent
b7188ebe20
commit
bca47bff13
|
@ -12,6 +12,9 @@
|
||||||
@type regexp
|
@type regexp
|
||||||
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
|
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
|
||||||
</parse>
|
</parse>
|
||||||
|
<parse>
|
||||||
|
@type json
|
||||||
|
</parse>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
<match docker.**>
|
<match docker.**>
|
||||||
|
|
Loading…
Reference in New Issue