Hello going through documentation on how to deploy a multi site index cluster. The documentation on the course though suggests completing the installation in this order License Master Cluster Master Indexer Indexer Indexer Search Head Link them all together to a single site cluster. It then suggests to complete a multi site cluster with the following commands
./splunk edit cluster-config -mode manager -multisite true -site site1 -available_sites site1,site2 -site_replication_factor origin:1,total:2 -site_search_factor origin:1,total:2 -replication_factor 1 -search_factor 1 -secret idxcluster ./splunk edit cluster-config -site site1 ./splunk restart ./splunk edit cluster-config -site site1 ./splunk restart etc Anyway, my question is, is there a short cut to configuring a multi site cluster without having to configure a single site cluster first and then moving to a multi site cluster? And if there is, what is the commands? Many thanks
... View more