elasticfence / elasticsearch-http-user-auth

HTTP Basic Authentication and IP ACL plugin for Elasticsearch :key: (UNMAINTAINED)
http://qxip.net
148 stars 32 forks source link

Elasticsearch 2.4 Build #33

Closed sts closed 7 years ago

sts commented 7 years ago

When trying to install elasticfence on a elasticsearch 2.4.1 it prints a compatibility error:

-> Installing from https://github.com/elasticfence/elasticsearch-http-user-auth/releases/download/v2.3.5/elasticfence-2.3.5-SNAPSHOT.zip...
Trying https://github.com/elasticfence/elasticsearch-http-user-auth/releases/download/v2.3.5/elasticfence-2.3.5-SNAPSHOT.zip ...
Downloading .............................................................DONE
Verifying https://github.com/elasticfence/elasticsearch-http-user-auth/releases/download/v2.3.5/elasticfence-2.3.5-SNAPSHOT.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Plugin [elasticfence] is incompatible with Elasticsearch [2.4.1]. Was designed for version [2.3.5]
lmangani commented 7 years ago

No chances of 2.3.5 working on 2.4 branch. Have you tried with 2.4.0?

bin/plugin install https://raw.githubusercontent.com/elasticfence/elasticsearch-http-user-auth/2.4/jar/elasticfence-2.4.0-SNAPSHOT.zip

if it returns the same error, we'll release a new snapshot

lmangani commented 7 years ago

2.4.1 build is now available:

bin/plugin install https://raw.githubusercontent.com/elasticfence/elasticsearch-http-user-auth/2.4.1/jar/elasticfence-2.4.1-SNAPSHOT.zip