jsonelasticsearchelasticsearch-pluginelasticsearch-jdbc-riversense

how to retrieve json file data in elastic search using sense plugin


I am new to elastic search. I am using sense plugin. While i am trying to retrieve data from JSON file using command

POST/bank/accounts/_bulk?pretty @accounts.json

and the output in sense console is giving like:

Request failed to get to the server (status code: 0):

I want to know which command should I type in Sense to retrieve data from JSON file.


Solution

  • I got the output.I have just copied the total content in the json file and paste it in sense editor n got the output Thank you