We're setting up an Index Cluster with a Master Node. From the documentation it looks like the Cluster will take care of replicating data and configuration between the Indexers. However, we're also wanting to have multiple search heads that work with the cluster.
What have people used to setup the search heads behind a load balancer. Do we need to use shared storage for the search heads or is there better configuration?
you're looking for search head pooling: http://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Configuresearchheadpooling
you're looking for search head pooling: http://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Configuresearchheadpooling
I remember seeing a press on conf2013 about this as well. Basically, only the knowledge items need to be shared on the search heads.
@gkanapathy did mention something similar to that in his Architecting for Scale talk at .conf 2012, maybe he can shed some light on viable alternatives to search head pooling.
Thanks for the answer. I'd like to avoid using shared storage as this adds complexity. I heard that some folks rsync knowledge bundles between search heads. We don't plan on running scheduled searches on the search heads, but rather have a separate server for that.
Have you seen this as an option?