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

Enable indexing to OpenSearch v2.16 #204

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

marians
Copy link
Member

@marians marians commented Aug 19, 2024

Towards https://github.com/giantswarm/giantswarm/issues/26502

This PR updates our indexing code, which so far was used against ElasticSearch v6.8, to use OpenSearch v2.16. The goal is to replace our very old ElasticSearch with a more powerful and up-to-date component, to get rid of some problems with the old ElasticSearch.

This includes these changes:

  • The need to authenticate for API access with basic authentication (username, password)
  • It is no longer possible/necessary to specify a document type when indexing, as each index only supports one document type.
  • We are switching to the opensearch-py client, owned by the same project/community that maintains OpenSearch itself.

@marians marians self-assigned this Aug 19, 2024
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.

1 participant