You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
583 B
16 lines
583 B
# 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 }}
|
|
|