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

Deploy shared OpenSearch onto the cluster #21

Closed
keithgg opened this issue Feb 26, 2023 · 4 comments
Closed

Deploy shared OpenSearch onto the cluster #21

keithgg opened this issue Feb 26, 2023 · 4 comments
Labels
good first issue A good task for a newcomer to start with

Comments

@keithgg
Copy link
Contributor

keithgg commented Feb 26, 2023

There is already an implementation for running Shared Elasticsearch on the cluster. Implement a similar solution for OpenSearch. This is not to replace the ES configuration, but rather live alongside it.

Notes for implementation:

  • Most config values that contain "elasticsearch" will now be "opensearch"
  • The certificates generated will likely work with OpenSearch except for some naming issues.
  • Users and roles are created using the ElasticSearch API. It shouldn't require any changes except for updating URL.
@antoviaque antoviaque added the good first issue A good task for a newcomer to start with label Mar 3, 2023
@cmltaWt0
Copy link
Contributor

cmltaWt0 commented Apr 4, 2023

@bradenmacdonald Let me try to move the issue forward.

@felipemontoya
Copy link
Member

This work is being tracked in the PR: #31

@cmltaWt0
Copy link
Contributor

PR is ready for review.

felipemontoya pushed a commit that referenced this issue Jul 12, 2023
* feat: add OpenSearch

* feat: unify ElasticSearch and OpenSearch configuration

Changes:
- set the same cluster and service name
- unify tutor plugin configuration variables
@cmltaWt0
Copy link
Contributor

Closing the issue. PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good task for a newcomer to start with
Projects
Development

No branches or pull requests

4 participants