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

Python Elasticsearch handler for the standard python logging framework

Results 47 python-elasticsearch-logger issues
Sort by recently updated
recently updated
newest added

Elasticsearch introduced braking change in version 8.0 by: - removing RequestsHttpConnection - removing use_ssl from Elasticsearch class - supports only Python 3.6+ SSL is not set as 'scheme' string (http/https)...

Return base index name and don't append date string to index name for IndexNameFrequency.NONE [Update UT for None to IndexNameFrequency](https://github.com/cmanaha/python-elasticsearch-logger/commit/73f0490d07f1d0c6440434c23bef53649b32badd)

Update read me to markdown formatting. Update setup.py to read md file and add long_description_content_type to md.

Version 8+ brakes functionality as RequestsHttpConnection is removed. fixes: - https://github.com/cmanaha/python-elasticsearch-logger/issues/91

I am getting the following error when I try to use the package: > File "/usr/local/lib/python3.7/site-packages/elasticecslogging/handlers.py", line 14, in > from elasticsearch import Elasticsearch, RequestsHttpConnection > ImportError: cannot import name...

Add NLTM authorization method. Needed to work in Docker and log in using Windows domain credentials. Extends functionality of Kerberos support. User can provide specific user name and user password.

https://app.asana.com/0/1207390346683877/1207266436305133/f