I'm trying to do this:
http://docs.splunk.com/Documentation/Splunk/6.0.1/DistSearch/Deploymentserverandsearchheadpooling
My deploymentclient.conf looked like this:
[target-broker:deploymentServer]
targetUri = owsplunkdeployment.vtex.com.br:8089
serverRepositoryLocationPolicy=rejectAlways
repositoryLocation = /opt/shared/etc/apps
I am taking this error:
Possible typo in stanza [target-broker:deploymentServer] in /opt/splunk/etc/system/local/deploymentclient.conf, line 3: serverRepositoryLocationPolicy = rejectAlways
Possible typo in stanza [target-broker:deploymentServer] in /opt/splunk/etc/system/local/deploymentclient.conf, line 4: repositoryLocation = /opt/shared/etc/apps
And the apps are going to
$SPLUNKHOME/etc/apps
OBS: My distributed search are working fine, when I create an app on a Search Head it goes to the rigth location(the shared folder). The problem occurs only when I try to use the Deployment Server.
Can anyone help me?
... View more