Hello Experts,
I am setting up new clustered environment with below setup. Need advice on recommended configurations.
Indexer cluster - 2 sites - 1 server each site
Search head cluster - 2 sites - 1 server on 1st site ,2 servers on second site.
cluster master/deployer - 1 server on 1st site
My current configurations based on my readings through splunk docs below.
On indexer cluster master
[clustering]
site_replication_factor = origin:1,site1:1,site2:1,total:2
site_search_factor = origin:1,total:2
replication_factor = 2
On search head members:
[shclustering]
replication_factor = 2
When one of the indexer is stopped, my indexer cluster says "Search Factor is not Met" and "Replication Factor is not Met". Will there be any consequences with this? Any recommended changes to make it a stable set-up?
Also, How can I tell any forwarder (which is sending data to indexer1) to send data to indexer2 if indexer1 goes down?
Thanks,
Naresh
... View more