-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
At Elasticsearch 6.6.1 do you need to specify the header as JSON.
curl --header "content-type: application/JSON" -XPOST XXX.XXX.XXX.XXX:9200/actresses/_bulk --data-binary @actresses.json;
Without this change, the system shows the and error message:
"{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}%"
I suggest that you inform this alteration to Elasticsearch 6.x at documentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels