<?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 data ingest size from a server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339834#M94887</link>
    <description>&lt;P&gt;how to identify data ingest size from a server per day...&lt;/P&gt;

&lt;P&gt;looking to find sizes of data ingested from each server for planning ..&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 15:56:15 GMT</pubDate>
    <dc:creator>jiaqya</dc:creator>
    <dc:date>2018-04-17T15:56:15Z</dc:date>
    <item>
      <title>data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339834#M94887</link>
      <description>&lt;P&gt;how to identify data ingest size from a server per day...&lt;/P&gt;

&lt;P&gt;looking to find sizes of data ingested from each server for planning ..&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 15:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339834#M94887</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-04-17T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339835#M94888</link>
      <description>&lt;P&gt;this is one way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-1d@d latest=@d  index=_internal source=*license_usage.log* type=Usage
| stats sum(b) AS Bytes by h
| eval GB = Bytes/1024/1024/1024
| table h GB
| sort -GB
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;explore the data &lt;CODE&gt;h&lt;/CODE&gt; stands for host&lt;BR /&gt;
there are many many ways to get this data and quick search in this portal will prompt you to dozens of results&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339835#M94888</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-04-17T16:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339836#M94889</link>
      <description>&lt;P&gt;Adonio, thanks for your reply, unfortunately the query you gave returned 0 records.&lt;BR /&gt;
i tried running this on the forwarder where i am inserting data via file inputs.&lt;/P&gt;

&lt;P&gt;also i could not find any other document which can give me a ingest rate ..&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339836#M94889</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-04-17T16:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339837#M94890</link>
      <description>&lt;P&gt;are you an admin? or do you have admin role?&lt;BR /&gt;
you are supposed to run queries on the Search Head&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:49:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339837#M94890</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2018-04-17T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339838#M94891</link>
      <description>&lt;P&gt;thanks, running it on search head gave me the result.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 17:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/339838#M94891</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-04-17T17:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: data ingest size from a server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/569226#M100958</link>
      <description>&lt;P&gt;Sir, how would I calculate he total amount of ingestion into an average server if only logs &amp;amp; small / Med DBs are ingested into the Splunk server? Thanks a million in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 20:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-ingest-size-from-a-server/m-p/569226#M100958</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-09-30T20:44:44Z</dc:date>
    </item>
  </channel>
</rss>

