<?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: Netflow app not retrieving any data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33351#M5967</link>
    <description>&lt;P&gt;Maybe this is not the right forum to ask this question and should ask on a more OS based forum...?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2011 12:04:38 GMT</pubDate>
    <dc:creator>omgemeasts</dc:creator>
    <dc:date>2011-12-13T12:04:38Z</dc:date>
    <item>
      <title>Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33350#M5966</link>
      <description>&lt;P&gt;I am sure this is probably a very simple issue however I am not seeing what the problem is.&lt;/P&gt;

&lt;P&gt;I have install the app Splunk for Netflow, it's a 32bit OS so I have changed the two files required to let this work on the 32 bit OS. I have also installed nfdump. I can go to the app's page but simply tells me "No results found" on any time line, I have also run nfdump from the command line and I see no data coming in;&lt;/P&gt;

&lt;P&gt;root@syslog-server:~# nfdump&lt;BR /&gt;
Date flow start          Duration Proto      Src IP Addr:Port          Dst IP Addr:Port   Packets    Bytes Flows&lt;/P&gt;

&lt;P&gt;So from this I am going to presume it's not a problem with the netflow app but a problem with getting the data.&lt;/P&gt;

&lt;P&gt;Here is my 6509 config;&lt;/P&gt;

&lt;P&gt;ip flow ingress layer2-switched vlan 1-50&lt;BR /&gt;
ipv6 mfib hardware-switching replication-mode ingress&lt;BR /&gt;
no mls acl tcam share-global&lt;BR /&gt;
mls aging long 64&lt;BR /&gt;
mls aging normal 64&lt;BR /&gt;
mls netflow interface&lt;BR /&gt;
mls flow ip interface-full&lt;BR /&gt;
mls nde sender version 5&lt;/P&gt;

&lt;P&gt;ip flow-export source Vlan5&lt;BR /&gt;
ip flow-export version 5&lt;BR /&gt;
ip flow-export destination 1.1.1.9 9996&lt;BR /&gt;
ip flow-export destination 1.1.1.7 9996&lt;/P&gt;

&lt;P&gt;So from what I can see everything is correct and even this command shows data is being sent;&lt;/P&gt;

&lt;P&gt;EMEA-IDC-6509-1#sh ip flow export&lt;BR /&gt;
Flow export v5 is enabled for main cache&lt;BR /&gt;
  Export source and destination details :&lt;BR /&gt;
  VRF ID : Default&lt;BR /&gt;
    Source(1)       1.1.2.5 (Vlan5)&lt;BR /&gt;
    Source(2)       1.1.2.5 (Vlan5)&lt;BR /&gt;
    Destination(1)  1.1.1.9 (9996)&lt;BR /&gt;
    Destination(2)  1.1.1.7 (9996)&lt;BR /&gt;
  Version 5 flow records&lt;BR /&gt;
  3824923447 flows exported in 127497449 udp datagrams&lt;/P&gt;

&lt;P&gt;Do anyone know any other ways to debug my issue? Everything I have read on the internet shows simply installing the app and nfdump worked for them after their router was configured correctly so finding other people with similar issues as mine hasn't showed any results. &lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 12:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33350#M5966</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-12T12:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33351#M5967</link>
      <description>&lt;P&gt;Maybe this is not the right forum to ask this question and should ask on a more OS based forum...?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 12:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33351#M5967</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-13T12:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33352#M5968</link>
      <description>&lt;P&gt;Look in the config.ini in the default directory of the app.  Either you need to allow Splunk to receive Netflow data via UDP on port 9995 or any port you decide to change it to in the config file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nfcapd]
# UDP port to listen for incoming netflow.
port = 9995
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Dec 2011 15:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33352#M5968</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-13T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33353#M5969</link>
      <description>&lt;P&gt;Yes here it is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nfcapd]
UDP port to listen for incoming netflow.
port = 9996
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And on my 6509&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ip flow-export destination 1.1.1.7 9996
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Dec 2011 16:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33353#M5969</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-13T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33354#M5970</link>
      <description>&lt;P&gt;And I assume you went to Manager / Data Inputs / UDP and enabled port 9996&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 16:46:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33354#M5970</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-13T16:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33355#M5971</link>
      <description>&lt;P&gt;You assume correct. Only thing I can really notice about it is the fact the source type is syslog, not sure if that matters??&lt;/P&gt;

&lt;P&gt;UDP port     Source type                       Status                Actions&lt;BR /&gt;
514            syslog                    Disabled | Enable   Clone | Delete&lt;BR /&gt;
9996              syslog                     Enabled | Disable   Clone | Delete&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 16:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33355#M5971</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-13T16:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33356#M5972</link>
      <description>&lt;P&gt;The app relies on the sourcetype=netflow&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 16:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33356#M5972</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-13T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33357#M5973</link>
      <description>&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/33304/installing-spunk-for-netflow"&gt;http://splunk-base.splunk.com/answers/33304/installing-spunk-for-netflow&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 16:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33357#M5973</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-13T16:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33358#M5974</link>
      <description>&lt;P&gt;Ah this is a good point, ok I have done this, I will wait for a few minutes to see if this fixes the problem. And dmaislin_splunk I have read that, made the change to sourcetype to = netflow but still not seeing any data, will give it a few more minutes &lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 17:01:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33358#M5974</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-13T17:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33359#M5975</link>
      <description>&lt;P&gt;Hmm still no data&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 17:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33359#M5975</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-13T17:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33360#M5976</link>
      <description>&lt;P&gt;I am going to guess that I should be able to see packets if I run nfdump manually from the console, so as I am not, it's probably not a problem with Slunk or the Netflow app, but either with my switch sending the data or my server receiving them&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 10:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33360#M5976</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-14T10:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33361#M5977</link>
      <description>&lt;P&gt;Can you telnet to the Splunk server on that port?  If so, then there is nothing wrong on our side.  Is there anything in between that is blocking the connection?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 11:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33361#M5977</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-14T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33362#M5978</link>
      <description>&lt;P&gt;Yes I can; netcat -u ip_address 9996 connects though I cannot see it in netstat so I think NetFlow is ok, and this is a Debian OS issue. I think I best take this question to another forum&lt;/P&gt;

&lt;P&gt;Thanks for everyone's help, hopefully I can resolve this&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 11:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33362#M5978</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-14T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33363#M5979</link>
      <description>&lt;P&gt;One last thing, maybe it's because splunk is running as root and not as the spunk user? I think this needs to be resolved but then again, doesn't explain why nfdump isn't seeing anything so that's probably still not the reasons&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2011 11:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33363#M5979</guid>
      <dc:creator>omgemeasts</dc:creator>
      <dc:date>2011-12-14T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Netflow app not retrieving any data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33364#M5980</link>
      <description>&lt;P&gt;Please check with wireshark or tcpdump if you can see any flows on the server.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 19:32:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Netflow-app-not-retrieving-any-data/m-p/33364#M5980</guid>
      <dc:creator>Spelunke</dc:creator>
      <dc:date>2012-01-02T19:32:29Z</dc:date>
    </item>
  </channel>
</rss>

