elastic-transport-python icon indicating copy to clipboard operation
elastic-transport-python copied to clipboard

Transport classes and utilities shared among Python Elastic client libraries

Results 26 elastic-transport-python issues
Sort by recently updated
recently updated
newest added

We have a custom Python script that is used to perform some calculations on elements on an index. During course of calculations, it is necessary to fetch list of timestamps...

Please allow the Elasticsearch client to specify server_hostname. I want to use ip addresses and still have ssl verification work.

Hi, Is there any api/method to get the following when using the ES client. 1. total number of connections (active,closed, stale etc). 2. total number of connection pools (active,closed etc)....

Looks like Aiohttp 4.0 changes a few APIs, we should ensure we're compatible so when 3.6 is finally released our users can use it right away.

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Proposal for adding [aiosonic](https://github.com/sonic182/aiosonic) as transport layer I'm the autor of aiosonic, I may add updates to it if required

This PR adds support for passing a custom authentication class to the `httpx` client (https://github.com/elastic/elasticsearch-py/issues/2933) *with minimal changes*. It is heavily inspired by the existing implementation for the `requests` client....

Currently, the `path_prefix` configuration (i.e. the url path) of the ES host is removed by the httpx client. This PR adds it. `path_prefix` is set by `client_utils.url_to_node_config` (https://github.com/elastic/elastic-transport-python/blob/main/elastic_transport/client_utils.py#L187). It is...

Closes #223 While this does not change any types, it does change the values returned by `str(e)` and `repr(e)`, so I would like to include this in 9.0 only, without...