Hello,
I am new to Splunk.
I am trying to deploy an indexer cluster (single-site) as the diagram in the docs suggest that we need to connect every forwarder to each and every single peer in the cluster. My question is, if am using my custom index (ExampleIndex), do I need to create this index on every peer node (either using WEB OR INDEXES>CONF) or no need of creating index on every peer node??
Thanks,
SK
Yes, but you do it using the configuration bundle aka "cluster bundle" instead:
http://docs.splunk.com/Documentation/Splunk/6.0/Indexer/Updatepeerconfigurations
The cluster bundle will contain an indexes.conf and it will distribute out from the index/peer master.
Yes, but you do it using the configuration bundle aka "cluster bundle" instead:
http://docs.splunk.com/Documentation/Splunk/6.0/Indexer/Updatepeerconfigurations
The cluster bundle will contain an indexes.conf and it will distribute out from the index/peer master.
You know technically you don't have to create it on every indexer/peer but then you can't use the replication and benefits of the cluster.
I also didn't mention that you have to put a setting in the indexes.conf to make it replicates across the peers.
It's called repFactor and usually you set it equal to auto:
repFactor=auto