I've read through the docs and come up with a simple test config:
st1:
Deployment Server
$SPLUNK_HOME/etc/deployment-apps contains testapp , which has defaults/inputs.conf and defaults/outputs.conf
$SPLUNK_HOME/etc/system/local/serverclass.conf has
[serverClass:testapp]
[serverClass:testapp:app:*]
filterType = whitelist
whitelist.0 = st2
restartSplunkd = true
splunk list deploy-clients shows
Deployment client: ip=172.16.111.129, dns=st2, hostname=st2, mgmt=8089, build=98164, name=st2, id=connection_172.16.111.129_8089_st2_st2_st2, utsname=linux-x86_64
utsname: linux-x86_64
name: st2
ip: 172.16.111.129
hostname: st2
build: 98164
dns: st2
mgmt: 8089
phoneHomeTime: Thu May 19 09:13:22 2011
id: connection_172.16.111.129_8089_st2_st2_st2
st2:
Deployment client
$SPLUNK_HOME/etc/system/local/deploymentclient.conf contains
[deployment-client]
clientName=st2
[target-broker:deploymentServer]
targetUri = st1:8089
st2 never gets testapp deployed to it. I've had a support ticket open for 8 days on this with no luck. What did I leave out?
Thanks,
jon
... View more