diff --git a/fluent/fluent.conf b/fluent/fluent.conf
index 7300e30..0027af7 100644
--- a/fluent/fluent.conf
+++ b/fluent/fluent.conf
@@ -4,14 +4,22 @@
bind 0.0.0.0
-
- @type parser
- key_name log
- reserve_data true
-
- @type json # apache2, nginx, etc.
-
-
+#
+# @type parser
+# key_name log
+# reserve_data true
+#
+# @type json # apache2, nginx, etc.
+#
+#
+
+#
+# @type record_transformer
+
+# # remove key1 and key2 keys from record
+# remove_keys $.log.t
+#
+
@type copy