A very interesting thread at -
Changing UF outputs.conf using deployment server
It says -
usual method is to :
• create an app in the deployment server in .../etc//deployment-apps//default/outputs.conf
• define a serverclass.conf on the deployment server (to match clients to apps)
• configure the forwarders to point to the deployment-server in deploymentclient.conf
see http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Aboutdeploymentserver
only potential hiccup, if your existing outputs.conf is already in /etc/system/local, then it will have precedence on the one in the deployed app, so move it away first.
... View more