Hi all,
When creating an Elasticsearch cluster using Docker with multiple nodes, where each one runs on its own host, a problem arises when forming the cluster when the containers are raised, because it cannot be formed correctly due to not being able to perform the discovery between the nodes.
In the case of using a Host or Bridge type network, it is generated because the values of the Discovery.seed_hosts and cluster.initial_master_nodes properties do not match those of the containers.
Could you suggest a way to solve this problem?