I am practising elasticsearch(ES) and using Marvel plugin to run my queries.
I see the query in ES documentation to load data from a .json file but, http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_exploring_your_data.html curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json this is the command for linux users. But how to run same command from Marvel I copied the accounts.json file to elasticsearh/bin folder and I tried multiple ways POST /bank/account/_bulk?pretty accounts.json but it giving error. Need your help. -- 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/656fd77c-913f-40a7-a21f-fdad7096bd87%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
