<?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: Determining if an index needs rebalance in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470704#M24331</link>
    <description>&lt;P&gt;Adding Search Heads has nothing to do with Indexers or the balance of data on them.  In any case, the GUI on the &lt;CODE&gt;Cluster Master&lt;/CODE&gt; clearly shows the balance and allows you to rebalance with the click of a button.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 23:48:23 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-10-28T23:48:23Z</dc:date>
    <item>
      <title>Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470700#M24327</link>
      <description>&lt;P&gt;We recently worked with Pro Svcs to upgrade our Splunk Infrastructure and add two new search heads to the cluster. The recommendation was made to rebalance the indexes.  How can I determine if any or all indexes need to be re-balanced?  We have done 3 indexes.  I'd like to see that status of those as well as the other indexes from a balancing perspective.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470700#M24327</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-10-28T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470701#M24328</link>
      <description>&lt;P&gt;Hi, you can try one of the two ways:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;In the Cluster Master Spunk UI, you can navigate via Settings -&amp;gt; Indexer Clustering -&amp;gt; Peers, and look at the "Buckets" column. You will see bucket counts for each indexer. The numbers should be somewhat similar.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;| rest /services/data/indexes splunk_server=idx* | stats sum(currentDBSizeMB) as totalDBSize by splunk_server&lt;/CODE&gt; will also give you an idea of how balanced data is overall in terms of storage taken on peers. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Jesse&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470701#M24328</guid>
      <dc:creator>jessec_splunk</dc:creator>
      <dc:date>2019-10-28T17:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470702#M24329</link>
      <description>&lt;P&gt;This is helpful to get an idea of the overall bucket balance.  I was hoping to get more specific detail about each individual index.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:03:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470702#M24329</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-10-28T17:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470703#M24330</link>
      <description>&lt;P&gt;Try just &lt;CODE&gt;| rest /services/data/indexes&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470703#M24330</guid>
      <dc:creator>jessec_splunk</dc:creator>
      <dc:date>2019-10-28T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470704#M24331</link>
      <description>&lt;P&gt;Adding Search Heads has nothing to do with Indexers or the balance of data on them.  In any case, the GUI on the &lt;CODE&gt;Cluster Master&lt;/CODE&gt; clearly shows the balance and allows you to rebalance with the click of a button.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 23:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470704#M24331</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-28T23:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Determining if an index needs rebalance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470705#M24332</link>
      <description>&lt;P&gt;I misspoke (mistyped).  We added 2 indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 11:51:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determining-if-an-index-needs-rebalance/m-p/470705#M24332</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-10-29T11:51:02Z</dc:date>
    </item>
  </channel>
</rss>

