ECE Fundamentals Lab3, Step9 "failed to parse - Malformed content"

I'm running through the ECE Fundamentals course and have an issue with Lab 3, Step 9.
When bulk loading the dataset into the index blogs-00001 I get the following error:

{
"error":{
"root_cause":[{
"type":"mapper_parsing_exception",
"reason":"failed to parse"
}],
"type":"mapper_parsing_exception",
"reason":"failed to parse",
"caused_by":{
"type":"illegal_argument_exception",
"reason":"Malformed content, found extra data after parsing: START_OBJECT"
}
},
"status":400
}

Command I'm running is:
curl -X POST -k -u elastic -H
'Content-Type: application/x-ndjson'
https://05690487c1984f77b1c3ea3ae6b22468.172.31.33.12.ip.es.io:9243/blogs-000001/_doc/_bulk
--data-binary @/home/elastic/blogs_bulk.json

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