<?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: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154555#M14047</link>
    <description>&lt;P&gt;I asked the developer if it would work as a non-root user. Did you go to a port above 1024?&lt;/P&gt;</description>
    <pubDate>Sat, 13 Dec 2014 02:57:50 GMT</pubDate>
    <dc:creator>jcoates_splunk</dc:creator>
    <dc:date>2014-12-13T02:57:50Z</dc:date>
    <item>
      <title>Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154549#M14041</link>
      <description>&lt;P&gt;I downloaded and followed the instruction of the installation of Splunk Add-On for Netflow.&lt;BR /&gt;
&lt;A href="https://apps.splunk.com/app/1658/"&gt;https://apps.splunk.com/app/1658/&lt;/A&gt;&lt;BR /&gt;
I followed the steps, but something didn't work.&lt;BR /&gt;
No data is getting indexed to index=netflow.&lt;BR /&gt;
In the script  configure.sh, I configured port 2055 as UDP listener.&lt;BR /&gt;
After I restarted Splunk,&lt;BR /&gt;
netstat -ano|grep 2055 &lt;BR /&gt;
doesn't return anything, so it means Splunk doesn't listen on this port at all.&lt;BR /&gt;
I didn't find any useful message in:&lt;BR /&gt;
index=_internal netflow&lt;BR /&gt;
So I really have no clue how to continue on this installation. &lt;BR /&gt;
Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 10:06:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154549#M14041</guid>
      <dc:creator>manus</dc:creator>
      <dc:date>2014-10-07T10:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154550#M14042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;let's start with the platform -- are you doing this on a supported platform? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;uname -s
uname -p
grep GenuineIntel /proc/cpuinfo
grep AuthenticAMD  /proc/cpuinfo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Next, I wonder whether configure.sh wrote the $SPLUNK_HOME/etc/apps/TA-flowfix/bin/flowfix.sh file correctly -- is it there?&lt;/P&gt;

&lt;P&gt;Then, did it write $SPLUNK_HOME/etc/apps/TA-flowfix/default/inputs.conf and $SPLUNK_HOME/etc/apps/TA-flowfix/default/indexes.conf ?&lt;/P&gt;

&lt;P&gt;If it made it that far, what do those files have in them?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154550#M14042</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2020-09-28T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154551#M14043</link>
      <description>&lt;P&gt;Hello, thanks for replying. Somebody else took over the installation, and managed to make it work. I don't know what he did. I'll comment when I find out (he's out currently).&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 10:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154551#M14043</guid>
      <dc:creator>manus</dc:creator>
      <dc:date>2014-10-27T10:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154552#M14044</link>
      <description>&lt;P&gt;So I've done all of this and I still have the same issue. I followed what was mentioned in another thread about creating the directories for nfdump-ascii and nfdump-binary as well (they were missing inside $SPLUNK_HOME/etc/apps/Splunk_TA_flowfix/.  Still nothing.  Any other ideas? I'm curious how your system started working.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt;&lt;BR /&gt;
Manually running flowfix.sh gives "Receive socket error: could not open the requested socket". I'm running as non-root.  This could be part of the issue.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE 2:&lt;/STRONG&gt;&lt;BR /&gt;
I now have it running non-root. I changed the inbound port to 9996 and opened the firewall. I'm going to re-test next week with port 2055 again since that shouldn't have been a problem as I had done multiple reboots and verified with &lt;CODE&gt;ss -lpu&lt;/CODE&gt; that port 2055 wasn't used. I will say this though— it's CentOS 7 with the new firewall-cmd instead of iptables. It's entirely possible that I overlooked the --permanent flag when I created the firewall rule for port 2055 the first time and that it didn't survive the reboot.  That would explain the error.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154552#M14044</guid>
      <dc:creator>dstamler_tbte</dc:creator>
      <dc:date>2020-09-28T18:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154553#M14045</link>
      <description>&lt;P&gt;I expect that is almost certainly the issue.&lt;/P&gt;

&lt;P&gt;edit: I verified that this is certainly the issue. Root permissions are required.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 22:21:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154553#M14045</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2014-12-12T22:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154554#M14046</link>
      <description>&lt;P&gt;I have it running non-root (albeit on a different port) now.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2014 02:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154554#M14046</guid>
      <dc:creator>dstamler_tbte</dc:creator>
      <dc:date>2014-12-13T02:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154555#M14047</link>
      <description>&lt;P&gt;I asked the developer if it would work as a non-root user. Did you go to a port above 1024?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2014 02:57:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154555#M14047</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2014-12-13T02:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154556#M14048</link>
      <description>&lt;P&gt;For sure! The standard port for netflow is UDP 2055 anyway. You can't run anything non-root under port 1024 on linux without using POSIX capabilities, authbind (or forwarding the lower port to a higher-one).&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2014 04:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154556#M14048</guid>
      <dc:creator>dstamler_tbte</dc:creator>
      <dc:date>2014-12-14T04:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154557#M14049</link>
      <description>&lt;P&gt;I installed it 2 weeks ago, and also had issues getting it started.  It should be fine on udp 2055.&lt;/P&gt;

&lt;P&gt;Not sure what happened but for some reason the following directories were not being created:&lt;BR /&gt;
./Splunk_TA_flowfix/nfdump-ascii&lt;BR /&gt;
./Splunk_TA_flowfix/nfdump-binary&lt;/P&gt;

&lt;P&gt;After creating them manually it worked fine.&lt;/P&gt;

&lt;P&gt;Also worth looking at, the flowfix.sh script has hard coded paths. The configure.sh script assumes/expects it is being run from the directory the script is in.  Also be aware of the paths in flowfix.sh if you ever move the TA to another host.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:22:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154557#M14049</guid>
      <dc:creator>mbenwell</dc:creator>
      <dc:date>2020-09-28T18:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of Splunk Add-on for Netflow didn't work, what can I do to troubleshoot?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154558#M14050</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I am facing the similar issue after integrating Netflow to splunk I am not getting data on splunk, &lt;BR /&gt;
After configuring the configure.sh script, I got both the files at mentioned location  $SPLUNK_HOME/etc/apps/TA-flowfix/default/inputs.conf and $SPLUNK_HOME/etc/apps/TA-flowfix/default/indexes.conf ,&lt;/P&gt;

&lt;P&gt;Could anyone please explain what steps shall I take next to troubleshoot this issue.&lt;/P&gt;

&lt;P&gt;Thanks in advance!!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Installation-of-Splunk-Add-on-for-Netflow-didn-t-work-what-can-I/m-p/154558#M14050</guid>
      <dc:creator>aariya01</dc:creator>
      <dc:date>2020-09-29T13:48:56Z</dc:date>
    </item>
  </channel>
</rss>

