|
Is it possible to push out updates to the system/local directory using the deployment server? I tried and ended up deleting the entire system directory on the client machine. Below are the configs I used. deployment client
deployment serverpath to deployment-app /opt/splunk/etc/deployment-apps/system/local |
|
You may be able to, but for reasons you've discovered I would advise against it. You can always create an app to push out various configurations. The app can be as minimal as a few conf files in a dir, ex: ./myapp/default/*.conf But also from above, your targetRepositoryLocation is /opt/splunk/ect/ not /opt/splunk/etc/system/local |
