Trouble posting JSON file

I am new to ELK and I am trying to load the Accounts.Json file using the code in the documentation but it is not working for me. I am using Windows and the Kibana Console. I have searched and tried so many other things on here and none of them worked. Can someone please help me by giving me a simple way to upload JSON files using the Kibana Console.

< curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json />

Thanks you so much in advance!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.