<?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: Installing Splunk For NetFLow in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101270#M1741</link>
    <description>&lt;P&gt;You might do just as well to get gcc for the mac out of macports.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2011 17:43:20 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2011-11-01T17:43:20Z</dc:date>
    <item>
      <title>Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101264#M1735</link>
      <description>&lt;P&gt;Hope I am not missing something simple but I do not see the install instructions for Splunk for Netflow.&lt;BR /&gt;
I have already installed Splunk and I am using for my Syslog Server.  I downloaded Splunk for Netflow but there are no install instructions.  I do see the nfdump and nfcapd in the bin directory after unzipping.  Is it just a matter of invoking nfcapd on the command line?  I am using a Mac mini with OS X 10.6.8 Server installed.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2011 16:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101264#M1735</guid>
      <dc:creator>dblprops</dc:creator>
      <dc:date>2011-10-31T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101265#M1736</link>
      <description>&lt;P&gt;There is a README file in the $SPLUNK_HOME/etc/apps/netflow  directory. Here are the contents of that file:&lt;/P&gt;

&lt;P&gt;Splunk for NetFlow App (v1.2) &lt;BR /&gt;
 3   Splunk for NetFlow App (v1.2)&lt;BR /&gt;&lt;BR /&gt;
  4&lt;BR /&gt;&lt;BR /&gt;
  5   Description:&lt;BR /&gt;&lt;BR /&gt;
  6      Capture netflow binary records, translate them into&lt;BR /&gt;&lt;BR /&gt;
  7      text files, and then feed to Splunk to produce&lt;BR /&gt;&lt;BR /&gt;
  8      dashboards and reports.&lt;BR /&gt;&lt;BR /&gt;
  9&lt;BR /&gt;&lt;BR /&gt;
 10   Splunk Version: 4.1 and Higher&lt;BR /&gt;&lt;BR /&gt;
 11   Supported Platform: Linux&lt;BR /&gt;&lt;BR /&gt;
 12   Last Modified: Jun-2011&lt;BR /&gt;&lt;BR /&gt;
 13&lt;BR /&gt;&lt;BR /&gt;
 14   Author: Andrew Thanalertvisuti - Splunk, Inc.&lt;BR /&gt;&lt;BR /&gt;
 15           &lt;A href="mailto:athana@splunk.com" target="_blank"&gt;athana@splunk.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
 16                                                                 17   For support, please contact: &lt;A href="mailto:bd-labs@splunk.com" target="_blank"&gt;bd-labs@splunk.com&lt;/A&gt;  &lt;/P&gt;

&lt;P&gt;*** Disclaimer ***&lt;/P&gt;

&lt;P&gt;By default, the NetFlow app only works on Linux 64-bit platforms (due to issues with nfdump binary compatibility).&lt;BR /&gt;
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" dire&lt;BR /&gt;
ctory, which is $SPLUNK_HOME/etc/apps/netflow/bin .&lt;/P&gt;

&lt;P&gt;Following is an example of how to rename the files within the directory:&lt;/P&gt;

&lt;P&gt;$ cd $SPLUNK_HOME/etc/apps/netflow/bin&lt;BR /&gt;
  $ mv nfcapd_linux32 nfcapd&lt;BR /&gt;
  $ mv nfdump_linux32 nfdump&lt;/P&gt;

&lt;P&gt;NOTE: You can download the nfdump source code from: &lt;A href="http://sourceforge.net/projects/nfdump/" target="_blank"&gt;http://sourceforge.net/projects/nfdump/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;*** Welcome to the Splunk for NetFlow App ***&lt;BR /&gt;
The Splunk for NetFlow App produces dashboards and reports of NetFlow binary records, which are captured using nfdump and fed into Splunk. The app also allows you to search through the NetFlow records using&lt;BR /&gt;
 Splunk.&lt;/P&gt;

&lt;P&gt;The configuration file (config.ini) is located in the app's "default" directory, which is $SPLUNK_HOME/etc/apps/netflow/default/config.ini . The app relies on the sourcetype=netflow.&lt;/P&gt;

&lt;P&gt;NOTE: It may take up to 5 minutes for new data to show up.&lt;/P&gt;

&lt;P&gt;For support, please contact: &lt;A href="mailto:bd-labs@splunk.com" target="_blank"&gt;bd-labs@splunk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101265#M1736</guid>
      <dc:creator>tgow</dc:creator>
      <dc:date>2020-09-28T10:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101266#M1737</link>
      <description>&lt;P&gt;Yes.  I read the README file.  I saw the Linux 64-bit platform info.  I assume this precludes me from loading on the mac mini.  However, I still do not see "install" instructions.  There is no "Configure" or "Make" files in any of the unzipped folders.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2011 17:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101266#M1737</guid>
      <dc:creator>dblprops</dc:creator>
      <dc:date>2011-10-31T17:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101267#M1738</link>
      <description>&lt;P&gt;You will need to download the source for NFDUMP and associated tools and compile for your OS.  The project homepage for NFDUMP is &lt;A href="http://nfdump.sourceforge.net/"&gt;http://nfdump.sourceforge.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 15:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101267#M1738</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-01T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101268#M1739</link>
      <description>&lt;P&gt;dwaddle,&lt;/P&gt;

&lt;P&gt;Thanks.  I finally figured that out.  Only problem,  don't have a C compiler installed on the Mac Mini.  Trying to get that taken care of.  The developer tools were not loaded and I need to open a new developer account.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 16:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101268#M1739</guid>
      <dc:creator>dblprops</dc:creator>
      <dc:date>2011-11-01T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101269#M1740</link>
      <description>&lt;P&gt;All,&lt;/P&gt;

&lt;P&gt;Thanks to dwaddle and some research on my on, I have determined that I need to install the NFDUMP code on my Mac Mini.  I will do this after installing a C-Compiler on the mac mini.  Thanks to all that responded.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101269#M1740</guid>
      <dc:creator>dblprops</dc:creator>
      <dc:date>2011-11-01T17:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101270#M1741</link>
      <description>&lt;P&gt;You might do just as well to get gcc for the mac out of macports.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 17:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101270#M1741</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-01T17:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Splunk For NetFLow</title>
      <link>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101271#M1742</link>
      <description>&lt;P&gt;Thanks.  Sometime simple is the best answer.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 14:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Installing-Splunk-For-NetFLow/m-p/101271#M1742</guid>
      <dc:creator>dblprops</dc:creator>
      <dc:date>2011-11-09T14:00:32Z</dc:date>
    </item>
  </channel>
</rss>

