Hi All,
I'm trying to create a sh cluster, here are the sequential things that I have. Please correct me.
On the deployer
[shclustering]
pass4SymmKey = shc@cluster
shcluster_label = sh_cluster
restart the deployer
On all the search heads except deployer
splunk init shcluster-config -auth admin:changeme -mgmt_uri https://respective_sh_ip:mgmt_port -replication_port rep_port -replication_factor 2 -conf_deploy_fetch_url https://deployer_ip:mgmt_port -secret shc@cluster -shcluster_label sh_cluster
restart the search heads after the configuration.
Only on one search head and not deployer
splunk bootstrap shcluster-captain -servers_list "https://sh1_ip:mgmt_port,https://sh2_ip:mgmt_port,https://sh3_ip:mgmt_port" -auth admin:admin
Push configurations from deployer to sh member.
create a app and moved it to etc/shcluster on deployer, then
splunk apply shcluster-bundle -target https://sh1_ip:mgmt_port
Thanks,
Allan
... View more