Today's ES verification failed with many failures across many different CI Groups, both X-Pack and OSS.
All of the errors are similar: ResponseError: mapper_parsing_exception during esArchiver.load()
Also seeing:
[00:00:13] │ info [o.e.c.m.MetadataCreateIndexService] [buildkite-cigroup-6-ed75e1095782fd07] failed on parsing mappings on index creation [.kibana_1]
[00:00:13] │ org.elasticsearch.index.mapper.MapperParsingException: Failed to parse mapping: using deprecated parameters [strategy] in mapper [bounds] of type [geo_shape] is no longer allowed
[00:
It seems to be related to this Elasticsearch PR: elastic/elasticsearch#70850