Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 19:54:13 +00:00
parent b7188ebe20
commit bca47bff13
1 changed files with 3 additions and 0 deletions

View File

@ -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.**>