Skip to content

ElasticSearch index activation #373

@namebrandon

Description

@namebrandon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions