mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
cb11314ade
commit
40d95e4ee8
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ PUT .kibana-6
|
|||
{
|
||||
"settings" : {
|
||||
"number_of_shards" : 1,
|
||||
"index.format": 6
|
||||
"index.format": 6,
|
||||
"index.mapper.dynamic": false
|
||||
},
|
||||
"mappings" : {
|
||||
"doc": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue