<?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 size of Index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/685163#M233803</link>
    <description>&lt;P&gt;A bit late to the party &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But seriously - &lt;EM&gt;getting&lt;/EM&gt; the size of the index is one thing but before that we need to define what we mean by that.&lt;/P&gt;&lt;P&gt;Index can be measured by many different parameters.&lt;/P&gt;&lt;P&gt;1. Cumulative size of all indexed events (that's what license usage counts as well)&lt;/P&gt;&lt;P&gt;2. Size of raw event files (compressed or not)&lt;/P&gt;&lt;P&gt;3. Cumulative size of everything related to just events (raw data, metadata)&lt;/P&gt;&lt;P&gt;4. Cumulative size of data regarding events as well as summaries created for given index.&lt;/P&gt;&lt;P&gt;5. Any of the above points but expressed not in terms of file sizes but in terms of usage of underlying storage (as in block-aligned or similar).&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 15:03:59 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-04-23T15:03:59Z</dc:date>
    <item>
      <title>How to calculate size of Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/657839#M227220</link>
      <description>&lt;P&gt;what are the different ways to calculate size of one index ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;looking for solutions other than "licence_usage.log".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Appreciate&lt;SPAN&gt;&amp;nbsp;your help. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 03:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/657839#M227220</guid>
      <dc:creator>Anantha123</dc:creator>
      <dc:date>2023-09-18T03:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate size of Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/657841#M227222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/143091"&gt;@Anantha123&lt;/a&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;1). on DMC, you can get the index size details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2). Using dbinspect command you can get the index size&lt;/P&gt;&lt;PRE&gt;| dbinspect index=myindex | eval GB=sizeOnDiskMB/1024 | stat sum(GB) &lt;/PRE&gt;&lt;P&gt;3). rest command&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;| rest /services/data/indexes | stats values(currentDBSizeMB) by title&lt;/PRE&gt;&lt;P&gt;4) eventcount command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eventcount summarize=false index=* report_size=true | eval GB=(size_bytes/1024)/1024/1024 | stats sum(GB) by index, server&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;5) collect command: (not sure of this... pls test this one)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|collect index=myindex&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 05:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/657841#M227222</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-09-18T05:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate size of Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/685150#M233801</link>
      <description>&lt;P&gt;Thank you for the reply&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:03:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/685150#M233801</guid>
      <dc:creator>Anantha123</dc:creator>
      <dc:date>2024-04-23T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate size of Index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/685163#M233803</link>
      <description>&lt;P&gt;A bit late to the party &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But seriously - &lt;EM&gt;getting&lt;/EM&gt; the size of the index is one thing but before that we need to define what we mean by that.&lt;/P&gt;&lt;P&gt;Index can be measured by many different parameters.&lt;/P&gt;&lt;P&gt;1. Cumulative size of all indexed events (that's what license usage counts as well)&lt;/P&gt;&lt;P&gt;2. Size of raw event files (compressed or not)&lt;/P&gt;&lt;P&gt;3. Cumulative size of everything related to just events (raw data, metadata)&lt;/P&gt;&lt;P&gt;4. Cumulative size of data regarding events as well as summaries created for given index.&lt;/P&gt;&lt;P&gt;5. Any of the above points but expressed not in terms of file sizes but in terms of usage of underlying storage (as in block-aligned or similar).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-size-of-Index/m-p/685163#M233803</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-04-23T15:03:59Z</dc:date>
    </item>
  </channel>
</rss>

