<?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 determine amount of data from a given host in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-amount-of-data-from-a-given-host/m-p/36403#M178550</link>
    <description>&lt;P&gt;Been poking around and trying to figure out how to pull up how much data has been sent from a specific host.&lt;/P&gt;

&lt;P&gt;For example host 123 is sending CPU data every 10sec, how much data is that over the course of time = "X"&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2012 22:27:09 GMT</pubDate>
    <dc:creator>mlevenson</dc:creator>
    <dc:date>2012-04-25T22:27:09Z</dc:date>
    <item>
      <title>How to determine amount of data from a given host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-amount-of-data-from-a-given-host/m-p/36403#M178550</link>
      <description>&lt;P&gt;Been poking around and trying to figure out how to pull up how much data has been sent from a specific host.&lt;/P&gt;

&lt;P&gt;For example host 123 is sending CPU data every 10sec, how much data is that over the course of time = "X"&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 22:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-amount-of-data-from-a-given-host/m-p/36403#M178550</guid>
      <dc:creator>mlevenson</dc:creator>
      <dc:date>2012-04-25T22:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine amount of data from a given host</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-determine-amount-of-data-from-a-given-host/m-p/36404#M178551</link>
      <description>&lt;P&gt;This should do it - this shows how much data has been indexed from various hosts&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group="tcpin_connections" 
| eval sourceHost=if(isnull(hostname), sourceHost,hostname)
| stats sum(kb) as KB by sourceHost | eval KB = round(KB)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2012 23:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-determine-amount-of-data-from-a-given-host/m-p/36404#M178551</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-04-25T23:05:30Z</dc:date>
    </item>
  </channel>
</rss>

