<?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: Daily log usage in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52396#M839</link>
    <description>&lt;P&gt;That's just what I needed.  Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2012 20:16:35 GMT</pubDate>
    <dc:creator>jwjorgensen</dc:creator>
    <dc:date>2012-05-15T20:16:35Z</dc:date>
    <item>
      <title>Daily log usage</title>
      <link>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52394#M837</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Can anyone tell me where I would go to find daily log storage info? I am trying to get an average of how much storage per day is currently being used, so I can figure out what license I would need to purchase.&lt;/P&gt;
&lt;P&gt;Any info is much appreciated!&lt;/P&gt;
&lt;P&gt;Jesse Jorgensen&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52394#M837</guid>
      <dc:creator>jwjorgensen</dc:creator>
      <dc:date>2020-06-15T19:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Daily log usage</title>
      <link>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52395#M838</link>
      <description>&lt;P&gt;This search will show you the amount of data for your indexes for 1 day.&lt;/P&gt;

&lt;P&gt;index=_internal source=*license_usage.log | eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by st useother=0&lt;/P&gt;

&lt;P&gt;Also in the UI you can go to the Search App -&amp;gt; Status (menu) -&amp;gt; Index Activity -&amp;gt; Indexing Volume. The Splunk on Splunk App also provides all of the details in addition to the health of your environment.&lt;/P&gt;

&lt;P&gt;http://&lt;YOUR ip="" and="" port=""&gt;/en-US/app/search/indexing_volume&lt;/YOUR&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52395#M838</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2020-09-28T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Daily log usage</title>
      <link>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52396#M839</link>
      <description>&lt;P&gt;That's just what I needed.  Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 20:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52396#M839</guid>
      <dc:creator>jwjorgensen</dc:creator>
      <dc:date>2012-05-15T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Daily log usage</title>
      <link>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52397#M840</link>
      <description>&lt;P&gt;The search above got me started in the right direction. I find this outputs the data in a more elegant format:&lt;/P&gt;

&lt;P&gt;index=_internal source=*license_usage.log&lt;BR /&gt;
earliest=-24h&lt;BR /&gt;
| eval GB=round(b/1024/1024/1024, 2)&lt;BR /&gt;
| stats sum(GB) count by st&lt;BR /&gt;
| sort - sum(GB)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Daily-log-usage/m-p/52397#M840</guid>
      <dc:creator>edriggers</dc:creator>
      <dc:date>2020-09-29T20:47:21Z</dc:date>
    </item>
  </channel>
</rss>

