<?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: I need to down size the number of indexers to half in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677328#M27900</link>
    <description>&lt;P&gt;Assuming you've verified 12 indexers can handle both the indexing and search loads, then you just need to remove 12 indexers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Remove 12 indexers from outputs.conf on all instances.&amp;nbsp; Ideally, you have this in an app so you can make the change once an push it to where it is needed (SHs, forwarders, DS, MC, CM, LM).&amp;nbsp; If you've implemented Indexer Discover then you can skip this step.&lt;/P&gt;&lt;P&gt;2. Put the 12 indexers into manual detention.&amp;nbsp; This will keep them from accepting new data or replicated buckets.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk edit cluster-config -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; -manual_detention on&lt;/LI-CODE&gt;&lt;P&gt;3. Run this command on each indexer being removed.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk offline --enforce-counts&lt;/LI-CODE&gt;&lt;P&gt;Wait for the indexer to stop before proceeding to the next.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2024 18:56:34 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-02-12T18:56:34Z</dc:date>
    <item>
      <title>I need to down size the number of indexers to half</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677322#M27897</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I need to decrease the number of indexers used to half, in my current configurations we have site replication factor is 5 in total with origin:3 and site searchfactor is defined as 3 in total and origin:2.&lt;BR /&gt;&lt;BR /&gt;My total number of indexers is 24 and I want to decrease the count of indexers to 12.&lt;BR /&gt;&lt;BR /&gt;I want to have the complete process of reducing the indexer cluster size so that the buckets which have site information will not be impacted.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bapun18_0-1707762622976.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29345i522D62FC00DB6B03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bapun18_0-1707762622976.png" alt="bapun18_0-1707762622976.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bapun18_1-1707762666289.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29346i5406A59445392B36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bapun18_1-1707762666289.png" alt="bapun18_1-1707762666289.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:34:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677322#M27897</guid>
      <dc:creator>bapun18</dc:creator>
      <dc:date>2024-02-12T18:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: I need to down size the number of indexers to half</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677323#M27898</link>
      <description>&lt;P&gt;Why do you want to reduce the number of indexers?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What problem are you trying to solve?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can 12 indexers handle the workload currently done by 24 indexers?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:38:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677323#M27898</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-02-12T18:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: I need to down size the number of indexers to half</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677325#M27899</link>
      <description>&lt;P&gt;Yes, it can handle.. Data volume reduced, so there is no point of keeping 24 indexers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:40:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677325#M27899</guid>
      <dc:creator>bapun18</dc:creator>
      <dc:date>2024-02-12T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: I need to down size the number of indexers to half</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677328#M27900</link>
      <description>&lt;P&gt;Assuming you've verified 12 indexers can handle both the indexing and search loads, then you just need to remove 12 indexers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Remove 12 indexers from outputs.conf on all instances.&amp;nbsp; Ideally, you have this in an app so you can make the change once an push it to where it is needed (SHs, forwarders, DS, MC, CM, LM).&amp;nbsp; If you've implemented Indexer Discover then you can skip this step.&lt;/P&gt;&lt;P&gt;2. Put the 12 indexers into manual detention.&amp;nbsp; This will keep them from accepting new data or replicated buckets.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk edit cluster-config -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; -manual_detention on&lt;/LI-CODE&gt;&lt;P&gt;3. Run this command on each indexer being removed.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk offline --enforce-counts&lt;/LI-CODE&gt;&lt;P&gt;Wait for the indexer to stop before proceeding to the next.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677328#M27900</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-02-12T18:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: I need to down size the number of indexers to half</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677380#M27907</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/204073"&gt;@bapun18&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The number of indexers depends on the daily indexed logs, on the number of scheduled searches and active users.&lt;/P&gt;&lt;P&gt;how many of them do you have?&lt;/P&gt;&lt;P&gt;can your reducted Indexers manage your volume?&lt;/P&gt;&lt;P&gt;In my opinion only a Splunk Architect can answer to this question.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 09:35:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/I-need-to-down-size-the-number-of-indexers-to-half/m-p/677380#M27907</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-13T09:35:37Z</dc:date>
    </item>
  </channel>
</rss>

