<?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 Stats by date in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213318#M187935</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I need the below splunk search to be shown in stats. Stats should be in date wise. please help.&lt;/P&gt;

&lt;P&gt;| eventcount summarize=false report_size=true index=test| eval size_MB=size_bytes/(1024*1024) | eval size_GB=size_MB/1024 &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:28:59 GMT</pubDate>
    <dc:creator>chris1</dc:creator>
    <dc:date>2020-09-29T09:28:59Z</dc:date>
    <item>
      <title>Stats by date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213318#M187935</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I need the below splunk search to be shown in stats. Stats should be in date wise. please help.&lt;/P&gt;

&lt;P&gt;| eventcount summarize=false report_size=true index=test| eval size_MB=size_bytes/(1024*1024) | eval size_GB=size_MB/1024 &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213318#M187935</guid>
      <dc:creator>chris1</dc:creator>
      <dc:date>2020-09-29T09:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Stats by date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213319#M187936</link>
      <description>&lt;P&gt;What do you mean by "shown in stats" and by "stats should be in date wise"?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 13:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213319#M187936</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-04-23T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stats by date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213320#M187937</link>
      <description>&lt;P&gt;I want to see the space consumed by the index per day.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 13:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213320#M187937</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2016-04-23T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stats by date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213321#M187938</link>
      <description>&lt;P&gt;The closest you can get to "space consumed by the index per day" is "space consumed by buckets of the index" and "bucket span":&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbinspect index=main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That has &lt;CODE&gt;startEpoch&lt;/CODE&gt; and &lt;CODE&gt;endEpoch&lt;/CODE&gt; to give you the bucket span, and &lt;CODE&gt;sizeOnDiskMB&lt;/CODE&gt; to give you the bucket's size. Since buckets can span weeks, how you count the per-day consumption depends on what your goals are.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 14:24:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213321#M187938</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-04-23T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stats by date</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213322#M187939</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=_internal source="/opt/splunk/var/log/splunk/license_usage.log*"
| timechart span=1d sum(eval(round(b/1024/1024/1024,5))) by idx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;seems to do it...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 00:26:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Stats-by-date/m-p/213322#M187939</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-04-25T00:26:52Z</dc:date>
    </item>
  </channel>
</rss>

