Sets index.mapper.dynamic: false for new migrated index (#14006)

We must ensure errors produced when multiple types are used in order to fall back tothe v6 format of a single type

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2017-09-14 17:32:21 -07:00 committed by Tyler Smalley
parent cb11314ade
commit 40d95e4ee8

View file

@ -34,7 +34,8 @@ PUT .kibana-6
{
"settings" : {
"number_of_shards" : 1,
"index.format": 6
"index.format": 6,
"index.mapper.dynamic": false
},
"mappings" : {
"doc": {