diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf
index 3790a6c..296b169 100644
--- a/docker/fluentd/fluent.conf
+++ b/docker/fluentd/fluent.conf
@@ -8,13 +8,8 @@
@type parser
key_name log
reserve_data true
-
- @type regexp
- expression /^(?.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i
-
-
- @type json
-
+ format /^(?.*)\b(SIGTERM|SEVERE ERROR|FATAL|CRITICAL)\b/i json
+ # Additional JSON parsing configuration (if necessary)