<?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: Search for the volume of data ingested into a specific index in MB in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331501#M4882</link>
    <description>&lt;P&gt;Try this (gives the amount of license used for indexes)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage 
| stats sum(b) as bytes by idx | eval mb=round(bytes/1024/1024,3)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2017 16:00:22 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-06-09T16:00:22Z</dc:date>
    <item>
      <title>Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331500#M4881</link>
      <description>&lt;P&gt;I have spent hours today researching and testing all sort of searches and I just cannot figure out how to find the information I want. I would have thought it would have been straight forward to find the total volume of data sent to a specific index in MB.&lt;/P&gt;

&lt;P&gt;I have came close but only by experimenting with many examples I found on the site.&lt;/P&gt;

&lt;P&gt;Any advice would be very much appreciated. &lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:03:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331500#M4881</guid>
      <dc:creator>rleadingham</dc:creator>
      <dc:date>2017-06-09T14:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331501#M4882</link>
      <description>&lt;P&gt;Try this (gives the amount of license used for indexes)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage 
| stats sum(b) as bytes by idx | eval mb=round(bytes/1024/1024,3)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2017 16:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331501#M4882</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-06-09T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331502#M4883</link>
      <description>&lt;P&gt;Setup a Monitoring Console:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.1/DMC/DMCoverview"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.1/DMC/DMCoverview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 05:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331502#M4883</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-12T05:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331503#M4884</link>
      <description>&lt;P&gt;This is absolutely perfect thank you very much. I have what I am looking for and I have learnt more about how to query in Splunk!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 06:35:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331503#M4884</guid>
      <dc:creator>rleadingham</dc:creator>
      <dc:date>2017-06-12T06:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331504#M4885</link>
      <description>&lt;P&gt;How to check the daily indexing in such cases ? Would adding span=1d and a timechart help?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331504#M4885</guid>
      <dc:creator>splunkdevabhi</dc:creator>
      <dc:date>2019-12-04T20:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search for the volume of data ingested into a specific index in MB</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331505#M4886</link>
      <description>&lt;P&gt;If you want overall, then you can use this timechart version&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage 
 | timechart span=1d sum(b) as usage_mb| eval usage_mb=round(usage_mb/1024/1024,3)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For per index, you can use this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=_internal sourcetype=splunkd source=*license_usage.log type=Usage 
     | timechart span=1d sum(b) as usage by idx limit=0 | foreach * [ eval "&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;"=round('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/1024/1024,3)]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal sourcetype=splunkd source=*license_usage.log type=Usage 
     | bucket span=1d _time | stats sum(b) as bytes by _time idx | eval mb=round(bytes/1024/1024,3)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Search-for-the-volume-of-data-ingested-into-a-specific-index-in/m-p/331505#M4886</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-12-04T20:45:32Z</dc:date>
    </item>
  </channel>
</rss>

