Hi, I have quick question about the conection with...
# all-things-deployment
m
Hi, I have quick question about the conection with ElasticSearch. With the property
ELASTICSEARCH_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!