<?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: Total number of indexed volume per day in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15837#M1826</link>
    <description>&lt;P&gt;I can help answer your question, but for sharing purposes, can you create a new question?   It's a modified search and it uses additional operators.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2010 22:11:50 GMT</pubDate>
    <dc:creator>Simeon</dc:creator>
    <dc:date>2010-06-23T22:11:50Z</dc:date>
    <item>
      <title>Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15834#M1823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Currently I have a splunk server receiving logs from few servers.&lt;/P&gt;

&lt;P&gt;I will like to do a search that is scheduled on a daily basis which will report on the total indexed volume for all servers in a day.&lt;/P&gt;

&lt;P&gt;This command looks good but it list individual servers and their indexed size:
index=_internal source=*metrics.log splunk_server="*" | eval MB=kb/1024 | search 
group="per_host_thruput" | chart sum(MB) by series | sort sum(MB)&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2010 15:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15834#M1823</guid>
      <dc:creator>apro</dc:creator>
      <dc:date>2010-06-21T15:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15835#M1824</link>
      <description>&lt;P&gt;You simply need to use the addtotals command:&lt;/P&gt;

&lt;P&gt;index=_internal source=*metrics.log splunk_server="*" | eval MB=kb/1024 | search group="per_host_thruput" | chart sum(MB) by series | addtotals &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2010 23:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15835#M1824</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-06-21T23:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15836#M1825</link>
      <description>&lt;P&gt;Thanks for the tip.works fine and got to display the total volume.Can advise further on the Custom Alert condition search to specify if I only want to receive an email if the total indexed volume hit 70% of the license limit?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 17:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15836#M1825</guid>
      <dc:creator>apro</dc:creator>
      <dc:date>2010-06-23T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15837#M1826</link>
      <description>&lt;P&gt;I can help answer your question, but for sharing purposes, can you create a new question?   It's a modified search and it uses additional operators.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 22:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15837#M1826</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-06-23T22:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15838#M1827</link>
      <description>&lt;P&gt;Hi, have created new question here -&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/3976/custom-alert-condition-search-to-report-on-indexed-volume"&gt;http://answers.splunk.com/questions/3976/custom-alert-condition-search-to-report-on-indexed-volume&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2010 13:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15838#M1827</guid>
      <dc:creator>apro</dc:creator>
      <dc:date>2010-06-24T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15839#M1828</link>
      <description>&lt;P&gt;Some updates,&lt;/P&gt;

&lt;P&gt;I am scheduling this search(Daily Indexed Volume) now:&lt;/P&gt;

&lt;P&gt;index=_internal source=*metrics.log splunk_server="*" | eval MB=kb/1024 | search group="per_host_thruput" | chart sum(MB) by series | rename series AS "Host(s)" | sort sum(MB) | addcoltotals col=t | fillnull value="[ Total Indexed Volume ] last 24 hours" Host(s)&lt;/P&gt;

&lt;P&gt;but it seems to be generating the following errors:&lt;/P&gt;

&lt;P&gt;in splunkd.log:
06-25-2010 10:04:27.285 ERROR stats - The argument '&amp;gt;' is invalid.&lt;/P&gt;

&lt;P&gt;in scheduler.log:
06-25-2010 10:04:27.285 ERROR SavedSplunker - savedsearch_id="myuserid;search;Daily Indexed Volume", Error in 'stats': The argument '&amp;gt;' is invalid.&lt;/P&gt;

&lt;P&gt;Any idea??&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2010 13:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15839#M1828</guid>
      <dc:creator>apro</dc:creator>
      <dc:date>2010-06-25T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15840#M1829</link>
      <description>&lt;P&gt;Is it because the parens in the Host(s)? Perhaps you need quotes or to escape it? I would try renaming that and give it another crack to isolate the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15840#M1829</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2013-02-11T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Total number of indexed volume per day</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15841#M1830</link>
      <description>&lt;P&gt;another query posted and another that doesnt work.. for me anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Total-number-of-indexed-volume-per-day/m-p/15841#M1830</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-24T23:46:48Z</dc:date>
    </item>
  </channel>
</rss>

