<?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: How to apply replicationblacklist for a particular app in distsearch.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620328#M106905</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error i am dealing with when trying to push a new app on my SH cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Error while creating deployable apps: Error compressing the temporary tarball: /opt/splunk/var/run/splunk/deploy.1805b9b8294a5b90.tmp/apps/SplunkEnterpriseSecuritySuite.bundle: No space left on device&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like Splunk Enterprise bundle is too big. How can i reduce it size or even prevent splunk to create a bundle for it?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 09:06:38 GMT</pubDate>
    <dc:creator>Senak</dc:creator>
    <dc:date>2022-11-10T09:06:38Z</dc:date>
    <item>
      <title>How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603482#M105006</link>
      <description>&lt;P&gt;On my replication bundle I have a whole list of unwanted files that exists from a particular App "XYZ" which are as shown below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;apps/XYZ/bin/suds/mx/typer.pyc
apps/XYZ/bin/suds/mx/encoded.py
apps/XYZ/bin/suds/mx/__init__.pyc
apps/XYZ/bin/suds/mx/literal.py
apps/XYZ/bin/suds/mx/__init__.py
apps/XYZ/bin/suds/options.py
apps/XYZ/bin/suds/sudsobject.py&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, how can i apply replicationblacklist to anything that is under the APP "XYZ" ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;distsearch.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[replicationBlacklist]

....&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 01:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603482#M105006</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2022-06-28T01:32:24Z</dc:date>
    </item>
    <item>
      <title>How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603501#M105009</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please, try that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[replicationBlacklist]
block_suds_mx_files = apps/XYZ/bin/suds/mx/*.(py$|pyc$)
block_suds_files = apps/XYZ/bin/suds/*.(py$|pyc$)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:06:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603501#M105009</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2022-06-28T06:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603510#M105011</link>
      <description>&lt;P&gt;Use &lt;STRONG&gt;[replicationDenylist]&lt;/STRONG&gt; stanza instead, the above stanza you mentioned has been deprecated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/603510#M105011</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-06-28T06:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620305#M106898</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915" target="_blank"&gt;@VatsalJagani&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can this work for shcluster when i have my app in etc/shcluster/app ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other word can i blacklist an app located in&amp;nbsp;&lt;STRONG&gt;etc/shcluster/app/&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;It has to be done on the deployer right?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620305#M106898</guid>
      <dc:creator>Senak</dc:creator>
      <dc:date>2022-11-09T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620313#M106900</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;, it will work.&lt;/P&gt;&lt;P&gt;How:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Replicate happens by the search head cluster captain.&lt;/LI&gt;&lt;LI&gt;Whatever you have under &lt;STRONG&gt;etc/shcluster/apps&lt;/STRONG&gt; directory on the deployer will be moved to&lt;STRONG&gt; etc/apps&lt;/STRONG&gt; directory on all the search heads including the captain.&lt;/LI&gt;&lt;LI&gt;Hence denylist should work as it would work on the standalone instance.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620313#M106900</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-11-09T16:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620319#M106903</link>
      <description>&lt;UL&gt;&lt;LI&gt;Ok great, so now , that conf has to be made in etc/shcluster/apps/&amp;lt;my_app&amp;gt;/local/distsearch.conf?&lt;/LI&gt;&lt;LI&gt;Next does that mean the files blacklisted are not going to be in the bundle send to the sh members so not updated but they will not be deleted right?&lt;/LI&gt;&lt;LI&gt;My last question, is it possible to tell splunk to not update a whole app , instead of blacklisting files. My challenge is that i have space issue on the deployer when deploying a new app.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 17:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620319#M106903</guid>
      <dc:creator>Senak</dc:creator>
      <dc:date>2022-11-09T17:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620326#M106904</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222825"&gt;@Senak&lt;/a&gt;&amp;nbsp;- Below are answers to your questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;yes.&lt;/LI&gt;&lt;LI&gt;Splunk indexers (peers) will gonna use the latest bundle only. Now whether to send a full bundle or bundle delta that's up to Splunk. And it's not gonna affect how your files should behave.&lt;/LI&gt;&lt;LI&gt;Can you please explain how size is affecting what you need to push from the deployer?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 18:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620326#M106904</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-11-09T18:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620328#M106905</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error i am dealing with when trying to push a new app on my SH cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Error while creating deployable apps: Error compressing the temporary tarball: /opt/splunk/var/run/splunk/deploy.1805b9b8294a5b90.tmp/apps/SplunkEnterpriseSecuritySuite.bundle: No space left on device&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like Splunk Enterprise bundle is too big. How can i reduce it size or even prevent splunk to create a bundle for it?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 09:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620328#M106905</guid>
      <dc:creator>Senak</dc:creator>
      <dc:date>2022-11-10T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620392#M106914</link>
      <description>&lt;P&gt;I would say create disk space on the deployer and SH for the bundle, that would be my advise.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 10:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/620392#M106914</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-11-10T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply replicationblacklist for a particular app in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/645164#M109779</link>
      <description>&lt;P&gt;how do you validate that the setting is working?&amp;nbsp; do you use BTOOL?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 22:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-apply-replicationblacklist-for-a-particular-app-in/m-p/645164#M109779</guid>
      <dc:creator>youngsuh</dc:creator>
      <dc:date>2023-05-30T22:24:44Z</dc:date>
    </item>
  </channel>
</rss>

