<?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 How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216600#M8076</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have an indexer cluster setup which is successfully UP and replicating on to the other nodes, but the problem is the internal indexes are also getting replicated. I don't want to replicate those indexes. I just want to replicate my custom index. &lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2016 15:20:57 GMT</pubDate>
    <dc:creator>saifuddin9122</dc:creator>
    <dc:date>2016-06-22T15:20:57Z</dc:date>
    <item>
      <title>How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216600#M8076</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have an indexer cluster setup which is successfully UP and replicating on to the other nodes, but the problem is the internal indexes are also getting replicated. I don't want to replicate those indexes. I just want to replicate my custom index. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 15:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216600#M8076</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-06-22T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216601#M8077</link>
      <description>&lt;P&gt;You need to look at the indexes.conf settings and make sure that for any index you don't want replicated this is not set to anything other than 0.&lt;/P&gt;

&lt;PRE&gt;
repFactor = |auto
 \* Only relevant if this instance is a clustering slave (but see note about
  "auto" below).
 \* See server.conf spec for details on clustering configuration.
 \* Value of 0 turns off replication for this index.
 \* If set to "auto", slave will use whatever value the master has.
 \* Highest legal value is 4294967295
 \* Defaults to 0.&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jun 2016 16:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216601#M8077</guid>
      <dc:creator>shaskell_splunk</dc:creator>
      <dc:date>2016-06-22T16:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216602#M8078</link>
      <description>&lt;P&gt;Thanks for your answers.&lt;BR /&gt;
i am still with little bit confusion.. are you telling me to change the repFactor to 0 in  indexes.conf (etc/system/default)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 16:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216602#M8078</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-06-22T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216603#M8079</link>
      <description>&lt;P&gt;&lt;STRONG&gt;No, definitely not! You never touch configs in etc/system/default. You always override configs in the local folder or within an app.&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;A clustered environment is much more complex in its configuration than its non-clustered counterpart. I suggest you read the docs on &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Configurethepeerindexes"&gt;how to setup indexes&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Indexer/Updatepeerconfigurations"&gt;distribute configs&lt;/A&gt; in a clustered environment.&lt;/P&gt;

&lt;P&gt;If you're not comfortable with doing any of this I'd suggest opening a ticket with Splunk support.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 16:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216603#M8079</guid>
      <dc:creator>shaskell_splunk</dc:creator>
      <dc:date>2016-06-22T16:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216604#M8080</link>
      <description>&lt;P&gt;Thanks for you suggestion. &lt;/P&gt;

&lt;P&gt;your answers helped me &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 16:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216604#M8080</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-06-22T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216605#M8081</link>
      <description>&lt;P&gt;You're welcome! Happy to help.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 17:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216605#M8081</guid>
      <dc:creator>shaskell_splunk</dc:creator>
      <dc:date>2016-06-22T17:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my indexer cluster to only replicate my custom index data, not Splunk internal indexes?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216606#M8082</link>
      <description>&lt;P&gt;Hi @saifuddin9122&lt;/P&gt;

&lt;P&gt;If @shaskell solved your question, please don't forget to resolve the post by clicking "Accept" directly below the answer, and upvote the answer and/or comments that were helpful.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 20:12:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-configure-my-indexer-cluster-to-only-replicate-my-custom/m-p/216606#M8082</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2016-06-22T20:12:59Z</dc:date>
    </item>
  </channel>
</rss>

