Closed dariodariodario closed 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?
Use POST, not GET.
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?