<?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: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193533#M7268</link>
    <description>&lt;P&gt;I configured the master server and indexers with a replication factor of 2. The indexes did not replicate already indexed data. Is there a way to replicate previously indexed data, or is it ONLY data from the date replication is enabled and future data?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2015 12:18:58 GMT</pubDate>
    <dc:creator>hagjos43</dc:creator>
    <dc:date>2015-07-09T12:18:58Z</dc:date>
    <item>
      <title>Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193529#M7264</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;

&lt;P&gt;We are (finally) looking to upgrade and add a second indexer in the mix. Our current setup is the following:&lt;BR /&gt;
Searchhead x 1&lt;BR /&gt;
Indexer x 1&lt;BR /&gt;
Deployment Server x 1&lt;/P&gt;

&lt;P&gt;We want to do single site indexer clustering with full redundancy between both indexers, as well as decreased search time (spreading a search across multiple indexers). From what I'm reading &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Basicclusterarchitecture"&gt;here&lt;/A&gt; we must identify a master node. My question is, does this have to be a separate server or can I use the deployment server as the master node? Are there any best practices, or additional guides anyone would advise using?&lt;/P&gt;

&lt;P&gt;Many thanks &lt;BR /&gt;
- Joe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193529#M7264</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-07-06T12:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193530#M7265</link>
      <description>&lt;P&gt;You can use the deployment server for that, up to a certain indexed volume and number of indexers the master node does not require that many resources. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Systemrequirements#Additional_roles_for_the_master_node"&gt;here&lt;/A&gt; for the official docs on that.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 13:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193530#M7265</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-06T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193531#M7266</link>
      <description>&lt;P&gt;If I want the indexes to be replicated from indexer1 to indexer2 should replication factor be set to 2?&lt;/P&gt;

&lt;P&gt;within the master indexes.conf I have it set to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[indexnamegoeshere]
repFactor=auto
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jul 2015 18:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193531#M7266</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-07-07T18:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193532#M7267</link>
      <description>&lt;P&gt;You set the replication factor when you set the cluster up. I would recommend you do it via the GUI if this you first time doing it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193532#M7267</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-08T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193533#M7268</link>
      <description>&lt;P&gt;I configured the master server and indexers with a replication factor of 2. The indexes did not replicate already indexed data. Is there a way to replicate previously indexed data, or is it ONLY data from the date replication is enabled and future data?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:18:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193533#M7268</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-07-09T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193534#M7269</link>
      <description>&lt;P&gt;That is possible, but &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Migratenon-clusteredindexerstoaclusteredenvironment#Manage_legacy_data"&gt;not recommended&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If your license allows and you really need the data clustered, you could also re-index it.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193534#M7269</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-09T12:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193535#M7270</link>
      <description>&lt;P&gt;if you want to make indexer clustering, then set 3 indexes is a best practice. 2 search heads help to get rid of single-point fail over. &lt;BR /&gt;
then you should have a master node.&lt;BR /&gt;
you can use deployment server as master node. &lt;BR /&gt;
please find the link below.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Clusterdeploymentoverview"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Clusterdeploymentoverview&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193535#M7270</guid>
      <dc:creator>srisahitya_v</dc:creator>
      <dc:date>2015-07-09T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193536#M7271</link>
      <description>&lt;P&gt;so there is no automatic way to do this? &lt;/P&gt;

&lt;P&gt;Here is our situation. We need to take down server 1 for maintenance and many other things (will be down for up to a week). We want a second indexer added (indexer clustering) so that during the downtime users can still search historical data. The new indexer will receive data during down time.&lt;/P&gt;

&lt;P&gt;When the maintenance is complete we will bring the server (original indexer) back up and add it back to the mix. From that point forward we will have two indexers in a cluster.&lt;/P&gt;

&lt;P&gt;FYI - The forwarders will be configured to send data to both indexers.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193536#M7271</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2015-07-09T12:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from a single indexer/search head to indexer clustering, does the master node have to be a separate server, or can I use the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193537#M7272</link>
      <description>&lt;P&gt;In that case, you could simply move your already indexed data as it is to the new machine - but be careful to follow the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Indexer/Moveanindex#For_.2Anix_users"&gt;instructions&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Moving-from-a-single-indexer-search-head-to-indexer-clustering/m-p/193537#M7272</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-09T13:14:22Z</dc:date>
    </item>
  </channel>
</rss>

