<?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 much are we indexing per index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135555#M27914</link>
    <description>&lt;P&gt;You can something try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=per_index_thruput series!="_*" | eval totalGB = (kb/1024)/1024 | timechart span=7d sum(totalGB)&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2014 19:41:29 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2014-02-03T19:41:29Z</dc:date>
    <item>
      <title>How much are we indexing per index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135554#M27913</link>
      <description>&lt;P&gt;How can I query how much data are we indexing per index for last 7 days. We are on Splunk 6.0.1&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135554#M27913</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2014-02-03T19:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How much are we indexing per index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135555#M27914</link>
      <description>&lt;P&gt;You can something try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=per_index_thruput series!="_*" | eval totalGB = (kb/1024)/1024 | timechart span=7d sum(totalGB)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135555#M27914</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-03T19:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How much are we indexing per index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135556#M27915</link>
      <description>&lt;P&gt;I am looking for a query which can output index and its usage. Something like below&lt;BR /&gt;
name     day1 day2 day3 day4 day5 day6 day7&lt;BR /&gt;
index_a  1.2  1.3  1.5  1.1  1.7  0.9  1.1 &lt;BR /&gt;
index_b  3.2  3.2  3.5  3.7  4.0  3.2  3.2&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135556#M27915</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2020-09-28T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How much are we indexing per index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135557#M27916</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=per_index_thruput series!="_*"  | bucket span=1d _time  | eval totalMB = round(kb/1024,4) | eval Date=strftime(_time,"%Y-%m-%d") | chart sum(totalMB) over series by Date
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Feb 2014 20:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-much-are-we-indexing-per-index/m-p/135557#M27916</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-04T20:52:45Z</dc:date>
    </item>
  </channel>
</rss>

