pelias / schema

elasticsearch schema files and tooling
MIT License
40 stars 75 forks source link

remove support for creating indices using Elasticsearch 6.x #460

Closed missinglink closed 4 years ago

missinglink commented 4 years ago

BREAKING CHANGE: creating new Pelias indices using elasticsearch 6 is no longer supported

see https://github.com/pelias/pelias/issues/881

Attempting to run create_index.js against a pelias/elasticsearch:6.8.5 server results in the following error:

 node scripts/create_index.js

--------------
 create index
--------------

unsupported elasticsearch version. try: >=7.4.2
orangejulius commented 4 years ago

Sounds good! :shipit: