# This app is expected to be layered on top of org_cluster_indexer_base; # the settings there establish the general relationship with the master and # set up clustered indexing behavior. This is another layer to provide the # site number of the host, and to indicate that the clustering should be of # the multi-site variety. # *** This app cannot be shipped via the master-apps mechanism; it would # make all sites the same. Place it in etc/apps on the affected indexer. *** [general] site = {{ splunk_site }} [clustering] multisite = {{ splunk_multisite }}