<?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: Migrate from indexer cluster to standalone instance in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/677524#M27909</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;but in your steps i didnt see anything to convert bucket renames? Its not required?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 07:02:18 GMT</pubDate>
    <dc:creator>rajashaey</dc:creator>
    <dc:date>2024-02-14T07:02:18Z</dc:date>
    <item>
      <title>Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498544#M17151</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a legacy Splunk Enterprise cluster that consists of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;1 cluster master&lt;/LI&gt;
&lt;LI&gt;3 indexers, forming an indexer cluster&lt;/LI&gt;
&lt;LI&gt;1 search head&lt;/LI&gt;
&lt;LI&gt;1 license master&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This cluster will stop receiving data. I need to downgrade it from cluster to standalone, and I need to preserve its existing data in such a way that it remains searchable.&lt;/P&gt;
&lt;P&gt;That is, I need to downgrade this cluster to only one instance: a single standalone instance that contains the same data as the indexer cluster.&lt;/P&gt;
&lt;P&gt;Is this possible? What steps should I perform?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 01:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498544#M17151</guid>
      <dc:creator>pcsegal1</dc:creator>
      <dc:date>2020-06-11T01:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498545#M17152</link>
      <description>&lt;P&gt;I can get you from a three-node cluster to a single-node cluster, but I'm not sure it's possible to go back to a standalone instance.  Are you sure that's what you want?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498545#M17152</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-20T19:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498546#M17153</link>
      <description>&lt;P&gt;@richgalloway  Generally speaking, what I need is to reduce the number of instances as much as possible (ideally to 1) in order to save costs while still keeping the legacy data accessible. If going back to a standalone is very tricky or impossible, I think downgrading to a single-node cluster could be a good compromise. Could you please share the procedure? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498546#M17153</guid>
      <dc:creator>pcsegal1</dc:creator>
      <dc:date>2020-03-20T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498547#M17154</link>
      <description>&lt;P&gt;For going from standalone to clustered, Splunk recommends engaging Splunk Professional Services.   Going the other way is at least as complicated so PS should be considered there, too.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498547#M17154</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-20T19:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498548#M17155</link>
      <description>&lt;P&gt;The path from single indexer to indexer cluster is well-known.  The path from cluster to single is not.  Few downgrade like that.  You can go to singler-indexer cluster, however.  By staying clustered it's easy to add nodes when you need to.&lt;/P&gt;

&lt;P&gt;Here are the steps I would take.&lt;BR /&gt;
1) Change your replication and search factors to 1&lt;BR /&gt;
2) Change all servers that send data to Splunk to send only to indexer 1.  This should be matter of pushing a new outputs.conf file.&lt;BR /&gt;
3) Put indexers 2 and 3 into manual detention using this command on each:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk edit cluster-config -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; -manual_detention on
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This stops the indexers from accepting data and from replicating data from indexer 1.&lt;/P&gt;

&lt;P&gt;4) Take indexer 2 off-line.  The &lt;CODE&gt;--enforce-counts&lt;/CODE&gt; option tells the cluster master to move all primary and searchable buckets to another indexer (which will be indexer 1 since it is the only one not in detention).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk offline --enforce-counts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;5) Wait for buckets to move and for indexer 2 to stop.&lt;BR /&gt;
6) Repeat steps 4 and 5 with indexer 3.&lt;BR /&gt;
7) Remove indexers 2 and 3 from the list of search peers on the SH&lt;BR /&gt;
8) Decommission indexers 2 and 3.&lt;/P&gt;

&lt;P&gt;To reduce the number of instances further, make the SH your license master.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 19:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498548#M17155</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-20T19:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498549#M17156</link>
      <description>&lt;P&gt;The easiest thing to do is to upgrade to &lt;CODE&gt;smarstore&lt;/CODE&gt; and then just turn off 2 of your indexers.  This is CAKE.&lt;BR /&gt;
Alternatively. If you are NOT multi-site:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;0: Create a script that can convert `single-site buckets` to `unclustered buckets` (this is pretty easy).
1: Set `RF=1/SF=1`; wait for things to settle.
2: Disable `Indexer Discovery` feature, reverting to traditional list of Indexers, but specifying all 3 Indexers.
3: `Remove Excess Buckets` from the CM; there is now only 1 copy of each bucket.
4: SEARCH OUTAGE IS ABOUT TO BEGIN: shutdown Search Heads
5: Shutdown the indexer that is to become the lone survivor (incoming data going to other indexers).
5a: Enlarge disk volumes if need be (probably).
5b: Run script to convert `single-site buckets` to `unclustered buckets`.
5c: Remove `Indexer Clustering` settings from this indexer.
5d: Restart Splunk; incoming data will now go to `unclustered buckets`.
6: Update `outputs.conf` with traditional list of Indexers and specify ONLY the 1 Indexer that will be the lone survivor.
7: Shutdown the other indexers.
8: Run script to convert `single-site buckets` to `unclustered buckets`.
9: Copy the buckets to the lone survivor.
10: Restart the lone survivor Indexer.
11: Restart the Search Head(s).
12: Trash the other Indexers and the Cluster Master.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you ARE multi-site, you will have to downgrade to single-site, then downgrade to a single Indexer which is much the same as expanding your Indexer cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 20:31:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498549#M17156</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-20T20:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498550#M17157</link>
      <description>&lt;P&gt;Thank you. I just wanted to clear up a doubt: if the indexer can support direct searching, then, after the procedure you outlined, if I then remove the indexer from the cluster, wouldn't it effectively become a standalone instance?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 10:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498550#M17157</guid>
      <dc:creator>pcsegal1</dc:creator>
      <dc:date>2020-03-23T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498551#M17158</link>
      <description>&lt;P&gt;If you remove the indexer you will remove all of your data.&lt;BR /&gt;
To further condense your installation, you will need to rename all of the data buckets to the non-clustered name format to become a non-clustered indexer.  See @woodcock's answer for details.  You will also need to copy all of your knowledge objects from the SH to indexer so the indexer can become the standalone instance.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498551#M17158</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-24T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498552#M17159</link>
      <description>&lt;P&gt;@richgalloway - I have a follow-up question. Let's say that the cluster's Enterprise license expires, and all instances are downgraded to Free. Since clustering and distributed search are not supported in Free, does that mean that all data is automatically removed? Or is the data still preserved?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498552#M17159</guid>
      <dc:creator>pcsegal1</dc:creator>
      <dc:date>2020-04-07T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498553#M17160</link>
      <description>&lt;P&gt;Data is not removed when licenses expire.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498553#M17160</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-07T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498554#M17161</link>
      <description>&lt;P&gt;@richgalloway - Thank you. Just to clarify, the reason for the question was that, when downgrading a cluster to Free, I assume all instances would automatically become standalone. Is that correct? So, I imagined this license downgrade would end up in the same complex scenario of going from cluster to standalone. Would any complex procedure be required in this case as well?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 12:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/498554#M17161</guid>
      <dc:creator>pcsegal1</dc:creator>
      <dc:date>2020-04-07T12:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/565060#M24819</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;I am new to splunk and am not sure how to create the script referenced for converting `single-site buckets` to `unclustered buckets` and wanted to know if you could provide a reference/example for this.&amp;nbsp; Thanks in advance for any assistance!!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 13:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/565060#M24819</guid>
      <dc:creator>Bellthazor</dc:creator>
      <dc:date>2021-08-27T13:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/565067#M24820</link>
      <description>&lt;P&gt;You will have to contact splunk support for that.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 13:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/565067#M24820</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2021-08-27T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/677524#M27909</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;but in your steps i didnt see anything to convert bucket renames? Its not required?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/677524#M27909</guid>
      <dc:creator>rajashaey</dc:creator>
      <dc:date>2024-02-14T07:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate from indexer cluster to standalone instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/677555#M27910</link>
      <description>&lt;P&gt;There is no need to rename buckets in this case.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Migrate-from-indexer-cluster-to-standalone-instance/m-p/677555#M27910</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-02-14T13:14:12Z</dc:date>
    </item>
  </channel>
</rss>

