Provides components to build a buffer-backed channel for publishing events to distributed systems over HTTP through Elastic.Transport
$ dotnet add package Elastic.Ingest.TransportIntegrates the Elastic.Transport HTTP layer with the Elastic.Channels buffering infrastructure.
Most users install Elastic.Ingest.Elasticsearch which pulls this package in as a transitive dependency.
TransportChannelBase<TChannelOptions, TEvent, TResponse> — abstract channel that sends buffered batches over ITransportnet8.0+Elastic.Ingest.Elasticsearch ← strategies, channels, orchestrators
↓
Elastic.Ingest.Transport ← ITransport integration (this package)
↓
Elastic.Channels ← buffered channel infrastructure
Full documentation: https://elastic.github.io/elastic-ingest-dotnet/