<?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 error &amp;quot;Indexing not ready, fewer than replication factor peers are up&amp;quot; with my current Splunk 6.1 multisite cluster configuration? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188283#M7051</link>
    <description>&lt;P&gt;I have two sites. SIte 1 has 3 peers and site 2 has 1 peer. yes i had changed replication_factor = 1 and search_factor = 1 . My current config is &lt;/P&gt;

&lt;P&gt;site_replication_factor = origin:1,site1:1,site2:1,total:2 &lt;BR /&gt;
site_search_factor = origin:1,site1:1,site2:1,total:2 &lt;BR /&gt;
replication_factor = 1 &lt;BR /&gt;
search_factor = 1&lt;/P&gt;

&lt;P&gt;I worked fine till i created a custom index. After indexing data to custom index , error as stated above is persisting.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:51:51 GMT</pubDate>
    <dc:creator>Sourabhv05</dc:creator>
    <dc:date>2020-09-28T18:51:51Z</dc:date>
    <item>
      <title>Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188267#M7035</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am trying to setup Splunk in multisite environment. I have two sites in environment. Details of my environment are:&lt;/P&gt;

&lt;P&gt;Master Node : 1&lt;BR /&gt;
Search Head : 2 ( Each in site)&lt;BR /&gt;
Peers : 4 ( Site 1 : 3 and Site 2 : 1)&lt;/P&gt;

&lt;P&gt;With my current configuration i am getting error &lt;STRONG&gt;"Indexing not ready, fewer than replication factor peers are up."&lt;/STRONG&gt; My current configuration is as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MasterNode

[general]
site=site1

[clustering]

available_sites=site1,site2
mode = master
multisite=true
pass4SymmKey = abcde
site_replication_factor = origin:2,total:3
site_search_factor = origin:1,total:2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please validate and let me know correct configurations to be done on Master and peers.  With the error, I guess my replication_factor does not meet the criteria. Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 11:35:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188267#M7035</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-01-21T11:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188268#M7036</link>
      <description>&lt;P&gt;you'll need to have at least X peers per site, where X is the site_replication_factor's 'origin' number.&lt;/P&gt;

&lt;P&gt;in your case here, you'll need 2 peers per site before indexing starts.&lt;/P&gt;

&lt;P&gt;you can skip this requirement by setting indexing-ready on the master:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk set indexing-ready
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but you're replication factor will never be met (since site2 origin buckets can't possibly have 2 copies!)&lt;/P&gt;

&lt;P&gt;btw, its also recommended that you set 'replication_factor' to match X as well (not the site one, the older replication_factor). see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1/Indexer/Migratetomultisite#How_the_cluster_migrates_and_maintains_single-site_buckets" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1/Indexer/Migratetomultisite#How_the_cluster_migrates_and_maintains_single-site_buckets&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188268#M7036</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2020-09-28T18:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188269#M7037</link>
      <description>&lt;P&gt;I want 1 replication copy of data at each site i.e one copy at site 1 and 1 copy at site 2 irrespective of data origin. Is that possible if i have 3 indexers at site 1 and 1 indexer at site 2 ? Please suggest configuration for the same?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 05:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188269#M7037</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-01-22T05:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188270#M7038</link>
      <description>&lt;P&gt;sure. set site_replication_factor=origin:1,total:2&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188270#M7038</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2020-09-28T18:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188271#M7039</link>
      <description>&lt;P&gt;Hi @Sourabhv06&lt;/P&gt;

&lt;P&gt;If @dxu_splunk's answer and comment helped solve your question, don't forget to accept their response by clicking on "Accept" right below their answer to resolve this post. Thanks!&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 04:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188271#M7039</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-01-27T04:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188272#M7040</link>
      <description>&lt;P&gt;Hi dux_Splunk,&lt;/P&gt;

&lt;P&gt;Once i had set up site_replication_factor as origin:1,total:2, i am not able to start the masterNode Service. Seems error in configuration. Could you please help me in setting up my multisite cluster based on the configuration mentioned above. Appreciate your quick help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sourabh&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188272#M7040</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2020-09-28T18:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188273#M7041</link>
      <description>&lt;P&gt;you'll need to change "replication_factor" as well to be less than the 'total' site replication factor.. lets set it to 1. (this affects only buckets that were created when multisite was turned off) &lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 19:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188273#M7041</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-01-29T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188274#M7042</link>
      <description>&lt;P&gt;Thanks!!! my replication factor and search factor are met after adding replication_factor and search_factor to my clustering stanza. &lt;/P&gt;

&lt;P&gt;However i have a question. This search_factor and replication factor will be applicable for which bucktes ?  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:48:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188274#M7042</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2020-09-28T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188275#M7043</link>
      <description>&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Migratetomultisite#How_the_cluster_migrates_and_maintains_single-site_buckets" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Migratetomultisite#How_the_cluster_migrates_and_maintains_single-site_buckets&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;when u had multisite turned off, if there were buckets created during that time, they will follow replication_factor search_factor instead of site_replication_factor site_search_factor&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188275#M7043</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2020-09-28T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188276#M7044</link>
      <description>&lt;P&gt;My multisite cluster is configured fine but my data is not getting replicated. Under indexes i can only see _audit and _internal. I am not able tyo see _main. Request you to help ASAP&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188276#M7044</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-03T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188277#M7045</link>
      <description>&lt;P&gt;did you set your index to be repFactor=auto?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Configurethepeerindexes"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Indexer/Configurethepeerindexes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188277#M7045</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-02-03T20:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188278#M7046</link>
      <description>&lt;P&gt;Yes i had already distributed indexes.conf file with [main] stanza from master. I had mentioned repFactor = auto in that. But still no _main index is available. &lt;/P&gt;

&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:51:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188278#M7046</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-04T13:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188279#M7047</link>
      <description>&lt;P&gt;did u index data into main? &lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 16:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188279#M7047</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-02-04T16:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188280#M7048</link>
      <description>&lt;P&gt;Thanks For pointing it out. I was checking it before forwarding Data.. &lt;/P&gt;

&lt;P&gt;For testing I created a index test at one of my peer and edited a indexes.conf with following details&lt;/P&gt;

&lt;P&gt;[test]&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;Once i restarted the peers, At master i can see the test index but now i am getting error as "Replication fator is not met and Search Factor is not met".  &lt;/P&gt;

&lt;P&gt;Please suggest where i have gone wrong. My server.conf is same as you stated.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188280#M7048</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-05T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188281#M7049</link>
      <description>&lt;P&gt;Moreover, while troubleshooting, I can see error for buckets as "cannot replicate as bucket is not servicable".&lt;/P&gt;

&lt;P&gt;Appreciate your help!!!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 12:12:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188281#M7049</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-05T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188282#M7050</link>
      <description>&lt;P&gt;whats ur rep factor, how many peers per site do u have? did you change the "replication_factor=1" and "search_factor=1"? &lt;/P&gt;

&lt;P&gt;the "not serviceable" message goes away after a few minutes, dont worry too much about that and just check it again&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188282#M7050</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2020-09-28T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188283#M7051</link>
      <description>&lt;P&gt;I have two sites. SIte 1 has 3 peers and site 2 has 1 peer. yes i had changed replication_factor = 1 and search_factor = 1 . My current config is &lt;/P&gt;

&lt;P&gt;site_replication_factor = origin:1,site1:1,site2:1,total:2 &lt;BR /&gt;
site_search_factor = origin:1,site1:1,site2:1,total:2 &lt;BR /&gt;
replication_factor = 1 &lt;BR /&gt;
search_factor = 1&lt;/P&gt;

&lt;P&gt;I worked fine till i created a custom index. After indexing data to custom index , error as stated above is persisting.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:51:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188283#M7051</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2020-09-28T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188284#M7052</link>
      <description>&lt;P&gt;Please suggest right config for my multisite cluster based on above information&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 05:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188284#M7052</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-09T05:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188285#M7053</link>
      <description>&lt;P&gt;can your peers communicate between each other? you'll need to make sure your peers' have their replication_port and mgmt_ports open to each other.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188285#M7053</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2020-09-28T18:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "Indexing not ready, fewer than replication factor peers are up" with my current Splunk 6.1 multisite cluster configuration?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188286#M7054</link>
      <description>&lt;P&gt;Yes i had enabled all ports and indexing under main index is working absolutely fine. Issue occurs when i create a custom index.&lt;/P&gt;

&lt;P&gt;Once i create a custom index at one of my peer and than feed data to that index, at master i can see error as " replication factor not met " and " search factor not met" , though same config worked for main index&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 06:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-am-I-getting-error-quot-Indexing-not-ready-fewer-than/m-p/188286#M7054</guid>
      <dc:creator>Sourabhv05</dc:creator>
      <dc:date>2015-02-10T06:45:38Z</dc:date>
    </item>
  </channel>
</rss>

