Module elasticsearch::http::transport
source · [−]Expand description
HTTP transport and connection components
Structs
A connection pool that manages the single connection to an Elasticsearch cluster running on Elasticsearch service in Elastic Cloud.
An identifier that uniquely identifies an Elasticsearch cluster running on Elasticsearch service in Elastic Cloud.
A connection to an Elasticsearch node, used to send an API request
A connection pool that manages the single connection to an Elasticsearch cluster.
A HTTP transport responsible for making the API requests to Elasticsearch, using a Connection selected from a ConnectionPool
Builds a HTTP transport to make API calls to Elasticsearch
Enums
Error that can occur when building a Transport
Statics
Default address to Elasticsearch running on http://localhost:9200
Traits
A pool of Connections, used to make API calls to Elasticsearch.