<?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 how to calculate the data received per day? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550337#M156168</link>
    <description>&lt;P&gt;Greetings!!&lt;/P&gt;&lt;P&gt;Dear all!&lt;/P&gt;&lt;P&gt;Hope you are well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your support on how to calculate the size of events we received per day, for instance, if you want to check the size of each data we have received in one week?&lt;/P&gt;&lt;P&gt;I am using Splunk enterprise (Linux server)&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 07:04:00 GMT</pubDate>
    <dc:creator>pacifikn</dc:creator>
    <dc:date>2021-05-04T07:04:00Z</dc:date>
    <item>
      <title>how to calculate the data received per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550337#M156168</link>
      <description>&lt;P&gt;Greetings!!&lt;/P&gt;&lt;P&gt;Dear all!&lt;/P&gt;&lt;P&gt;Hope you are well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your support on how to calculate the size of events we received per day, for instance, if you want to check the size of each data we have received in one week?&lt;/P&gt;&lt;P&gt;I am using Splunk enterprise (Linux server)&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 07:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550337#M156168</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2021-05-04T07:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate the data received per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550357#M156172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/209306"&gt;@pacifikn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this search&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log | eval GB=b/1024/1024/1024 | stats sum(GB) by h | sort -sum(GB)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 May 2021 08:34:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550357#M156172</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-05-04T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate the data received per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550364#M156176</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp; for your prompt response,&lt;/P&gt;&lt;P&gt;This works well for each source, Is there anyhow you could also calculate the total size of all sources we have received?&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 09:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550364#M156176</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2021-05-04T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate the data received per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550365#M156177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/209306"&gt;@pacifikn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*license_usage.log  | eval GB=b/1024/1024/1024 | stats sum(GB) as volume_in_GB by idx s st | sort - volume_in_GB 
| rename idx AS index s AS source st AS sourcetype&lt;/LI-CODE&gt;&lt;P&gt;if this search help karma point is appreciated&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 09:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550365#M156177</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-05-04T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to calculate the data received per day?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550368#M156178</link>
      <description>&lt;P&gt;help me also on How to calculate the percentage of Daily license used? I mean per day?&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 10:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-calculate-the-data-received-per-day/m-p/550368#M156178</guid>
      <dc:creator>pacifikn</dc:creator>
      <dc:date>2021-05-04T10:31:36Z</dc:date>
    </item>
  </channel>
</rss>

