Hi all,
I have a TA deployed using the deployment server. The config files are deployed to different folders in bin and local.
/opt/splunk/etc/apps/TA/bin/folder/*.conf
/opt/splunk/etc/apps/TA/local/inputs.conf
/opt/splunk/etc/apps/TA/bin/*.sh
Where can I add files now locally within the TA that remain untouched and will not be overwritten by the Deployment server?
Best ,
N.
Hi,
There is a setting in serverclass.conf that has this function: excludeFromUpdate
Documentation:
https://docs.splunk.com/Documentation/Splunk/8.2.2/Updating/Excludecontent
Hope this helps