I am on Kibana sense trying out the 'Getting Started with Kibana', https://www.elastic.co/guide/en/kibana/current/getting-started.html
I am trying to load the shakespear.json file for starters but am just so confused.
This is the code that I am using,
POST /shakespeare/_bulk?pretty
-binary @shakespeare.json
It returns me with,
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "Failed to derive xcontent"
}
],
"type": "parse_exception",
"reason": "Failed to derive xcontent"
},
"status": 400
}
I just do not understand where to store the json files for the @shakespear command to read from.
Appreciate any help.