(no subject)

Hi,

We have two clusters on 0.12 that both go to yellow when there is a
transient network outage. This happens overnight mostly, perhaps some form
of maintenance on the cloud providers part. The cluster never recovers the
connection and both require a restart of their secondary nodes. Is there a
setting I need to change in order to keep this from happening? The relevant
part of the config file is:

cloud:

aws:
    access_key: munged
    secret_key: munged

gateway:
type: s3
s3:
bucket: munged
recover_after_nodes: 2

network:
host: host0

discovery.zen.ping.multicast:
enabled: false

discovery.zen.ping.unicast:
hosts: ["host0:9300","host1:9300"]

...Thanks,
...Ken