Hello, I would like to manually deploy a splunk TA app to a server that is configured to receive apps from it's deployment server. I am concerned that if I manually deploy an app, the deployment server will remove it next time the deployment client restarts. The reason I would like to do this is because the splunk TA that I am installing does not support deployment by the deployment server. Please advise how to work around this.
" the deployment server will remove it next time the deployment client restarts.
This will only happen if your deployment server is configured to send such an app (an empty app or an disabled version of it)
by default, it will not touch any local apps that are not "managed" by it's serverclass.conf
However, it can be an extra complexity later to manage if you have a mix of manual and automatically deployed apps.
Hi @ richnavis
Take a look if by adding this line to severclass.conf works for you.
excludeFromUpdate = location of your app.
Thanks
" the deployment server will remove it next time the deployment client restarts.
This will only happen if your deployment server is configured to send such an app (an empty app or an disabled version of it)
by default, it will not touch any local apps that are not "managed" by it's serverclass.conf
However, it can be an extra complexity later to manage if you have a mix of manual and automatically deployed apps.
Thanks yannK.... I went ahead and tested this and that is exactly what happens. Splunk does not remove it.
I agree that having a mixture of manual and auto apps could be confusing, and that is not what I'd prefer to do, but it appears the splunk documentation suggest that deploying the splunk_ta_aws app should'nt be done by the deployment server when deploying to the heavy forwarder. Anyway, your wisdom helped. Thanks!