pub const ELASTICSEARCH_API_PORT: ContainerPort;
Available on crate feature elastic_search only.
Expand description

Port that the Elasticsearch container has internally Used for API calls over http, including search, aggregation, monitoring, … Client libraries have switched to using this to communicate to elastic. Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port