What is the algorithm used to determine captaincy in a Splunk search head cluster?
What is the algorithm used to determine captaincy in a Splunk search head cluster?
The correct algorithm used to determine captaincy in a Splunk search head cluster is Raft distributed consensus. Raft is a distributed consensus algorithm that is commonly used to manage a replicated log. It is designed to be easy to understand and implement, and it ensures that a majority of nodes in a cluster agree on decisions, such as which node should act as the captain in a Splunk search head cluster.
A is correct
Raft distributed consensus Reference: Cluster-Admin PDF
A is correct Page 140 Cluster-Admin PDF
https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Connectclustersearchheadstosearchpeers