<?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: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182713#M6824</link>
    <description>&lt;P&gt;I'm getting a similar issue. &lt;/P&gt;

&lt;P&gt;Search heads are 6.2.1 and indexers are 6.1.5.&lt;/P&gt;

&lt;P&gt;Inside /opt/splunk/var/run/searchpeers/ I'm not seeing the bundle dir for my search heads.&lt;/P&gt;

&lt;P&gt;Doing a btool on distsearch shows that "shareBundles = true" and "useSHPBundleReplication = false"&lt;/P&gt;

&lt;P&gt;Just solved this. Turned out that 2 of my 3 sh cluster members hadn't restarted correctly so there wasn't a synchronised bundle to replicate to the search peers. Once I restarted them and a captain was elected (splunk show shcluster-status) the message disappeared.&lt;/P&gt;

&lt;P&gt;The trick was in the error. It said a specific peer id (in my case 3eexxxxxxxxxx). On my index there was no bundle dir starting with 3ee. In the shcluster-status command I can see the "id" field with the 3ee. So it looks like in order for the bundle replication to occur the captain is the one that needs to provide this on behalf of all search head cluster members (they all give the same id to the search peers).&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2015 03:40:07 GMT</pubDate>
    <dc:creator>Lucas_K</dc:creator>
    <dc:date>2015-01-16T03:40:07Z</dc:date>
    <item>
      <title>Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182712#M6823</link>
      <description>&lt;P&gt;For some reason this happened a few weeks back and I cannot get it working again. Splunk v6.2.1 on Windows 2008R2. 1SH and 3Indexers.&lt;/P&gt;

&lt;P&gt;Splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;01-13-2015 07:35:51.950 -0600 WARN  NetUtils - SSL_read failed with SSL_ERROR_SYSCALL. bytes=-1 winsock error=10053
01-13-2015 07:35:51.950 -0600 ERROR DistributedBundleReplicationManager - Unable to upload bundle to peer named server with uri=https://server:8089.
01-13-2015 07:35:51.950 -0600 WARN  DistributedBundleReplicationManager - Synchronous bundle replication to 3 peer(s) succeeded; however it took too long (longer than 10 seconds): elapsed_ms=23760, tar_elapsed_ms=8378, bundle_file_size=820260KB, replication_id=1421156128, replication_reason="sync replication required to establish common bundles across all search peers"
01-13-2015 07:35:51.950 -0600 WARN  ISplunkDispatch - sid:scheduler__nobody__sos__RMD5fe2b0603bfc33e11_at_1421155530_24 Expected common latest bundle version on all peers after sync replication, found none. Reverting to old behavior - using most recent bundles on all
01-13-2015 07:35:51.950 -0600 WARN  ISplunkDispatch - Expected common latest bundle version on all peers after sync replication, found none. Reverting to old behavior - using most recent bundles on all
01-13-2015 07:35:51.965 -0600 WARN  DistributedPeerManager - Unable to distribute to peer named server1 at uri &lt;A href="https://ops-server1:8089" target="test_blank"&gt;https://ops-server1:8089&lt;/A&gt; because replication was unsuccessful. replicationStatus Failed
01-13-2015 07:35:51.965 -0600 WARN  DistributedPeerManager - Unable to distribute to peer named server2 at uri &lt;A href="https://ops-server2:8089" target="test_blank"&gt;https://ops-server2:8089&lt;/A&gt; because replication was unsuccessful. replicationStatus Failed
01-13-2015 07:35:51.965 -0600 WARN  DistributedPeerManager - Unable to distribute to peer named server3 at uri &lt;A href="https://ops-server3:8089" target="test_blank"&gt;https://ops-server3:8089&lt;/A&gt; because replication was unsuccessful. replicationStatus Failed
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Jan 2015 13:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182712#M6823</guid>
      <dc:creator>jbanks8044</dc:creator>
      <dc:date>2015-01-13T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182713#M6824</link>
      <description>&lt;P&gt;I'm getting a similar issue. &lt;/P&gt;

&lt;P&gt;Search heads are 6.2.1 and indexers are 6.1.5.&lt;/P&gt;

&lt;P&gt;Inside /opt/splunk/var/run/searchpeers/ I'm not seeing the bundle dir for my search heads.&lt;/P&gt;

&lt;P&gt;Doing a btool on distsearch shows that "shareBundles = true" and "useSHPBundleReplication = false"&lt;/P&gt;

&lt;P&gt;Just solved this. Turned out that 2 of my 3 sh cluster members hadn't restarted correctly so there wasn't a synchronised bundle to replicate to the search peers. Once I restarted them and a captain was elected (splunk show shcluster-status) the message disappeared.&lt;/P&gt;

&lt;P&gt;The trick was in the error. It said a specific peer id (in my case 3eexxxxxxxxxx). On my index there was no bundle dir starting with 3ee. In the shcluster-status command I can see the "id" field with the 3ee. So it looks like in order for the bundle replication to occur the captain is the one that needs to provide this on behalf of all search head cluster members (they all give the same id to the search peers).&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 03:40:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182713#M6824</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2015-01-16T03:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182714#M6825</link>
      <description>&lt;P&gt;Im having the same problem, the error appears on the captain only, restarted the sh cluster and a new captain was elected and the problem now is on the newly elected captain.&lt;/P&gt;

&lt;P&gt;We are using shclustering and clustering.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 20:16:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182714#M6825</guid>
      <dc:creator>aalanisr26</dc:creator>
      <dc:date>2015-04-01T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182715#M6826</link>
      <description>&lt;P&gt;Can the captain connect to the index master and search peers?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 21:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182715#M6826</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2015-04-01T21:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182716#M6827</link>
      <description>&lt;P&gt;yes, the weird thing is that we are getting results back and they are complete, but the warning is always there.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:34:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182716#M6827</guid>
      <dc:creator>aalanisr26</dc:creator>
      <dc:date>2015-04-02T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182717#M6828</link>
      <description>&lt;P&gt;got any solution for this ? &lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 14:28:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182717#M6828</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2015-11-27T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182718#M6829</link>
      <description>&lt;P&gt;I resolved this issue in my environment by checking the contents of the bundle.  There were a few large files from an app that kept replication from occurring.  Warning went away after deleting the files.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 17:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182718#M6829</guid>
      <dc:creator>rmsit</dc:creator>
      <dc:date>2015-11-27T17:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182719#M6830</link>
      <description>&lt;P&gt;thank you for your reply ^^ I had the same problem because some of the files in the bundle didn't have the right permissions so they couldn't be read by splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 10:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182719#M6830</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2015-11-30T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182720#M6831</link>
      <description>&lt;P&gt;I had similar issues due to large lookups, I blacklisted the lookups on distsearch.conf on Search Head that was down and that fixed it. &lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182720#M6831</guid>
      <dc:creator>dmenon84</dc:creator>
      <dc:date>2016-05-24T18:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182721#M6832</link>
      <description>&lt;P&gt;How do you do a "btool on distsearch"?&lt;/P&gt;

&lt;P&gt;How do you "elect a captain"?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 19:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182721#M6832</guid>
      <dc:creator>demodav</dc:creator>
      <dc:date>2016-07-22T19:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting an error and failed replication config bundle to search peer 'server:8089' in Splunk 6.2.1?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182722#M6833</link>
      <description>&lt;P&gt;"Splunk btool distsearch list --debug"&lt;/P&gt;

&lt;P&gt;Captains are elected dynamically by default. Nothing you have to actually do.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 23:32:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-an-error-and-failed-replication-config-bundle/m-p/182722#M6833</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2016-07-22T23:32:53Z</dc:date>
    </item>
  </channel>
</rss>

