diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf
index a8ad572..6a26bc8 100644
--- a/docker/fluentd/fluent.conf
+++ b/docker/fluentd/fluent.conf
@@ -1,9 +1,18 @@
- @type http
+ @type forward
port 24224
bind 0.0.0.0
-
+
+ @type parser
+ key_name log
+ reserve_data true
+
+ @type json
+
+
+
+
@type stdout