elasticsearch-knapsack icon indicating copy to clipboard operation
elasticsearch-knapsack copied to clipboard

Elasticsearch 2.2.1 Support

Open that-dom opened this issue 8 years ago • 3 comments

Thanks for a great product. I upgraded to the current version 2.2.1 but forgot to see if there was current support by Knapsack. Here is what I'm getting: ERROR: Plugin [knapsack] is incompatible with Elasticsearch [2.2.1]. Was designed for version [2.2.0] Thanks!

that-dom avatar Mar 29 '16 13:03 that-dom

I tried http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.2.1.0/elasticsearch-knapsack-2.2.1.0-plugin.zip which downloaded fine but the Version is 2.1.2.

that-dom avatar Apr 05 '16 20:04 that-dom

I have same issue, but workaround is berow.

  • unzip plugin and edit "plugin-descriptor.properties"

elasticsearch.version=2.2.1

  • archive again and install plugin from file.

plugin install file:///c:/elasticsearch-knapsack-2.2.1.0-plugin.zip

tomosnowbug avatar Apr 13 '16 05:04 tomosnowbug

It's great. It's "plugin-descriptor.properties" file is wong, we should edit it for right version

Ericj100 avatar Dec 12 '16 06:12 Ericj100