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

Namespace changes #5

Merged

Conversation

naveentatikonda
Copy link
Member

Signed-off-by: Naveen Tatikonda navtat@amazon.com

Description

Delete docs and make the following namespace changes:
Elasticsearch -> OpenSearch
ES -> OpenSearch
es -> opensearch
elasticsearch -> opensearch

Issues Resolved

#4

Check List

  • Commits are signed per the DCO using --signoff

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.

@naveentatikonda naveentatikonda requested a review from a team as a code owner February 22, 2022 21:57
spec/opensearch_helper.rb Outdated Show resolved Hide resolved
spec/opensearch_helper.rb Outdated Show resolved Hide resolved
@@ -47,15 +47,15 @@
end

it_behaves_like "an interruptible input plugin" do
let(:esclient) { double("elasticsearch-client") }
let(:esclient) { double("opensearch-client") }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we change "esclient" to something like "osclient"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VijayanB would you like to comment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked with Vijay offline, we can make it "opensearch_client" or "client". We can't update it to "osclient" as os stands for "operating system". To make it simple, I updated it to "client".

lib/logstash/inputs/opensearch.rb Show resolved Hide resolved
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
@naveentatikonda naveentatikonda merged commit c56ef92 into opensearch-project:main Feb 23, 2022
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.

4 participants