python-elasticsearch-logger icon indicating copy to clipboard operation
python-elasticsearch-logger copied to clipboard

For Elasticsearch 6.3.1 - connection_class issue

Open adevedo opened this issue 6 years ago • 1 comments

I cannot make the module work correctly with Elasticsearch 6.3.1, It is failing if I used the code as is, if I removed the line connection_class=RequestsHttpConnection, it works correctly

Exception Raised:

elasticsearch.exceptions.SerializationError: Unknown mimetype, unable to deserialize: text/html

adevedo avatar Jul 17 '18 05:07 adevedo

Thanks a lot for the feedback.

At some point I'd like to pick up this project back again and update all references, tests, etc to Elastic 6.X latest versions. Contributions are welcome. I'll be happy also to open admin access to manage the project and make sure the testing, coverage, packaging , etc keeps up with good standards. Otherwise, I'll try to pickup this as soon as I have some time.

cmanaha avatar Sep 24 '18 21:09 cmanaha