Upgraded to ES 5.2.2 from ES 1.7.1 and getting lot of errs while creating index.
More err info are stored here.. as they are huge and lengthy...
Upgraded to ES 5.2.2 from ES 1.7.1 and getting lot of errs while creating index.
More err info are stored here.. as they are huge and lengthy...
well not sure the tool that your using but I see in the very first messsage that your "mapping" has a "string" type which is now invalid, it seems your doing a "migration of the data, from 1.7 to 5.X which means you have to know of all the breaking changes
http://localhost:9200/testing_000_z20170413_190556:
{"mappings": {"test_result": {"dynamic_templates": [{"default_numbers": {"match_mapping_type": "long", "mapping": {"type": "double"}, "match": ""}}, {"default_strings": {"match_mapping_type": "string", "mapping": {"index": "not_analyzed", "type": "string"}, "match": ""}}, {"default_nested_objects"
2017-04-13 19:05:56 - POST http://localhost:9200/testing_000_z20170413_190556
Here is a link to all the breaking changes
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-5.0.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.