<?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: How to calculate the index size from top 10 biggest indexers in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571213#M199039</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231002"&gt;@myleskennison&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In your question, there is confusion about indexes and indexers but I assume you need index sizes.&lt;/P&gt;&lt;P&gt;Please try below on your search head, it will show you total index sizes in megabytes and total event counts per index.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/data/indexes 
| stats sum(currentDBSizeMB) as currentDBSizeMB sum(totalEventCount) as totalEventCount by title 
| rename title as index&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 16 Oct 2021 17:23:40 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-10-16T17:23:40Z</dc:date>
    <item>
      <title>How to calculate the index size from top 10 biggest indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571203#M199035</link>
      <description>&lt;P&gt;Sorry about this lame post. Our Splunk admin had to leave unexpectedly and now it's up to me to do this without any prior knowledge. &amp;nbsp;I'm trying to figure out how to make a dashboard that displays our biggest indexers out of about 100. &amp;nbsp;Management wants to know which indexes are ingesting the most data daily and how much. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 14:36:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571203#M199035</guid>
      <dc:creator>myleskennison</dc:creator>
      <dc:date>2021-10-16T14:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the index size from top 10 biggest indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571204#M199036</link>
      <description>&lt;P&gt;Check the Monitoring Console.&amp;nbsp; Settings-&amp;gt;Monitoring console-&amp;gt;Indexing-&amp;gt;Indexes and Volumes:Instance.&lt;/P&gt;&lt;P&gt;Other dashboards in the MC may help, too.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 15:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571204#M199036</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-16T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the index size from top 10 biggest indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571205#M199037</link>
      <description>&lt;P&gt;Thanks Rich but I don't have the monitoring console.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 15:06:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571205#M199037</guid>
      <dc:creator>myleskennison</dc:creator>
      <dc:date>2021-10-16T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the index size from top 10 biggest indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571209#M199038</link>
      <description>&lt;P&gt;Everyone has the monitoring console.&amp;nbsp; It's built in to Splunk Enterprise.&amp;nbsp; The trick may be in finding the right instance where the MC is configured.&lt;/P&gt;&lt;P&gt;A good resource for someone taking over a Splunk deployment is the &lt;EM&gt;Inherit a Splunk Deployment&lt;/EM&gt; manual at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/InheritedDeployment/Introduction" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/InheritedDeployment/Introduction&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 16:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571209#M199038</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-16T16:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the index size from top 10 biggest indexers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571213#M199039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231002"&gt;@myleskennison&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In your question, there is confusion about indexes and indexers but I assume you need index sizes.&lt;/P&gt;&lt;P&gt;Please try below on your search head, it will show you total index sizes in megabytes and total event counts per index.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/data/indexes 
| stats sum(currentDBSizeMB) as currentDBSizeMB sum(totalEventCount) as totalEventCount by title 
| rename title as index&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 16 Oct 2021 17:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-the-index-size-from-top-10-biggest-indexers/m-p/571213#M199039</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-10-16T17:23:40Z</dc:date>
    </item>
  </channel>
</rss>

