diff --git a/main.py b/main.py
index 28bfd9af2ddad68896e13ce7fb1b9152b3eb3db2..fd414b8d9a2a139ed3adcca5a5a2a66252e1aa02 100644
--- a/main.py
+++ b/main.py
@@ -26,7 +26,7 @@ def setup_indices(cfg):
                     "refresh_interval": "30s"
                     },
                 "mappings": {
-                    "_doc": {
+            #        "_doc": {
                         "dynamic_templates": [ # priority is given by order!
                             {
                                 "uuid" : {
@@ -52,7 +52,7 @@ def setup_indices(cfg):
                             }
                         ]
                     }
-                }
+                #}
             }
 
     try: