<?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 index replication unable to complete full index data in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58156#M786</link>
    <description>&lt;P&gt;i have managed to set up cluster &amp;amp; index replication for 2 nodes for testing purpose. I have managed to replicate the index over to other splunk instance by editing the indexes.conf. However, the indexer seems to unable to replicate the full index. it only managed to index a very small amount of data over. Is there something missing. In short, i can see the replicated index on other splunk instance but the data is incomplete.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2013 08:56:49 GMT</pubDate>
    <dc:creator>kplem</dc:creator>
    <dc:date>2013-03-12T08:56:49Z</dc:date>
    <item>
      <title>index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58156#M786</link>
      <description>&lt;P&gt;i have managed to set up cluster &amp;amp; index replication for 2 nodes for testing purpose. I have managed to replicate the index over to other splunk instance by editing the indexes.conf. However, the indexer seems to unable to replicate the full index. it only managed to index a very small amount of data over. Is there something missing. In short, i can see the replicated index on other splunk instance but the data is incomplete.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 08:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58156#M786</guid>
      <dc:creator>kplem</dc:creator>
      <dc:date>2013-03-12T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58157#M787</link>
      <description>&lt;P&gt;Why do you believe the data is incomplete? How are you looking? If you're simply looking at the file size of the buckets, it's entirely expected that a non-searchable replica will be considerably smaller (1/3 or less) than the size of a searchable replica. A searchable replica should be approximately (but not necessarily exactly) the same size on both systems.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 11:20:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58157#M787</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-03-12T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58158#M788</link>
      <description>&lt;P&gt;Also, remember that if you are setting up a second indexer to engage in replication with an existing indexer, then the existing data will NOT be replicated. You will only replicate data that was indexed AFTER you enabled replication.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58158#M788</guid>
      <dc:creator>jdunlea_splunk</dc:creator>
      <dc:date>2013-03-12T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58159#M789</link>
      <description>&lt;P&gt;I think that is what happen to my set up. it only replicates what the peer has after the cluster set up. In that case, is there a way to allow the new index to have full replication of the data of its peer? Also does the replication occurs all the time or a time can be scheduled?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 01:06:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58159#M789</guid>
      <dc:creator>kplem</dc:creator>
      <dc:date>2013-03-13T01:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58160#M790</link>
      <description>&lt;P&gt;When you add a new "index", (and the repFactor attribute is set to "auto" in indexes.conf) then all data that enters that index will be replicated. If you add a new "indexER" (Note difference between "index" and "indexer") then all data in that indexer will be replicated, if you have indeed set it up as an indexer in the cluster pool. Replication happens all the time for every 64bit chunks of data (as far as I know). Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:29:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58160#M790</guid>
      <dc:creator>jdunlea_splunk</dc:creator>
      <dc:date>2013-03-13T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: index replication unable to complete full index data</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58161#M791</link>
      <description>&lt;P&gt;For more information on what happens to data that was already indexed prior to the indexer getting converted to a cluster peer (aka, "legacy data"), see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Migratenon-clusteredindexerstoaclusteredenvironment#Manage_legacy_data"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Indexer/Migratenon-clusteredindexerstoaclusteredenvironment#Manage_legacy_data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/index-replication-unable-to-complete-full-index-data/m-p/58161#M791</guid>
      <dc:creator>Steve_G_</dc:creator>
      <dc:date>2013-03-13T17:33:52Z</dc:date>
    </item>
  </channel>
</rss>

