Open thoscilo opened 1 year ago
Hi together, facing the version 8 imkompatible issue and asking if I can help to verfiy, adjust, push this pull request?
Hi @cgi-gerlando-caldara and @thoscilo
Would you like to meet and merge this outstanding Pull Request with the others?
I need to construct a test cluster in AWS se we can make sure everything works.
Thank you Sincerely,
Adrian 863-202-0801
P.S. I live in San Diego California and I am in the middle of scaling up a company I started. Time is scarce. I rarely get sleep, but I am happy to spend a day working on this project with you both. 🤓
Is this project being maintained still? Ran into this issue trying to get started with this package.
yes, but i will take some time to review and merge all the PRs.
i am currently unemployed and working on a startup full time.
if you are willing to meet we might be able to fix it all in 8 hours of coding, testing, and merging.
sincerely,
Adrian
On Tue, Jun 25, 2024 at 4:37 PM David Hovey @.***> wrote:
Is this project being maintained still? Ran into this issue trying to get started with this package.
— Reply to this email directly, view it on GitHub https://github.com/cmanaha/python-elasticsearch-logger/pull/93#issuecomment-2190206279, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSE2RGSSI5OM6G5VIN7TATZJH5LPAVCNFSM6AAAAAAWV3UJZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJQGIYDMMRXHE . You are receiving this because you commented.Message ID: @.***>
Elasticsearch introduced braking change in version 8.0 by:
SSL is not set as 'scheme' string (http/https) in host dict. Custom authorization need to set node_class to requests.
Current code is working with: elasticsearch 8.7.0
Reference: https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html#_changed
Fixes: https://github.com/cmanaha/python-elasticsearch-logger/issues/91