aws-solutions / aws-data-lake-solution

A deployable reference implementation intended to address pain points around conceptualizing data lake architectures that automatically configures the core AWS services necessary to easily tag, search, share, and govern specific subsets of data across a business or with other external businesses.
https://aws.amazon.com/solutions/implementations/data-lake-solution/
Apache License 2.0
401 stars 160 forks source link

latest npm package for elasticsearch 16.x is not working. #38

Closed sardbaba closed 4 years ago

sardbaba commented 5 years ago

Here: https://github.com/awslabs/aws-data-lake-solution/blob/fa800dd1b2339184377742a6dc96b1e53f47b6ff/source/api/services/search/package.json#L11

must be changed with something like:

"elasticsearch": "^15.1.1",

in order to work with the current code.

Or the current code should be changed in order to work with indexes with more than one type (see also https://discuss.elastic.co/t/unable-to-create-index-with-more-that-1-type-in-6-x/106089 and https://www.elastic.co/blog/index-type-parent-child-join-now-future-in-elasticsearch)

ericquinones commented 5 years ago

Thank you for letting us know. We've added this to our backlog and will evaluate in future releases. Please keep an eye on repository for updates.

georgebearden commented 4 years ago

To maintain overall consistency of versions across all API services, the elasticsearch npm package is locked down to "^14.2.2" in the latest commit.