jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Support for Elasticsearch 2.3.5 #113

Open jesuslinares opened 8 years ago

jesuslinares commented 8 years ago

ERROR: Plugin [knapsack] is incompatible with Elasticsearch [2.3.5]. Was designed for version [2.3.4]

When it will be compatible with Elasticsearch 2.3.5?

Regards.

jprante commented 8 years ago

Elasticsearch 2.3.5 is Elasticsearch 2.3.4, it was just a version bump.

jesuslinares commented 8 years ago

But I can't install the plugin due to that error. How can I install it?. Thanks.

jesuslinares commented 8 years ago

Do you have any recommendations?. Thanks.

jesuslinares commented 8 years ago

Hi, I think it is working well with this change:

cd ~ wget http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.3.4.0/elasticsearch-knapsack-2.3.4.0-plugin.zip -O knapsack_o.zip unzip knapsack_o.zip -d ./knapsack cd knapsack sed -i 's/elasticsearch.version=2.3.4/elasticsearch.version=2.3.5/' plugin-descriptor.properties zip -r ../knapsack_n.zip . cd .. rm -rf knapsack knapsack_o.zip /usr/share/elasticsearch/bin/plugin install file:///~/knapsack_n.zip

should I to consider something else?

Thanks! It is an awesome plugin ;)