<?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: Help to find daily indexed data size by each index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147948#M30091</link>
    <description>&lt;P&gt;Great, I'm glad it helped you find your solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2015 20:26:15 GMT</pubDate>
    <dc:creator>ppablo</dc:creator>
    <dc:date>2015-06-10T20:26:15Z</dc:date>
    <item>
      <title>Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147945#M30088</link>
      <description>&lt;P&gt;Need your help,&lt;/P&gt;

&lt;P&gt;Can you please tell us, how to find daily indexed data size by each index?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:10:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147945#M30088</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2015-06-10T19:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147946#M30089</link>
      <description>&lt;P&gt;Hi @dhavamanis&lt;/P&gt;

&lt;P&gt;There are large number of the same, if not similar, question already posted on Answers. Do the search(es) in this post answer your question? There's an option per day and per month.&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/154773/how-to-create-a-report-that-shows-max-indexed-volume-per-day-by-month-per-index.html"&gt;http://answers.splunk.com/answers/154773/how-to-create-a-report-that-shows-max-indexed-volume-per-day-by-month-per-index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147946#M30089</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-06-10T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147947#M30090</link>
      <description>&lt;P&gt;Thanks, i have just added wildcard search for source to get the results.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*license_usage.log*" type=Usage  | eval yearmonthday=strftime(_time, "%Y%m%d") | eval yearmonth=strftime(_time, "%Y%m%d") | stats sum(eval(b/1024/1024/1024)) AS volume_b by idx yearmonthday yearmonth | chart sum(volume_b) over yearmonth by idx
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jun 2015 20:19:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147947#M30090</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2015-06-10T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147948#M30091</link>
      <description>&lt;P&gt;Great, I'm glad it helped you find your solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 20:26:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/147948#M30091</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-06-10T20:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/712072#M117598</link>
      <description>&lt;P&gt;hi, Why do we have 2 fields&amp;nbsp; yearmonthday&amp;nbsp; and yearmonth in this query?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 10:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/712072#M117598</guid>
      <dc:creator>indut</dc:creator>
      <dc:date>2025-02-20T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help to find daily indexed data size by each index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/712155#M117601</link>
      <description>&lt;P&gt;hi any update on this from anyone ? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 22:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-to-find-daily-indexed-data-size-by-each-index/m-p/712155#M117601</guid>
      <dc:creator>indut</dc:creator>
      <dc:date>2025-02-20T22:50:00Z</dc:date>
    </item>
  </channel>
</rss>

