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

Support opensearch v1.0 #482

Closed
nbrownus opened this issue Sep 23, 2021 · 2 comments · Fixed by #483
Closed

Support opensearch v1.0 #482

nbrownus opened this issue Sep 23, 2021 · 2 comments · Fixed by #483
Labels
enhancement New feature or request

Comments

@nbrownus
Copy link
Contributor

AWS has recently released their version of ES as OpenSearch v1.0. This breaks the version detection being used in elastalert2, forcing pre ES v5 mode to be enabled, causing nothing to work.

AWS does have one way to resolve this, enable "compatibility mode", which must be done when you create the domain. There does not appear to be a way to change it after the fact.

phillbaker/terraform-provider-elasticsearch#218

Also, thank you for keeping this project alive.

@jertel
Copy link
Owner

jertel commented Sep 24, 2021

Thanks for the notice. Someone will need to submit a PR with changes to support both Opensearch without breaking Elasticsearch, preferably without needing to use the compatibility mode. There have been some discussions about Opensearch in the ElastAlert 2 discussions forums, so we are aware that work is going to be needed. Currently the primary ElastAlert 2 maintainers do not use Opensearch so it hasn't been a priority for us. However, if anyone else would like to get a jump on this feel free to submit a PR to get it rolling.

@nsano-rururu nsano-rururu added the enhancement New feature or request label Sep 24, 2021
@nsano-rururu
Copy link
Collaborator

I feel that it needs to be modified to use opensearch-py internally.
https://github.com/opensearch-project/opensearch-py

@nbrownus nbrownus mentioned this issue Sep 24, 2021
6 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants