Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Elasticsearch Fails if you choose a version later than 5.5 #65

Open
blacklabrador2 opened this issue May 30, 2018 · 1 comment
Open

Comments

@blacklabrador2
Copy link

Elasticsearch Fails if you choose a version later than 5.5

Consuming the DynamoDB streams into ES 6.0 or greater fails because of strict compliance with content types. In order for the lab to work as is you must use ES 5.5 or lower. Can you please fix this?

@devineja
Copy link

devineja commented Sep 13, 2018

Elasticsearch has changed. req.headers['Content-Type'] = 'application/json'; needs to be added to the Lambda function to make it work now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants