<?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: Need help with bundle replication fail in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461762#M16181</link>
    <description>&lt;P&gt;you can do:&lt;BR /&gt;
staylocal = ...apps\appsname\filename.csv&lt;/P&gt;

&lt;P&gt;because splunk will check for the entire path when you type the ...&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 07:21:38 GMT</pubDate>
    <dc:creator>ivanreis</dc:creator>
    <dc:date>2019-10-17T07:21:38Z</dc:date>
    <item>
      <title>Need help with bundle replication fail</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461759#M16178</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I am always getting the below message in my Search head's &lt;BR /&gt;
Even though I wrote:&lt;/P&gt;

&lt;P&gt;distsearch.conf:&lt;/P&gt;

&lt;P&gt;[replicationBlacklist]&lt;BR /&gt;
staylocal = *.csv&lt;/P&gt;

&lt;P&gt;limits.conf:&lt;BR /&gt;
[lookup]&lt;BR /&gt;
max_memtable_bytes = 1000000000&lt;/P&gt;

&lt;P&gt;The current bundle directory contains a large lookup file that might cause bundle replication fail. &lt;BR /&gt;
The path to the directory is &lt;BR /&gt;
C:\Program Files\Splunk\var\run\61CFC563-07F6-44A0-9DFF-31D6A01BA6D9-1571219534-1571220067.delta.&lt;/P&gt;

&lt;P&gt;Please do help me in fixing that issue and how to troubleshoot that.&lt;/P&gt;

&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:38:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461759#M16178</guid>
      <dc:creator>satyaallaparthi</dc:creator>
      <dc:date>2020-09-30T02:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with bundle replication fail</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461760#M16179</link>
      <description>&lt;P&gt;Remove the lookup file from the current directory.&lt;BR /&gt;
Restart the splunk service to recreate the bundle without the lookup file&lt;/P&gt;

&lt;P&gt;Locate where the lookup file is, like a particular app and create a new distsearch.conf or specify the full path of the file&lt;BR /&gt;
you are blacklisting all the csv files, so my suggestion is to type the name of the file and blacklist only this huge one.&lt;/P&gt;

&lt;P&gt;[replicationBlacklist]&lt;BR /&gt;
staylocal = ...\apps\appsname\filename.csv&lt;/P&gt;

&lt;P&gt;I would change the parameter because it is too high&lt;BR /&gt;
max_memtable_bytes = &lt;BR /&gt;
* Maximum size, in bytes, of static lookup file to use an in-memory index for.&lt;BR /&gt;
* Lookup files with size above max_memtable_bytes will be indexed on disk&lt;BR /&gt;
* CAUTION: Setting this to a large value results in loading large lookup &lt;BR /&gt;
  files in memory. This leads to a bigger process memory footprint.&lt;BR /&gt;
* Default: 10 000 000 (10MB)&lt;/P&gt;

&lt;P&gt;I will setup to 50MB this is a reasonable size. &lt;/P&gt;

&lt;P&gt;limits.conf:&lt;BR /&gt;
[lookup]&lt;BR /&gt;
max_memtable_bytes = 50 000 000&lt;/P&gt;

&lt;P&gt;After you adjust those parameters, restart splunk service I believe the file will not be added to the bundle, so copy the file back and check for the error messages.&lt;/P&gt;

&lt;P&gt;In order to have access to this file once it is blacklisted, you have to use the command lookup local-true. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:33:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461760#M16179</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2020-09-30T02:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with bundle replication fail</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461761#M16180</link>
      <description>&lt;P&gt;I deleted the file causing the problem.. but again getting the problem with new .delta file. &lt;BR /&gt;
 Should I need to write blacklist  with splunk home &lt;BR /&gt;
staylocal = $SPLUNK_HOME\apps\appsname\filename.csv &lt;/P&gt;

&lt;P&gt;or just &lt;/P&gt;

&lt;P&gt;staylocal = apps\appsname\filename.csv&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 00:21:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461761#M16180</guid>
      <dc:creator>satyaallaparthi</dc:creator>
      <dc:date>2019-10-17T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with bundle replication fail</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461762#M16181</link>
      <description>&lt;P&gt;you can do:&lt;BR /&gt;
staylocal = ...apps\appsname\filename.csv&lt;/P&gt;

&lt;P&gt;because splunk will check for the entire path when you type the ...&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 07:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/461762#M16181</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2019-10-17T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with bundle replication fail</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/519260#M17864</link>
      <description>&lt;P&gt;both configuration will work.&lt;/P&gt;&lt;P&gt;staylocal = $SPLUNK_HOME\apps\appsname\filename.csv&lt;/P&gt;&lt;P&gt;staylocal = apps\appsname\filename.csv&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 06:24:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Need-help-with-bundle-replication-fail/m-p/519260#M17864</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2020-09-13T06:24:09Z</dc:date>
    </item>
  </channel>
</rss>

