-
Notifications
You must be signed in to change notification settings - Fork 115
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
ImportError: cannot import name 'RequestsHttpConnection' from 'elasticsearch' #91
Comments
Hi, As a quick W/A I have set elasticsearch to last 7.x version in PR #92. Another, local W/A is to call: pip uninstall elasticsearch
pip install elasticsearch==7.17.9 |
I can't downgrade to 7 unfortunately. |
@ffMathy, @drumadrian - I have managed locally fix this problem and update the usage of elasticsearch in version 8.X and successfully ingested logs to my ELK stack. Right now I was able to test it with my custom auth method (LDAP with login and password provided directly - in plans to add as new PR too). I will test other auth methods and create fix PR with result's. |
@ffMathy, @drumadrian - you can check the #93 PR. |
I am getting the following error when I try to use the package:
Here's my
requirements.txt
:The text was updated successfully, but these errors were encountered: