Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es8 support #518

Merged
merged 1 commit into from
Mar 13, 2024
Merged

es8 support #518

merged 1 commit into from
Mar 13, 2024

Conversation

missinglink
Copy link
Member

@missinglink missinglink commented Mar 13, 2024

this PR modifies the importer such that it works for both elasticsearch v7 & v8
in order to support v8 this PR drops support for v6.

@@ -12,6 +12,7 @@ module.exports = Joi.object().keys({
dataHost: Joi.string(),
s3Options: Joi.string(),
adminLookup: Joi.boolean(),
token: Joi.string(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is actually unrelated but should exist since pelias/config#137

@missinglink missinglink marked this pull request as ready for review March 13, 2024 13:09
@missinglink missinglink merged commit b1daa42 into master Mar 13, 2024
7 checks passed
@missinglink missinglink deleted the remove_type branch March 13, 2024 13:18
@missinglink
Copy link
Member Author

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

Successfully merging this pull request may close these issues.

None yet

1 participant