IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Integrations
editIntegrations
editYou can find integration options and information on this page.
Transport
editThe Transport
class is a subclass of the
Connection Layer API
that contains all the classes that are responsible for handling the connection
to the Elasticsearch cluster.
The Transport
class is an encapsulation of the transport-related logic of the
Python client. For the exhaustive list of parameters, refer to the
documentation.
Transport classes
editThe Transport
classes can be used to maintain connection with an Elasticsearch cluster.
For the reference information of these classes, refer to the
documentation.