Skip to content
Snippets Groups Projects
Commit c8a6403d authored by Damien DESPRES's avatar Damien DESPRES
Browse files

migration es7

parent 8af03159
No related branches found
No related tags found
1 merge request!23merge dev into master
Pipeline #18680 passed
...@@ -26,7 +26,7 @@ def setup_indices(cfg): ...@@ -26,7 +26,7 @@ def setup_indices(cfg):
"refresh_interval": "30s" "refresh_interval": "30s"
}, },
"mappings": { "mappings": {
"_doc": { # "_doc": {
"dynamic_templates": [ # priority is given by order! "dynamic_templates": [ # priority is given by order!
{ {
"uuid" : { "uuid" : {
...@@ -52,7 +52,7 @@ def setup_indices(cfg): ...@@ -52,7 +52,7 @@ def setup_indices(cfg):
} }
] ]
} }
} #}
} }
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment