Closed missinglink closed 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:
create_index.js
pelias/elasticsearch:6.8.5
node scripts/create_index.js -------------- create index -------------- unsupported elasticsearch version. try: >=7.4.2
Sounds good! :shipit:
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 apelias/elasticsearch:6.8.5
server results in the following error: