Hi,

I just tried to follow the reference guide with load data and get an error:

No handler found for uri 
[/'localhost:9200/bank/account/_bulk?pretty%27%[email protected]]
 
and method [POST]

Is there an error in the code of the reference guide or did I put data in 
the wrong directory?

So, what does he mean with "our current directory"?

Many thanks for any help

Jochen Rieseberg

You can download the sample dataset (accounts.json) from here 
<https://github.com/bly2k/files/blob/master/accounts.zip?raw=true>. Extract 
it to our current directory and let’s load it into our cluster as follows:

curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary 
@accounts.json
curl 'localhost:9200/_cat/indices?v'

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/3b0fb48f-398b-4b21-9f4b-4bec59e51ab2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to