jprante / elasticsearch-knapsack

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

Does not found any archive file #3

Closed nazarhussain closed 10 years ago

nazarhussain commented 11 years ago

Hi,

I am using the same steps

curl -XDELETE localhost:9200/test
curl -XPUT localhost:9200/test/test/1 -d '{"key":"value 1"}'
curl -XPUT localhost:9200/test/test/2 -d '{"key":"value 2"}'"
curl -XPOST localhost:9200/test/test/_export

In the result I am having

{"ok":true}

But I can not find any archive file in any directory. Using ES ElasticSearch Version: 0.20.5, JVM: 23.3-b01 and Java

java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode)
btiernay commented 11 years ago

@nazarhussain Look in /var/log/elasticsearch/ and see if there is an error.