-
Notifications
You must be signed in to change notification settings - Fork 15
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
Namespace changes #5
Conversation
lib/logstash/inputs/opensearch/patches/_opensearch_transport_http_manticore.rb
Show resolved
Hide resolved
spec/inputs/opensearch_spec.rb
Outdated
@@ -47,15 +47,15 @@ | |||
end | |||
|
|||
it_behaves_like "an interruptible input plugin" do | |||
let(:esclient) { double("elasticsearch-client") } | |||
let(:esclient) { double("opensearch-client") } |
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.
should we change "esclient" to something like "osclient"?
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.
@VijayanB would you like to comment
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.
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/patches/_opensearch_transport_http_manticore.rb
Show resolved
Hide resolved
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
4dcabc8
to
7051785
Compare
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
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.