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

Elasticsearch v8 support

Open thoscilo opened this issue 3 years ago • 4 comments

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) 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

thoscilo avatar Apr 06 '23 20:04 thoscilo

Hi together, facing the version 8 imkompatible issue and asking if I can help to verfiy, adjust, push this pull request?

ghost avatar Feb 09 '24 15:02 ghost

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. 🤓

drumadrian avatar Feb 09 '24 21:02 drumadrian

Is this project being maintained still? Ran into this issue trying to get started with this package.

dahovey avatar Jun 25 '24 23:06 dahovey

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: @.***>

drumadrian avatar Jun 26 '24 02:06 drumadrian