Disable dynamic mapping and increase order to reduce potential field conflicts

This commit is contained in:
weslambert
2022-01-20 09:44:41 -05:00
committed by GitHub
parent 93236738de
commit e137ad60c5

View File

@@ -4,7 +4,7 @@
{ {
"index_patterns": ["so-case*"], "index_patterns": ["so-case*"],
"version":50001, "version":50001,
"order":10, "order":11,
"settings":{ "settings":{
"number_of_replicas":{{ REPLICAS }}, "number_of_replicas":{{ REPLICAS }},
"number_of_shards":1, "number_of_shards":1,
@@ -20,6 +20,7 @@
"_meta": { "_meta": {
"version": "1.5.0" "version": "1.5.0"
}, },
"dynamic": false,
"date_detection": false, "date_detection": false,
"dynamic_templates": [ "dynamic_templates": [
{ {