-
Notifications
You must be signed in to change notification settings - Fork 20
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
Uninitialized constant OpenSearch::Transport::Transport::HTTP::Faraday::VERSION #115
Comments
I'm having the same issue, is there any fix that you found? |
@rajathvan looks like related to below issue on Opensearch Ruby side |
Sharing here my temporary workaround - create a Gemfile containing the known working versions of gems before opensearch-ruby-3.0.0 has been released.
|
Should the dependency |
(check apply)
Steps to replicate
Done by installing plugin via Docker build
excerpt from Dockerfile
I noticed that suddenly, building v1.0.8 of the plugin had some changes in the gems being installed as "dependencies"
Previously (07/27/2023):
Now (09/18/2023):
Now when I deploy the newly built image, I get below error message during Fluentd startup:
When I tried using the image I built on 07/27/2023, I am able to use the plugin successfully - logs are pushed to Opensearch
Provide example config and message
Expected Behavior or What you need to ask
Is there a new required configuration that I have not included in my current config - which I am surprise that I need to update since I did not update my Opensearch plugin version.
Using Fluentd and OpenSearch plugin versions
Docker - image tag v1.16.2-debian-1.0
Docker
v1.16.2-debian-1.0
1.0.8
2.3
The text was updated successfully, but these errors were encountered: