Can I add some timeout to cluster-config ?
Seems that if master is not available, this command immediately shows a "Could not contact master" message .
-restart_timeout 900 -cxn_timeout 900 does not work.
bin/splunk edit cluster-config -mode slave -master_uri https://master:8089 -replication_port 9887 -secret mytoken
Or can I add this with force parameter ?
I know that I can run before cluster-config this -> bin/splunk cmd /bin/sleep 60
But this is very ugly solution 😞