<?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: Deployment Server - local folder not being pushed to Search Head cluster in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441295#M15551</link>
    <description>&lt;P&gt;agreed on the intention.&lt;BR /&gt;
But from a "code purity" , it is not good for the application to alter the code which is being deployed as it makes automation very hard&lt;/P&gt;

&lt;P&gt;For example, say you modified an app within "local" and you have checksum or orchestration systems to verify if someone have modified the code and it will always be highlighted. Also it is a nightmare to restore copy from backup/git&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 07:09:09 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2019-05-08T07:09:09Z</dc:date>
    <item>
      <title>Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441290#M15546</link>
      <description>&lt;P&gt;On my Deployment server in the /opt/splunk/etc/deployment-apps directory, I have the Splunk_TA_f5-bigip app with a local directory that contains a transforms.conf file. I reloaded the deploy server and then went to my Search Head cluster deployment server and verified that the transforms.conf file exists in /opt/splunk/etc/shcluster/apps/Splunk_TA_f5-bigip/local/ directory (and verified the contents of the file).&lt;/P&gt;

&lt;P&gt;I then applied the shcluster bundle to my three search heads and waited a few minutes before checking to see if the local folder and the transforms.conf file made it over, and it did not. Running ls shows no local folder under the Splunk_TA_f5-bigip directory on either of the three search heads.&lt;/P&gt;

&lt;P&gt;Am I missing a step to get the local folder with the transforms.conf file over from the Deployment server to the search head deploy serves and then finally to the three search head servers?&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441290#M15546</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-30T00:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441291#M15547</link>
      <description>&lt;P&gt;Welcome to the "Nightmare" of SH clustering.  Anything "local" in your Deployer(shcluster) will be merged to "default" in the SH members !! &lt;BR /&gt;
So the purity of code is lost which we have suffered for quite long. We have asked Splunk multiple times to avoid this, but ...  The reason for Splunk NOT to do this is, when you do a change within the SH member UI, that's what comes to "local" of the SH member.&lt;/P&gt;

&lt;P&gt;The only way we do is, to manually copy the code from SH member to git repository on a monthly basis and delete from SH local.&lt;/P&gt;

&lt;P&gt;Please &lt;A href="https://answers.splunk.com/answers/480055/what-is-the-best-way-to-remove-local-config-in-a-s.html"&gt;read this thread&lt;/A&gt; and my update on how to workaround things&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 13:24:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441291#M15547</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-07T13:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441292#M15548</link>
      <description>&lt;P&gt;Interesting @koshyk - looking on the deployer at &lt;CODE&gt;$SPLUNK_HOME/etc/shcluster/apps/TA_Syncsort_Ironstream_Data_Model_for_Mainframe/default&lt;/CODE&gt; and on the SH I see most of it under &lt;CODE&gt;$SPLUNK_HOME/etc/apps/TA_Syncsort_Ironstream_Data_Model_for_Mainframe/default&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:01:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441292#M15548</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-07T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441293#M15549</link>
      <description>&lt;P&gt;yes, the flow is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Deployer (shcluster/apps/&amp;lt;app name&amp;gt;/default/)   =&amp;gt; SHmember (etc/apps/&amp;lt;app name&amp;gt;/default/)
Deployer (shcluster/apps/&amp;lt;app name&amp;gt;/local/)   =&amp;gt; SHmember (etc/apps/&amp;lt;app name&amp;gt;/default/)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So ultimately, the changes in BOTH  default &amp;amp; local of  the deployer is merged into "default" of SH member. So we cannot distinguish which one is which .. and is a nightmare for orchestration/automation systems&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441293#M15549</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-07T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441294#M15550</link>
      <description>&lt;P&gt;Ok, isn't the intention that the packaged app would be exclusively in &lt;CODE&gt;default&lt;/CODE&gt; and on-going changes in &lt;CODE&gt;local&lt;/CODE&gt;? The challenge would be to back it up, right?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 15:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441294#M15550</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-07T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441295#M15551</link>
      <description>&lt;P&gt;agreed on the intention.&lt;BR /&gt;
But from a "code purity" , it is not good for the application to alter the code which is being deployed as it makes automation very hard&lt;/P&gt;

&lt;P&gt;For example, say you modified an app within "local" and you have checksum or orchestration systems to verify if someone have modified the code and it will always be highlighted. Also it is a nightmare to restore copy from backup/git&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 07:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441295#M15551</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-08T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server - local folder not being pushed to Search Head cluster</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441296#M15552</link>
      <description>&lt;P&gt;This is good to avoid breaking local SH folder &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 17:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-local-folder-not-being-pushed-to-Search-Head/m-p/441296#M15552</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2020-01-28T17:34:21Z</dc:date>
    </item>
  </channel>
</rss>

