<?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: Configuring Netflow App for Splunk in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64622#M3984</link>
    <description>&lt;P&gt;unfortunately i have no more ideas...&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2012 08:10:24 GMT</pubDate>
    <dc:creator>MarioM</dc:creator>
    <dc:date>2012-09-19T08:10:24Z</dc:date>
    <item>
      <title>Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64607#M3969</link>
      <description>&lt;P&gt;Good day everyone,&lt;/P&gt;

&lt;P&gt;I'm having trouble in configuring or setting up the Netflow app for Splunk.&lt;BR /&gt;
I have already downloaded the nfdump and the splunk app in my machine(Linux Mint 64bit). Already put an ip address and udp port 9800 in my data inputs in splunk, also edited the config file of netflow &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nfcapd]
# UDP port to listen for incoming netflow.
#port = 9996
port = 9800
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have also chosen the sourcetype to be in netflow as said in the readme. Restarted splunk multiple times already. Still can't get results from the netflow app dashboards.&lt;/P&gt;

&lt;P&gt;Can someone guide or help me to do this ? Is there something i need to input in linux command line in order for the dumps to capture. I'm currently pinging the ip and tcpdump on the linux machine. i tried running nfdump but it shows only this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;nfdump
Date flow start          Duration Proto      Src IP Addr:Port          Dst IP Addr:Port   Packets    Bytes Flows

Open file '&amp;lt;stdin&amp;gt;': bad magic: 0xA
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks fellow Splunkers&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 05:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64607#M3969</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T05:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64608#M3970</link>
      <description>&lt;P&gt;what do you mean by "downloaded the nfdump"? because it is already in the app&lt;/P&gt;

&lt;P&gt;are you on 32bit OS?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;By default, the NetFlow app only works on Linux 64-bit platforms (due to issues with nfdump binary compatibility). 

If you want to run this app on 32-bit platforms, rename two binary files "nfcapd_linux32" and "nfdump_linux32" to "nfcapd" and "nfdump", respectively. These files are located in the NetFlow app's "bin" directory, which is $SPLUNK_HOME/etc/apps/netflow/bin .

Following is an example of how to rename the files within the directory:

  $ cd $SPLUNK_HOME/etc/apps/netflow/bin
  $ mv nfcapd_linux32 nfcapd
  $ mv nfdump_linux32 nfdump
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64608#M3970</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T06:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64609#M3971</link>
      <description>&lt;P&gt;im running in 64bit, i download the nfdump using apt-get. sorry i didnt know it was already in the app. forgot to indicate that im on 64bit.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64609#M3971</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T06:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64610#M3972</link>
      <description>&lt;P&gt;then just remove the one you installed and all you need is to configure the $SPLUNK_HOME/etc/apps/netflow/default/config.ini and restart splunk&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:51:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64610#M3972</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T06:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64611#M3973</link>
      <description>&lt;P&gt;ok , will feedback later thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 06:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64611#M3973</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64612#M3974</link>
      <description>&lt;P&gt;restarted splunk already, how can i check if nfdump is working ? i have viewed the nfdump.log and it still blank&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:24:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64612#M3974</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T07:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64613#M3975</link>
      <description>&lt;P&gt;index="_internal" sourcetype="splunkd" ("&lt;EM&gt;nfdump&lt;/EM&gt;" OR "&lt;EM&gt;nfcapd&lt;/EM&gt;")&lt;/P&gt;

&lt;P&gt;look for any error&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64613#M3975</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64614#M3976</link>
      <description>&lt;P&gt;thanks again @MarionM here's what ive got &lt;/P&gt;

&lt;P&gt;09-19-2012 15:33:48.963 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/netflow/bin/nfcapd.py" Terminated due to errors.&lt;/P&gt;

&lt;P&gt;09-19-2012 15:34:48.751 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/netflow/bin/nfcapd.py" Receive socket error: could not open the requested socket&lt;/P&gt;

&lt;P&gt;does this means its working ? do i need to configure more ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64614#M3976</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T07:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64615#M3977</link>
      <description>&lt;P&gt;it sounds something is already listening on the port you specified in the config.ini (did you remove properly the nfdump apt package?) or you are not running splunk as sudo root.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64615#M3977</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64616#M3978</link>
      <description>&lt;P&gt;what's in your inputs.conf?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:42:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64616#M3978</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64617#M3979</link>
      <description>&lt;P&gt;[script://$SPLUNK_HOME/etc/apps/netflow/bin/nfcapd.py]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
interval = 60&lt;BR /&gt;
source = nfcapd.py&lt;BR /&gt;
index=netflow_si_traffic&lt;/P&gt;

&lt;P&gt;[script://./bin/nfdump.py]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
interval = 60&lt;BR /&gt;
source = nfdump.py&lt;BR /&gt;
index=netflow_si_traffic&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME/etc/apps/netflow/log/nfdump]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
sourcetype = netflow&lt;BR /&gt;
blacklist = .\d+$&lt;BR /&gt;
index=netflow_si_traffic&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:27:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64617#M3979</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2020-09-28T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64618#M3980</link>
      <description>&lt;P&gt;im running in root and yes ive deleted the nfdump apt package&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64618#M3980</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64619#M3981</link>
      <description>&lt;P&gt;if you stop splunk and do netstat is there anything listening on the port you specified in the config.ini?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64619#M3981</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T07:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64620#M3982</link>
      <description>&lt;P&gt;and make sure there is no inputs.conf listening to this port.&lt;BR /&gt;
because for me it looks the port is laready binded then you could try by setting another port in your netflow device and in config.ini&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 07:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64620#M3982</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64621#M3983</link>
      <description>&lt;P&gt;thanks again, ive used this netstat command&lt;BR /&gt;
netstat -np udp 9800 | grep 9800&lt;/P&gt;

&lt;P&gt;nothing shows.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64621#M3983</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T08:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64622#M3984</link>
      <description>&lt;P&gt;unfortunately i have no more ideas...&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64622#M3984</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64623#M3985</link>
      <description>&lt;P&gt;maybe a last idea...can you make sure there is no nfdump or nfcapd processus running?&lt;BR /&gt;
if it's feasible i would restart the server&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64623#M3985</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-19T08:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64624#M3986</link>
      <description>&lt;P&gt;ok i used this : pgrep -l nfcapd then it showed 11208 nfcapd : then i tried to kill it and restarting splunk now. ill be back again in while to see if it works. thanks again for your help&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:21:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64624#M3986</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-19T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64625#M3987</link>
      <description>&lt;P&gt;ok i killed the nfcapd running then restarted the splunk server. after that i cant see any nfcapd running. also i received event counts to the netflow_si_traffic index but it stopped. also searching the index returns me with this event result : Return code = &lt;SUBPROCESS.POPEN object="" at="" 0x7f98fe277910=""&gt;&lt;BR /&gt;
Error: nfdump ran unsuccessfully. i think i still cant get it to work&lt;/SUBPROCESS.POPEN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64625#M3987</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2020-09-28T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Netflow App for Splunk</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64626#M3988</link>
      <description>&lt;P&gt;thanks again finally got it to work. using config.ini changed the port again and fully restart to take effect. ill rate it soon thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 01:42:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configuring-Netflow-App-for-Splunk/m-p/64626#M3988</guid>
      <dc:creator>crt89</dc:creator>
      <dc:date>2012-09-21T01:42:42Z</dc:date>
    </item>
  </channel>
</rss>

