<?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: Network logs - Join bytes base on unique ip over time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399481#M71165</link>
    <description>&lt;P&gt;thanks! it work&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 02:10:37 GMT</pubDate>
    <dc:creator>totaro</dc:creator>
    <dc:date>2019-04-05T02:10:37Z</dc:date>
    <item>
      <title>Network logs - Join bytes base on unique ip over time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399479#M71163</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im trying to generate a table that consolidate the bytes base on unique IP in a day with netflow logs. &lt;BR /&gt;
In short, im trying to generate a report for the bandwidth used by each of the unique ip&lt;BR /&gt;
Any help will be appreciated!&lt;BR /&gt;
e.g.&lt;BR /&gt;
Date        UniqueIP    Bytes&lt;BR /&gt;
1-1-2019 1.2.3.4                           500&lt;BR /&gt;
1-1-2019 2.3.4.5                           600&lt;BR /&gt;
1-1-2019 3.4.5.6                           700&lt;BR /&gt;
Date        UniqueIP    Bytes&lt;BR /&gt;
2-1-2019 11.2.3.4                           500&lt;BR /&gt;
2-1-2019 21.3.4.5                           600&lt;BR /&gt;
2-1-2019 31.4.5.6                           700&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 01:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399479#M71163</guid>
      <dc:creator>totaro</dc:creator>
      <dc:date>2019-04-05T01:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Network logs - Join bytes base on unique ip over time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399480#M71164</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Give a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your query..| eval Date=strftime(_time,"%d-%m-%Y") 
| stats sum(Bytes) as Bytes by Date,UniqueIP
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Apr 2019 02:06:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399480#M71164</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-05T02:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Network logs - Join bytes base on unique ip over time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399481#M71165</link>
      <description>&lt;P&gt;thanks! it work&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 02:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Network-logs-Join-bytes-base-on-unique-ip-over-time/m-p/399481#M71165</guid>
      <dc:creator>totaro</dc:creator>
      <dc:date>2019-04-05T02:10:37Z</dc:date>
    </item>
  </channel>
</rss>

