<?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 Visualize netflow in splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Visualize-netflow-in-splunk/m-p/237885#M46209</link>
    <description>&lt;P&gt;Hello guys I get network traffic logs in splunk the structure is: &lt;/P&gt;

&lt;P&gt;2016-11-24 10:59:50,2016-11-24 10:59:50,0.000,xxx.xx.xx.4,xx.xx.xxx.xx3,65499,389,UDP,......,0,0,0,0,0,0,13,17,0,0,0,0,0,0,0.0.0.0,0.0.0.0,0,0,00:00:00:00:00:00,00:00:00:00:00:00,00:00:00:00:00:00,00:00:00:00:00:00,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,    0.000,    0.000,    0.000,xxx.xx.xx.x7,0/0,1,2016-11-24 10:59:50.402&lt;/P&gt;

&lt;P&gt;How can I visualize how much traffic we have everyday?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2016 14:01:05 GMT</pubDate>
    <dc:creator>nickbijmoer</dc:creator>
    <dc:date>2016-11-24T14:01:05Z</dc:date>
    <item>
      <title>Visualize netflow in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Visualize-netflow-in-splunk/m-p/237885#M46209</link>
      <description>&lt;P&gt;Hello guys I get network traffic logs in splunk the structure is: &lt;/P&gt;

&lt;P&gt;2016-11-24 10:59:50,2016-11-24 10:59:50,0.000,xxx.xx.xx.4,xx.xx.xxx.xx3,65499,389,UDP,......,0,0,0,0,0,0,13,17,0,0,0,0,0,0,0.0.0.0,0.0.0.0,0,0,00:00:00:00:00:00,00:00:00:00:00:00,00:00:00:00:00:00,00:00:00:00:00:00,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,0-0-0,    0.000,    0.000,    0.000,xxx.xx.xx.x7,0/0,1,2016-11-24 10:59:50.402&lt;/P&gt;

&lt;P&gt;How can I visualize how much traffic we have everyday?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 14:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Visualize-netflow-in-splunk/m-p/237885#M46209</guid>
      <dc:creator>nickbijmoer</dc:creator>
      <dc:date>2016-11-24T14:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize netflow in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Visualize-netflow-in-splunk/m-p/237886#M46210</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Extract field with data size per session, for example "trafic_size" &lt;/LI&gt;
&lt;LI&gt;Extract other fields (ip, port, e.t.c.)&lt;/LI&gt;
&lt;LI&gt;Select the time period for which you want to count traffic &lt;/LI&gt;
&lt;LI&gt;Calculate your traffic:&lt;BR /&gt;
your search | stats sum (trafic_size)
OR calculate  your traffic by ip:
your search | stats sum (trafic_size) by ip&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Visualize-netflow-in-splunk/m-p/237886#M46210</guid>
      <dc:creator>kalianov</dc:creator>
      <dc:date>2020-09-29T11:56:57Z</dc:date>
    </item>
  </channel>
</rss>

