Let me explain with scenario. I have below savedsearch.conf file on SHC member's directory /splunk/etc/apps/my_apps/local/ savedsearch.conf [sample_stanza] x = sample_value I want to edit(overwrite) the file as below. savedsearch.conf [sample_stanza] x = new_value If I edit savedsearch.conf file in /splunk/etc/shcluster/apps/my_apps/local/ on deployer and push it to SHC members as local_only mode, it will not change the value of x to new value since the existing config has precidence. So in this case how can I overwirte the value of x = new_value in SHC members using deployer ?
... View more