<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is the best way to remove local config in a Search Head Cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268364#M10234</link>
    <description>&lt;P&gt;We don't care about private stuff.  If you bork your Splunk, that's your problem.  If you bork SOMEBODY ELSE'S Splunk, then &lt;EM&gt;we&lt;/EM&gt; have a problem.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 19:16:47 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-07-17T19:16:47Z</dc:date>
    <item>
      <title>What is the best way to remove local config in a search head cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268333#M10203</link>
      <description>&lt;P&gt;Scenario:&lt;BR /&gt;Anyone using a SHC (Search Head Cluster) implements apps from the Deployer. The deployer collapses the local and default config directories into default and pushes the config to the SHC members.&lt;/P&gt;
&lt;P&gt;After normal usage, some of the knowledge objects in the app have evolved (like a savedsearch or a macro has been modified).&lt;/P&gt;
&lt;P&gt;Eventually a new version of the app comes out and it has a butt kickin' nice new version of that very knowledge object. So, I stage the new version of the app on the deployer and push it out.&lt;/P&gt;
&lt;P&gt;Unfortunately, the local folder edit of the knowledge object still takes precedent and the sweet new version (sitting in the default directory on the SHC members) is ignored.&lt;/P&gt;
&lt;P&gt;How do we eliminate our version of the config and revert back to the one in the local directory?&lt;/P&gt;
&lt;P&gt;Since we can't delete the edited version of the knowledge object from the UI, and we can't manually edit the conf file, what is the recommended way to address this?&lt;/P&gt;
&lt;P&gt;More detail:&lt;BR /&gt;If you use the Deployer to send the &lt;A href="https://splunkbase.splunk.com/app/1274/" target="_blank" rel="noopener"&gt;splunk_app_aws&lt;/A&gt; to your Search Head Cluster you'll then have a bunch of cool knowledge objects that you can edit. Let's pretend I want to edit &lt;CODE&gt;aws-accesslog-sourcetype(1)&lt;/CODE&gt; to adjust it for my environment. Before the edit, this config lives ONLY in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/default/macros.conf&lt;/CODE&gt; on the Search Head Cluster Members. I make the my change in the UI and the result is this:&lt;BR /&gt;&lt;IMG src="https://community.splunk.com/storage/temp/174342-screen-shot-2016-12-08-at-14653-pm.png" border="0" alt="alt text" /&gt;&lt;BR /&gt;Notice my new definition of &lt;CODE&gt;blah&lt;/CODE&gt; but no way to delete or revert back. There is now a corresponding version of this macro on the Search Head Cluster Members in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/local/macros.conf&lt;/CODE&gt; defined as &lt;CODE&gt;blah&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;Now let's pretend that after some time, I want to remove my change and go back to the version provided in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/default/macros.conf&lt;/CODE&gt; - with a single search head OR a search head pool, I can simply remove the corresponding stanza in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/local/macros.conf&lt;/CODE&gt; with a text editor and restart the instance thereby allowing the version in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/default/macros.conf&lt;/CODE&gt; to take affect.&lt;/P&gt;
&lt;P&gt;Unfortunately, you cannot make manual edits to configuration in a Search Head Cluster. So is there a parallel way to remove your &lt;CODE&gt;$SPLUNK_HOME/etc/apps/splunk_app_aws/local/macros.conf&lt;/CODE&gt; version in a Search Head Cluster?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:23:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268333#M10203</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2022-08-10T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268334#M10204</link>
      <description>&lt;P&gt;You should be able to delete the edited version from the UI, and it will not delete the version sitting in default.&lt;/P&gt;

&lt;P&gt;Another method might be to "blank out" the local version via editing using the UI.&lt;/P&gt;

&lt;P&gt;In the backend this would "mash" together like this:&lt;/P&gt;

&lt;P&gt;Default savedsearches.conf:&lt;BR /&gt;
[awesomeSearch]&lt;BR /&gt;
awesomeNewSettings &lt;BR /&gt;
...&lt;BR /&gt;
more new greatSTuff&lt;/P&gt;

&lt;P&gt;Local savedsearches.conf:&lt;BR /&gt;
[awesomeSearch]&lt;BR /&gt;
...nothing here...&lt;/P&gt;

&lt;P&gt;When those mash together at "read config time" you'd only get the "awesomeNewSettings".&lt;/P&gt;

&lt;P&gt;But does this all work?  I cant test right now, so it's purely theory.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268334#M10204</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-12-07T19:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268335#M10205</link>
      <description>&lt;P&gt;First, I assume you meant to say &lt;STRONG&gt;default&lt;/STRONG&gt; here:  How do we eliminate our version of the config and revert back to the one in the &lt;STRONG&gt;&lt;EM&gt;local&lt;/EM&gt;&lt;/STRONG&gt; directory?  &lt;/P&gt;

&lt;P&gt;If you want to remove all the local conf files here is a simple command line that will do it very quickly on a search head.&lt;/P&gt;

&lt;P&gt;WARNING: backup of etc/apps recommended first!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool check --debug | egrep ^Checking.+/apps.+/local | sed -e 's/Checking: //' | xargs rm
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could add another grep in the list if you want to limit it to only certain apps.&lt;/P&gt;

&lt;P&gt;Be careful, good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 20:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268335#M10205</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-12-07T20:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268336#M10206</link>
      <description>&lt;P&gt;Nah, you can't delete from the UI. For example, you can edit a macro that comes from the AWS app and the UI doesn't provide a way to delete your edit to revert back to the &lt;CODE&gt;default&lt;/CODE&gt; version.&lt;/P&gt;

&lt;P&gt;Setting a value to blank in the UI would leave an entry in the conf file but with no value - effectively unsetting the parameter. This would still override the version in &lt;CODE&gt;default&lt;/CODE&gt; with a value of nothing.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 18:38:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268336#M10206</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-12-08T18:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268337#M10207</link>
      <description>&lt;P&gt;Nope. I mean to ask how we delete our change (in &lt;CODE&gt;local&lt;/CODE&gt;) and revert back to the on that came out of the box (in &lt;CODE&gt;default&lt;/CODE&gt;).&lt;/P&gt;

&lt;P&gt;You can't edit or delete conf files in a Search Head Cluster - it will render the Cluster out of sync. I tried to articulate that in the first post with this "Since we can't delete the edited version of the knowledge object from the UI, and we can't manually edit the conf file, what is the recommended way to address this?" I'll try to edit the post to be more clear.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 18:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268337#M10207</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-12-08T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268338#M10208</link>
      <description>&lt;P&gt;Your right, you have to stop all of the SHC members, run those deletes then start the cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268338#M10208</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-12-08T20:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268339#M10209</link>
      <description>&lt;P&gt;Wouldn't that still break the RAFT sync for the SHC?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268339#M10209</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-12-09T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268340#M10210</link>
      <description>&lt;P&gt;This also doesn't work with a REST command:&lt;/P&gt;

&lt;P&gt;$ curl -k --request DELETE &lt;A href="https://host:port/servicesNS/nobody/splunk_app_aws/configs/conf-macros/aws-accesslog-sourcetype%281%29"&gt;https://host:port/servicesNS/nobody/splunk_app_aws/configs/conf-macros/aws-accesslog-sourcetype%281%29&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;msg type="ERROR"&amp;gt;Object id=aws-accesslog-sourcetype(1) cannot be deleted in config=macros.&amp;lt;/msg&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:39:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268340#M10210</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-12-09T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268341#M10211</link>
      <description>&lt;P&gt;The ways I can think of would be to either:&lt;BR /&gt;
1. Stop all SHC members, remove the local folder for the app, start them up again.&lt;BR /&gt;
2. Move the app off the SHC deployer, let the SHC delete the app from themselves, redeploy.&lt;BR /&gt;
3. I've never tried this, but maybe it could work: instead of using the SHC deployer, deploy everything to the SHC captain from a regular deployment server or manually and see if it'll replicate everything across the rest of the members anyways. &lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:27:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268341#M10211</guid>
      <dc:creator>goodsellt</dc:creator>
      <dc:date>2016-12-09T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268342#M10212</link>
      <description>&lt;P&gt;Yea, but I don't think any of us are really satisfied with those, right?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I have a feeling this is likely to produce a sync issue with RAFT and would not really be supported&lt;/LI&gt;
&lt;LI&gt;Def would work, but before you move it off the deployer, you'd have to throw a copy of the SHC member's local folder on the version to get re-deployed from the deployer, otherwise you'd lose all the Knowledge Objects folks created&lt;/LI&gt;
&lt;LI&gt;This sounds like bad-news-bears and I'm sure any problems would not be supported.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Essentially, option 2 is the best but I've also submitted a feature request for this. Essentially, the non-SHC usage of splunk allowed this scenario to be addressed trivially and as such, no deliberate feature needed to be created to support it.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 13:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268342#M10212</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-12-12T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268343#M10213</link>
      <description>&lt;P&gt;Yea they're all bad, but it's a side effect of the odd design choice to have a "deployment" master server which then can start having radically different versions from the captain and the other SHC members. Good idea for a feature request, seems like something they need to address in one way or the other.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 14:04:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268343#M10213</guid>
      <dc:creator>goodsellt</dc:creator>
      <dc:date>2016-12-12T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268344#M10214</link>
      <description>&lt;P&gt;If you edit a local config to be exactly the same as the deployed default, does that make the local go away?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 23:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268344#M10214</guid>
      <dc:creator>alisterwhipp</dc:creator>
      <dc:date>2017-03-27T23:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268345#M10215</link>
      <description>&lt;P&gt;No. I talked with some Splunkers internally and learned that some Knowledge Objects have that behavior but not all. For many types of Knowledge Objects it merely persists a local config of the string you entered regardless of if it matches what was originally in default. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 12:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268345#M10215</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-03-28T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268346#M10216</link>
      <description>&lt;P&gt;I did wonder.  It would require exactly matching.&lt;BR /&gt;
For dashboards what we've been doing is removing the dashboard on the deployment, deleting on the shc, then re-adding via deployer.  This of course means that dashboard is actually missing in action for as long as it takes to re-deploy after deleting the local.  And, I have no idea if this would work for anything stored in savedsearches.conf.  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 21:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268346#M10216</guid>
      <dc:creator>alisterwhipp</dc:creator>
      <dc:date>2017-03-28T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268347#M10217</link>
      <description>&lt;P&gt;Thankyou for submitting the feature request, this is one of the most frustrating things relating to search head clustering. I've got quite a few enhancement requests open and I'm noticing the ones I'm finding on the forums are generally not implemented.&lt;/P&gt;

&lt;P&gt;I've seen other companies ignore feature requests for years , I'm hoping Splunk is different!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 08:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268347#M10217</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-29T08:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268348#M10218</link>
      <description>&lt;P&gt;I have asked atleast 5 questions on same issues. This default and local is such a hardwork on clusters and I hope Splunk will look into this&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:40:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268348#M10218</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-03-29T10:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268349#M10219</link>
      <description>&lt;P&gt;This is always a problem with Splunk whereby from Deployer it pushes to "default" in SH members. What we do is&lt;BR /&gt;
- Strict Control for End Users by process and roles:  They cannot create dashboards/config elements on Apps. But only on personal space. If anything to be deployed to App, it should come to Splunk Platform team and will be deployed via deployer&lt;BR /&gt;
- In case if you have a local entry, the splunk engineer should merge this after carefully looking into source-control + deployer. Then sh-deploy and wait for it to finish.  Then STOP all SH members , delete it from all at same time from local, clear raft. Restart and redeploy again from deployer to make it 100% sure.&lt;/P&gt;

&lt;P&gt;But if you have this problem already, the only reliable workaround I've found is&lt;BR /&gt;
- STOP all the search heads at the approximate time.&lt;BR /&gt;
- Take backup of files in "local" directory.  i.e.  /opt/splunk/etc/apps//local/.conf&lt;BR /&gt;
- Ensure all SEarch heads are stopped .( Yes, I know this is impacting.. but hey.. its SHC pain)&lt;BR /&gt;
- Remove the local file itself from all search heads. Dont edit it.&lt;BR /&gt;
- Start search heads and do a redeploy from deployer&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:44:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268349#M10219</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-03-29T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268350#M10220</link>
      <description>&lt;P&gt;How do you delete on the SHC? If you do it on the filesystem you run the risk of a config mismatch...&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 12:20:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268350#M10220</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-03-31T12:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268351#M10221</link>
      <description>&lt;P&gt;I just tried this but it did not work for me:&lt;BR /&gt;
1. Deleted dashbaord (xml file) on deployer&lt;BR /&gt;
2. Applied the shcluster-bundle&lt;BR /&gt;
3. Went to delete the dashboard on a Search Head but the delete option is still not available.&lt;BR /&gt;
4. Verified on each SHCluster member in the app's default directory that the dashboard (xml file) is no longer present.  It is now only in the local directory.&lt;BR /&gt;
5. I restarted Splunk on one of the Search heads and still can not delete the (now local only) dashboard there.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268351#M10221</guid>
      <dc:creator>gn694</dc:creator>
      <dc:date>2018-03-22T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to remove local config in a Search Head Cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268352#M10222</link>
      <description>&lt;P&gt;Update: I forgot to also delete the details for the dashboard in the metadata file on the Deployer.  Once that was also removed I was able to delete the local copy.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:54:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/What-is-the-best-way-to-remove-local-config-in-a-search-head/m-p/268352#M10222</guid>
      <dc:creator>gn694</dc:creator>
      <dc:date>2018-03-22T18:54:52Z</dc:date>
    </item>
  </channel>
</rss>

