-
Notifications
You must be signed in to change notification settings - Fork 84
Backport 1.x #49
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
Closed
Closed
Backport 1.x #49
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added script to build docker image based on host's architecture. Supports only arm64 and x86_64, download corresponding base image and build. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Include release drafts similar to other plugins. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Since openseach supports only version 7, remove irrelevant warning message. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Since OpenSearch supports TLS certificate authentication, this plugin should support those mechanism as well. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Checks whether connecting cluster is supported or not. Set connection status to dead if cluster is neither opensearch not oss with major version != 7. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Added version and major version to error message if cluster is not compatible. Signed-ofr-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
…opensearch (opensearch-project#41) * Add new docker building scripts for logstash Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Move build related vars to the top Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
…oject#43) * Add new docker building scripts for logstash Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Move build related vars to the top Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Tweak and improve the docker script comments Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Resolve gem building incorrectly due to move of spec files Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
…ct#45) * Add new docker building scripts for logstash Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Move build related vars to the top Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Tweak and improve the docker script comments Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Resolve gem building incorrectly due to move of spec files Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Remove the gem from docker image after installation Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
* Add the latest tag during the push Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Make rm verbose and remove the # before plugin creation scripts Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
This gem is cryptographically signed. To be sure the gem you install hasn’t been tampered with: Add certs/opensearch-rubygems.pem (if you haven’t already) as a trusted certificate gem cert --add <(curl -Ls certs/opensearch-rubygems.pem) gem install logstash-output-openserach -P HighSecurity The HighSecurity trust profile will verify signed gems, and allow only if all the dependencies are signed. This is created by following https://guides.rubygems.org/security/#building-gems Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Backport #36 #39 #41 #43 #45 #46 #44
Issues Resolved
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.