jprante / elasticsearch-knapsack

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

Can't install manually #23

Closed dariodariodario closed 11 years ago

dariodariodario commented 11 years ago

After installing knapsack manually, by uncompressing the zip in plugins/knapsack. the contents of the zip are a knapsack jar and commons-compression.

[2013-10-25 11:11:37,160][DEBUG][node ] [Bloom, Astrid] using home [/usr/share/elasticsearch], config [/etc/elasticsearch], data [[/var/lib/elasticsearch]], logs [/var/log/elasticsearch], work [/tmp/elasticsearch], plugins [/usr/share/elasticsearch/plugins] [2013-10-25 11:11:37,168][INFO ][plugins ] [Bloom, Astrid] loaded [knapsack], sites [head]

if I try myhost/myindex/_export I get

No handler found for uri [/myindex/_export] and method [GET]

how can I run it?

jprante commented 11 years ago

Use POST, not GET.