-
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
AWS ElasticSearch endpoint #35
Comments
I guess I just have to use Another point I found: in the README, the AWS signing is already explained, but also in the README I read the auth options are: NO_AUTH, BASIC_AUTH, KERBEROS_AUTH. When I install the library through pip, I also don't see |
When installing it from pip from scratch, I do get the latest version. I guess pip just thought it already had version 1.0.0 and didn't update it anymore. |
Yep, the https vs use_ssl seems to be misleading. Something to add to the next version, I guess. I'll leave this issue open and take care of it as son as I get some time. As for this handler there is no formal roadmap at the moment. I took a few collaborations on the project and added features as people were sending over their PR's. I'm not entirely sure there enough scope for a formal roadmap. In fact, I had a catch up a few weeks ago with Rasmus; Seems APM agents and modules are heading in a similar direction. I'd be quite happy if eventually all this ends up in an open source module (APM python module) backed by elastic (curating and maintaining OS projects takes time!)... In the meanwhile I'll keep taking contributions and maintaining this package. |
I have the following configuration in my Django:
When logging something, I get the following error:
It seems like it cannot recognize the endpoint when I specify the protocol
https
. If I don't specify the protocol, it automatically prependshttp
in front of it.The text was updated successfully, but these errors were encountered: