microscopic-mechanic-13766
07/13/2022, 12:58 PMELASTICSEARCH_HOST
in the Docker-compose you can indicate the host of one of the masters of ES. A normal ES deployment has more than 1 master so that, in case it falls, the tool is still operative.
The problem is that, as in Datahub you can only specify only one master, if that master falls, DataHub users won't be able to do anything until that node recovers from failing.
Is there a way to specify 2 hosts of ES so that this problem is solved??
Thanks in advance!better-orange-49102
07/13/2022, 1:12 PM