We have installed ES 6.2.4 and have 3 master node setup.
- Is there a way to check if auto-election of master node is enabled in case active master goes down?
- do elastic search always do auto-election (or) disabling auto-election is also allowed in some es versions?
Note: we have set "discovery.zen.minimum_master_nodes: 2" such that split brain won't occur.