kibana/test/api_integration
Chris Davies 16c2dcb9ca
Make migration mapping change detection more robust (#28252)
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-08 07:43:07 -05:00
..
apis Make migration mapping change detection more robust (#28252) 2019-02-08 07:43:07 -05:00
fixtures/es_archiver Upgrade Kibana to Elasticsearch 7.0 (#29184) 2019-01-30 09:08:58 -05:00
services Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
config.js [Tests] Add http integration test setup (#19261) 2018-08-17 08:36:14 +02:00