Hi
I am running cluster with few master and few data nodes.
I want to understand that following setting will only be required for Master nodes or it will require on every Data as well as Master nodes ?
discovery.zen.minimum_master_nodes: 3
gateway.expected_data_nodes: 6
gateway.recover_after_nodes: 2
gateway.recover_after_time: 8m
Thanks a lot.