<?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: Can you confirm this search will be accruate in determining how many gigs I am using? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Can-you-confirm-this-search-will-be-accruate-in-determining-how/m-p/319237#M5377</link>
    <description>&lt;P&gt;i will assume you are looking for license usage&lt;BR /&gt;
if that is the case, i would say it is accurate enough. if the text formatting is not plain english, it can be off.&lt;BR /&gt;
however, you can use the &lt;CODE&gt;|dbinspect&lt;/CODE&gt; command as i think you dont have to be an admin&lt;BR /&gt;
try this and adjust your timepicker:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbinspect
| search index=YOUR_INDEX
| stats sum(rawSize) as raw_size sum(sizeOnDiskMB) as commited_to_disk by index
| eval raw_gb = round(raw_size/1024/1024/1024, 2), committed_gb = round(commited_to_disk/1024, 2)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 16:38:58 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2018-04-10T16:38:58Z</dc:date>
    <item>
      <title>Can you confirm this search will be accruate in determining how many gigs I am using?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-you-confirm-this-search-will-be-accruate-in-determining-how/m-p/319236#M5376</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;I can't get access to admin tools on this instance of Splunk, just want to confirm this LEN command is accurate within reason for determining gigs used?&lt;/P&gt;

&lt;P&gt;example - &lt;BR /&gt;
index=pcf | eval total=len(_raw) | eval mygigs=1024/1024/1024 | stats sum(mygigs)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:25:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-you-confirm-this-search-will-be-accruate-in-determining-how/m-p/319236#M5376</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2018-04-10T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you confirm this search will be accruate in determining how many gigs I am using?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Can-you-confirm-this-search-will-be-accruate-in-determining-how/m-p/319237#M5377</link>
      <description>&lt;P&gt;i will assume you are looking for license usage&lt;BR /&gt;
if that is the case, i would say it is accurate enough. if the text formatting is not plain english, it can be off.&lt;BR /&gt;
however, you can use the &lt;CODE&gt;|dbinspect&lt;/CODE&gt; command as i think you dont have to be an admin&lt;BR /&gt;
try this and adjust your timepicker:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbinspect
| search index=YOUR_INDEX
| stats sum(rawSize) as raw_size sum(sizeOnDiskMB) as commited_to_disk by index
| eval raw_gb = round(raw_size/1024/1024/1024, 2), committed_gb = round(commited_to_disk/1024, 2)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Can-you-confirm-this-search-will-be-accruate-in-determining-how/m-p/319237#M5377</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-04-10T16:38:58Z</dc:date>
    </item>
  </channel>
</rss>

