<?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: Issues with Knowledge Bundle in Splunk Cluster (SHC + Index Cluster) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118182#M31531</link>
    <description>&lt;P&gt;Mounted bundles introduce their own maintainence costs, especially in terms of understanding the performance requirements on the NFS server as search concurrency increases and the number of indexers grows.&lt;/P&gt;

&lt;P&gt;Do you know why/how bundle replication is failing? What ERRORs/WARNs do you see on the search head in splunkd.log and on the indexers in splunkd.log/splunkd_access.log?&lt;/P&gt;

&lt;P&gt;If it's not possible to make bundle replication work (e.g. due to network usage constraints), one other option is to blacklist the large lookup (via distsearch.conf) and then perform the lookup locally on the search head ( with "| lookup local=true").&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2015 17:46:26 GMT</pubDate>
    <dc:creator>ewoo</dc:creator>
    <dc:date>2015-02-03T17:46:26Z</dc:date>
    <item>
      <title>Issues with Knowledge Bundle in Splunk Cluster (SHC + Index Cluster)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118181#M31530</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;We have this Splunk 6.2.1 Architecture, on Linux VM machines:&lt;/P&gt;

&lt;P&gt;3 SH in SHC&lt;BR /&gt;
1 Master + Deployer&lt;BR /&gt;
3 Cluster Peers&lt;/P&gt;

&lt;P&gt;We have an app in the SHs, that contains a big lookup (200MB) that needs to be replicated to the 3 IDXs (for filtering purposes). It seems that we are having issues with the replication of the Knowledge Bundle, as we are getting this error on the SHs (while running a query):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[indexer1name] Search Process did not exit cleanly, exit_code=255, description="exited with code 255". Please look in the search.log for this peer in the Job Inspector for more info.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the same message for the other 2 indexers&lt;/P&gt;

&lt;P&gt;So, i would like to know: Is the Mounted Knowledge bundle supported with SHC? (didn't found anything related in the docs: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Mounttheknowledgebundle"&gt;http://docs.splunk.com/Documentation/Splunk/latest/DistSearch/Mounttheknowledgebundle&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;What other options do we have, as we need to replicate this lookup into the IDXs?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:48:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118181#M31530</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2015-02-03T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Knowledge Bundle in Splunk Cluster (SHC + Index Cluster)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118182#M31531</link>
      <description>&lt;P&gt;Mounted bundles introduce their own maintainence costs, especially in terms of understanding the performance requirements on the NFS server as search concurrency increases and the number of indexers grows.&lt;/P&gt;

&lt;P&gt;Do you know why/how bundle replication is failing? What ERRORs/WARNs do you see on the search head in splunkd.log and on the indexers in splunkd.log/splunkd_access.log?&lt;/P&gt;

&lt;P&gt;If it's not possible to make bundle replication work (e.g. due to network usage constraints), one other option is to blacklist the large lookup (via distsearch.conf) and then perform the lookup locally on the search head ( with "| lookup local=true").&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 17:46:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118182#M31531</guid>
      <dc:creator>ewoo</dc:creator>
      <dc:date>2015-02-03T17:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Knowledge Bundle in Splunk Cluster (SHC + Index Cluster)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118183#M31532</link>
      <description>&lt;P&gt;I have the mounted bundle scenario working fine with :&lt;BR /&gt;
   7 SHs&lt;BR /&gt;
   1 Deployer&lt;BR /&gt;
   1 Master&lt;BR /&gt;
   8 Indexers &lt;/P&gt;

&lt;P&gt;My knowledge bundle is also big in the number of apps, lookups and so on. Sometimes error also 255 appeared.&lt;/P&gt;

&lt;P&gt;Used mounted bundles since SHP doing a rsync from the master, where the NFS exports was being shared, to all indexers.&lt;BR /&gt;
With SHC it changed to a script that runs in all SHs :&lt;BR /&gt;
   1st the script checks who is the captain (splunk show shcluster-status)&lt;BR /&gt;
   if the captain is the SH running the script, it´ll rsync all non splunk default app to all indexers&lt;/P&gt;

&lt;P&gt;Indexers distributedsearch.conf are the same from SHP .&lt;/P&gt;

&lt;P&gt;Take a look at my question about deployer shcluser apps sync :&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/241549/how-to-prevent-deployer-from-pushing-old-content-w.html"&gt;http://answers.splunk.com/answers/241549/how-to-prevent-deployer-from-pushing-old-content-w.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 07:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issues-with-Knowledge-Bundle-in-Splunk-Cluster-SHC-Index-Cluster/m-p/118183#M31532</guid>
      <dc:creator>theunf</dc:creator>
      <dc:date>2015-06-07T07:34:30Z</dc:date>
    </item>
  </channel>
</rss>

