Skip to content

Commit

Permalink
Sets index.mapper.dynamic: false for new migrated index (#14006)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tylersmalley authored and Tyler Smalley committed Sep 15, 2017
1 parent cb11314 commit 40d95e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/migration/migrate_6_0_index.asciidoc
Expand Up @@ -34,7 +34,8 @@ PUT .kibana-6
{
"settings" : {
"number_of_shards" : 1,
"index.format": 6
"index.format": 6,
"index.mapper.dynamic": false
},
"mappings" : {
"doc": {
Expand Down

0 comments on commit 40d95e4

Please sign in to comment.