Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 20:00:51 +00:00
parent c6d32e21ea
commit c5b3687854
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
@type parser
key_name log
reserve_data true
format /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i json
# Additional JSON parsing configuration (if necessary)
expression /^(?<message>.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
</filter>
<match docker.**>