Is it possible to make deployment server to manage only configuration part of DB Connect app? Basically, I like etc\apps\dbx\local folder to be managed by DP server. I have given a try by adding in serverclass, but the whole dbx folder is wiped and left only local folder. Any suggestion?
Thanks!
Deployment server can only manage an entire app at a time. However, I believe you do not need to put the configuration for DB Connect in the same app directory as DB Connect itself. You should be able to create a new app, e.g., "dbxconfig", put a "local" directory in there, and rely on the Splunk configuration system to make those config settings available to the DB Connect binaries. This does depend on the DB Connect code loading config using Splunk config API calls, rather than directly reading specific file paths itself, but I believe that DB Connect does do this.
http://docs.splunk.com/Documentation/Splunk/5.0.4/admin/Aboutconfigurationfiles
Deployment server can only manage an entire app at a time. However, I believe you do not need to put the configuration for DB Connect in the same app directory as DB Connect itself. You should be able to create a new app, e.g., "dbxconfig", put a "local" directory in there, and rely on the Splunk configuration system to make those config settings available to the DB Connect binaries. This does depend on the DB Connect code loading config using Splunk config API calls, rather than directly reading specific file paths itself, but I believe that DB Connect does do this.
http://docs.splunk.com/Documentation/Splunk/5.0.4/admin/Aboutconfigurationfiles
does not work for me using dbx 1.1.4
database.conf gets detected outside of dbx app however inputs don't seem to
Thanks a lot. Have tried it out and worked great. So basically I can move the whole dbx\local folder to my own managed app which will pick up first before dbx.