hi
I wanna deploy multisite cluster with 2 sites, 1 in-branch and another in a datacenter, I have 1 indexer for each site,
I wanna each site have a copy of another site if the one site goes down, but I really dont understand about site replication factor and search factor. can someone please help me to figure out how to deploy this cluster?
best regards
another question,
i dont understand this line "But when you are bringing it up it don't start to working before both nodes are up."
can you explain it more ?
thank you
thank you for your answer
what happens if I add this configuration on the master node with my architecture?
multisite = true
available_sites = site1,site2
site_replication_factor = origin:1,site1:1,site2:1,total:2
site_search_factor = origin:1,site1:1,site2:1,total:2
replication_factor = 2
best regards