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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...