Deployment Architecture

Possible typo in stanza (serverRepositoryLocationPolicy) Splunk 6.0.1

thslopes
Explorer

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?

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Those two key-value pairs in line 3 and 4 don't belong in the target-broker:deploymentServer stanza. See http://docs.splunk.com/Documentation/Splunk/6.0.1/Admin/Deploymentclientconf for reference, your case is roughly the example #2 from there:

[deployment-client]
serverRepositoryLocationPolicy = rejectAlways
repositoryLocation = $SPLUNK_HOME/etc/apps

[target-broker:deploymentServer]
targetUri= deploymentserver.splunk.mycompany.com:8089

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Those two key-value pairs in line 3 and 4 don't belong in the target-broker:deploymentServer stanza. See http://docs.splunk.com/Documentation/Splunk/6.0.1/Admin/Deploymentclientconf for reference, your case is roughly the example #2 from there:

[deployment-client]
serverRepositoryLocationPolicy = rejectAlways
repositoryLocation = $SPLUNK_HOME/etc/apps

[target-broker:deploymentServer]
targetUri= deploymentserver.splunk.mycompany.com:8089
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...