<?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 search the sum of bytes by IP? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-sum-of-bytes-by-IP/m-p/284842#M86139</link>
    <description>&lt;P&gt;I am trying to find the total bytes usage by user/ip  -  I have in the index the various clientip and the bytes usage on a specific moment.&lt;BR /&gt;
The result of my search would report for each user/ip the total bytes based on the various preset time &lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 12:14:28 GMT</pubDate>
    <dc:creator>arkonner</dc:creator>
    <dc:date>2016-06-01T12:14:28Z</dc:date>
    <item>
      <title>How to search the sum of bytes by IP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-sum-of-bytes-by-IP/m-p/284842#M86139</link>
      <description>&lt;P&gt;I am trying to find the total bytes usage by user/ip  -  I have in the index the various clientip and the bytes usage on a specific moment.&lt;BR /&gt;
The result of my search would report for each user/ip the total bytes based on the various preset time &lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 12:14:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-sum-of-bytes-by-IP/m-p/284842#M86139</guid>
      <dc:creator>arkonner</dc:creator>
      <dc:date>2016-06-01T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to search the sum of bytes by IP?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-sum-of-bytes-by-IP/m-p/284843#M86140</link>
      <description>&lt;P&gt;Hi there, try with this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;main search | stats sum(bytes_field) by User IP
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jun 2016 12:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-the-sum-of-bytes-by-IP/m-p/284843#M86140</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-06-01T12:18:26Z</dc:date>
    </item>
  </channel>
</rss>

