Since ES 5.3 you'll see this in the logs if the content type header isn't set: ``` Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header ``` To fix, set the `Content-Type` header to `application/json`