throw new ClusterPeersException("Could not find a cluster peer with guid: "
+ guid + ", at cluster master: " + clusterPeers.getService().getHost());
}
public static ClusterMaster create() {
return new ClusterMaster(new ClusterConfig(
SplunkIndexedLayerFactory.getLoggedInSplunkService()),
ClusterPeersProvider.create());
}