Skip to main content

Module elastic_search

Module elastic_search 

Source
Available on crate feature elastic_search only.
Expand description

Elasticsearch (distributed search engine) testcontainer

Structs§

ElasticSearch
Module to work with Elasticsearch inside of tests.

Constants§

ELASTICSEARCH_API_PORT
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
ELASTICSEARCH_INTER_NODE_PORT
Port that the Elasticsearch container has internally. Used for nodes to communicate between each other and handles cluster updates naster elections, nodes leaving/joining, … Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port