Removing mapper.dynamic setting from the esArchiver mappings (#13970)

index.mapper.dynamic should not be used for 6.0+ indices, so this commit
removes it from the esArchiver mappings.json for kibana

Related elastic/elasticsearch#25734
This commit is contained in:
Brandon Kobel 2017-09-13 07:14:18 -04:00 committed by GitHub
parent bc8b0369dc
commit 0971e6a2ac
6 changed files with 0 additions and 6 deletions

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},