The following is the response from every Curl call to ES.. It appears that this is an ES issue?
This is output from my local machine (OSX) curling to the Herd instance created by CloudFormation (artifact jar 0.65).
curl -X POST \
> --header 'Content-Type: application/json' \
> --header 'Accept: application/json' \
> -d '{"searchIndexType": "BUS_OBJCT_DFNTN"}' \
> http://myip:8080/herd-app/rest/searchIndexes
{"statusCode":400,"statusDescription":"Bad Request","message":"unable to detect content type from source []","messageDetails":[]}
I have tried the same from Postman and see the same response.
The following is the response from every Curl call to ES.. It appears that this is an ES issue?
This is output from my local machine (OSX) curling to the Herd instance created by CloudFormation (artifact jar 0.65).
I have tried the same from Postman and see the same response.