kibana/test/api_integration
Chris Davies 42bb855ee9
Make migration mapping change detection more robust (#28252) (#30634)
Modify the way migrations detect mapping changes. The previous approach simply
diffed the index mappings against the mappings defined in Kibana. The problem was
that sometimes the index mappings will *always* differ. For example, if an index template
is affecting the .kibana* indices. Or if Elasticsearch adds a new magical mapping that
appears in the index, even though not specified (this happened in the 7.0 release). So,
instead of diffing, we now store hashes of our mappings in _meta, and compare against
those.
2019-02-11 08:39:37 -05:00
..
apis Make migration mapping change detection more robust (#28252) (#30634) 2019-02-11 08:39:37 -05:00
fixtures/es_archiver Upgrade Kibana to Elasticsearch 7.0 (#29184) 2019-01-30 09:08:58 -05:00
services
config.js [Tests] Add http integration test setup (#19261) 2018-08-17 08:36:14 +02:00