Every 5 seconds on my deployment server (in a clustered environment), I get this in splunkd.log:
WARN CMConfig - multisite=[true|false] missing from this stanza. Assuming this isn't multisite
I realize it's not a problem per se, but I'd like to add 'multisite = false' in the appropriate stanza in the appropriate config file. I tried adding the following to the $SPLUNK_HOME/etc/system/local/server.conf:
[clustering]
multisite = false
but that didn't help. Any suggestions please? Wait for 6.2? Note: my Cluster Master is a separate server, and it does not display this message in its splunkd.log.
... View more