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