I need to configure new search heads to an existing search head cluster, currently with a replication factor of 3. When I add the new search heads, should I increase the replication factor?
Please suggest me of any possible issues. Should I keep the replication factor as 3?
**Command to configure the new search head:**
./splunk init shcluster-config -auth admin:pw -mgmt_uri:mgmt_port <>:8089 -replication_port 8087 **-replication_factor 3** -conf_deploy_url (ip of dep_server)-secret (pw)
**Command to add to the cluster:**
./splunk add shcluster-member -current_member_uri:mgmt_port (fqdn of any current member uri):8089
↧