<?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 remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585664#M11234</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242073"&gt;@tokio13&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;said, probably you have very large lookups that are sent from SHs to the Indexers.&lt;/P&gt;&lt;P&gt;As you can see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Admin/Distsearchconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Admin/Distsearchconf&lt;/A&gt;&amp;nbsp;, you have to blacklist some (or all) of them in&amp;nbsp;distsearch.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[replicationBlacklist]
blacklist1 = lookup1
blacklist2 = lookup2&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 07:21:16 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-02-18T07:21:16Z</dc:date>
    <item>
      <title>How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585616#M11231</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm experiencing the following issue on one of my search heads (total of 3):&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Knowledge bundle size=2608MB exceeds max limit=2000MB. Distributed searches are running against an outdated knowledge bundle. Please remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Why is the SH behaving like this&amp;nbsp;when the others have the same config?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 17:51:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585616#M11231</guid>
      <dc:creator>tokio13</dc:creator>
      <dc:date>2022-02-17T17:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585618#M11233</link>
      <description>&lt;P&gt;Probably you have big lookups on your sh which it try to send to IDX layer? If you have SHC then captain is that node which try to send those search bundles to IDXs. You could check this from MC (Search - distributed &amp;nbsp;search).&lt;/P&gt;&lt;P&gt;You could exclude those lookups by size or name from bundle. Then you must use in lookup command that it will be executed on sh layer when you are using those lookups.&lt;/P&gt;&lt;P&gt;You could found many questions an answers from community about that issue.&amp;nbsp;&lt;BR /&gt;Like this&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Large-lookup-caused-the-bundle-replication-to-fail-What-are-my/m-p/194594" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Splunk-Search/Large-lookup-caused-the-bundle-replication-to-fail-What-are-my/m-p/194594&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 18:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585618#M11233</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-17T18:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585664#M11234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242073"&gt;@tokio13&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;said, probably you have very large lookups that are sent from SHs to the Indexers.&lt;/P&gt;&lt;P&gt;As you can see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Admin/Distsearchconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Admin/Distsearchconf&lt;/A&gt;&amp;nbsp;, you have to blacklist some (or all) of them in&amp;nbsp;distsearch.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[replicationBlacklist]
blacklist1 = lookup1
blacklist2 = lookup2&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 07:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/585664#M11234</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-18T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586440#M11263</link>
      <description>&lt;P&gt;Unfortunately I was unable to resolve my issue with the mentioned answers. I'm still working on this but I appreciate you suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:47:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586440#M11263</guid>
      <dc:creator>tokio13</dc:creator>
      <dc:date>2022-02-24T15:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586444#M11264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242073"&gt;@tokio13&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what's the problem: you cannot access distsearch.conf or what else?&lt;/P&gt;&lt;P&gt;Could you share more infos?&lt;/P&gt;&lt;P&gt;I already solved the same problem in one of our customers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 16:07:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586444#M11264</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-24T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586451#M11266</link>
      <description>&lt;P&gt;Are you using search head clustering for those 3 SH of yours? It could be a local artifact on that SH which is causing knowledge bundle to be large from that SH.&lt;/P&gt;&lt;P&gt;Using instructions from below to check the details about knowledge bundle in troubling SH and compare it with SH that is not having this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/DistSearch/Troubleshootknowledgebundlereplication#Use_the_CLI_to_view_bundle_replication_configuration_and_status" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/DistSearch/Troubleshootknowledgebundlereplication#Use_the_CLI_to_view_bundle_replication_configuration_and_status&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 16:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586451#M11266</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2022-02-24T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586454#M11267</link>
      <description>&lt;P&gt;I have access to distsearch.conf on all of my search heads (3) .&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In this environment Cluster Master instance acts as Deployer. And the deployer acts like CM, they sit on the same instance.&amp;nbsp; (+3IDX)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I get the [&amp;nbsp;&lt;SPAN&gt;Knowledge bundle size=2608MB exceeds max limit=2000MB. Distributed searches are running against an outdated knowledge bundle. Please remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf ] notification on the capitan of the search head cluster. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This affects my searches:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Expected common latest bundle version on all peers after sync replication, found none. Reverting to old behavior - using most recent bundles on all&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 16:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586454#M11267</guid>
      <dc:creator>tokio13</dc:creator>
      <dc:date>2022-02-24T16:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586461#M11268</link>
      <description>&lt;P&gt;I followed the documentation that you mentioned and everything looks the same on all my three Search Heads.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 17:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586461#M11268</guid>
      <dc:creator>tokio13</dc:creator>
      <dc:date>2022-02-24T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586524#M11269</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242073"&gt;@tokio13&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you run the btool command to check what value is configured for the maxBundleSize parameter on one of your SHC members?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SPLUNK_HOME/bin/splunk btool distsearch list --debug | grep maxBundleSize&lt;/LI-CODE&gt;&lt;P&gt;If this returns you value less than 2000, consider having the value of the parameter updated to a higher value. than the limit.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 04:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586524#M11269</guid>
      <dc:creator>tshah-splunk</dc:creator>
      <dc:date>2022-02-25T04:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586538#M11270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/242073"&gt;@tokio13&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you can access the distsearch.conf, why cannot you use my solution?&lt;/P&gt;&lt;P&gt;I used it few days ago in a project with Splunk Professional Services.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586538#M11270</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-02-25T06:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/disable files from knowledge bundle or increase maxBundleSize in distsearch.conf?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586837#M11280</link>
      <description>&lt;P&gt;I was able to solve the problem by going to the /opt/splunk/etc/apps/search/lookups/&lt;/P&gt;&lt;P&gt;and removing a .csv that was exported by an old search query (output) and was actually not needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks every one once again!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 12:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-remove-disable-files-from-knowledge-bundle-or-increase/m-p/586837#M11280</guid>
      <dc:creator>tokio13</dc:creator>
      <dc:date>2022-02-28T12:54:44Z</dc:date>
    </item>
  </channel>
</rss>

