Tomasz Hoscilo

Results 5 issues of Tomasz Hoscilo

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

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.