-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
The following _bulk
request works in the Kibana Dev Console:
POST /my-index/_bulk
{ "index": {} }
{ "message": "One." }
{ "index": {} }
{ "message": "Two." }
{ "index": {} }
{ "message": "Three." }
In VSCode it fails with the following error
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "The bulk request must be terminated by a newline [\\n]"
}
],
"type": "illegal_argument_exception",
"reason": "The bulk request must be terminated by a newline [\\n]"
},
"status": 400
}
quux00, lukad, Wimpje and mayya-sharipova
Metadata
Metadata
Assignees
Labels
No labels