From c8a6403d973c71db207ceb8d1c2561be49bbf18a Mon Sep 17 00:00:00 2001
From: Damien DESPRES <ext.neogeo.ddespres@grandlyon.com>
Date: Tue, 14 Dec 2021 13:27:28 +0000
Subject: [PATCH] migration es7

---
 main.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.py b/main.py
index 28bfd9a..fd414b8 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:
-- 
GitLab