I have ElasticSearch 5.2 and Kibana 5.2 up and running, and I am connected to Kibana via browser (localhost:5601).
I tried to get the "Loading sample data" tutorial to run, but lack some information.
Where am I supposed to place the downloaded and unpacked sample data?
Currently, I am stuck with this command:
POST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
I get the result
No handler found for uri [/%27localhost:9200/bank/account/_bulk?pretty%27%20--data-binary%20@accounts.json] and method [POST]
Any hints?