-
Notifications
You must be signed in to change notification settings - Fork 77
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
Updating CCR telemetry device for OpenSearch. #104
Conversation
222364d
to
99185c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For historical reasons I think it's worth updating the PR description to say that the CCR telemetry device used for xpack Elasticsearch is being replaced with one that works for OpenSearch.
Overall the changes look good to me though. I just have a few small suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good - Please address the following minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. The most recent commit just needs a git commit --amend --signoff
to pass the DCO check
Yep. Just updated the PR with all changes. |
c706645
to
a775a64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Ankit Kala <[email protected]>
Signed-off-by: Ankit Kala [email protected]
Description
This PR replaces the CCR telemetry logic used by xpack Elasticsearch with OpenSearch cross cluster replication plugin.
Issues Resolved
88
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.