<?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: How to configure the Splunk Flow Collector Setup in Splunk Stream? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305528#M36451</link>
    <description>&lt;P&gt;Hi Seg42&lt;/P&gt;

&lt;P&gt;Can you share your configs for this. I'm struggling with exactly the same issue.. &lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Derek&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 16:21:04 GMT</pubDate>
    <dc:creator>deking_splunk</dc:creator>
    <dc:date>2019-01-07T16:21:04Z</dc:date>
    <item>
      <title>How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305525#M36448</link>
      <description>&lt;P&gt;Hi all! &lt;BR /&gt;
I am trying to set up the flow collector to ingest netflow into my Splunk instance according to the docs (&lt;A href="https://docs.splunk.com/Documentation/StreamApp/7.1.1/DeployStreamApp/ConfigureFlowcollector" target="_blank"&gt;https://docs.splunk.com/Documentation/StreamApp/7.1.1/DeployStreamApp/ConfigureFlowcollector&lt;/A&gt;)  &lt;/P&gt;

&lt;P&gt;I am running a single instance to implement a PoC, so nothing fancy here.&lt;BR /&gt;&lt;BR /&gt;
What I've got so far: I installed Splunk_TA_Stream and fixed the permissions.&lt;BR /&gt;&lt;BR /&gt;
I also set up a &lt;EM&gt;$SPLUNK_HOME/etc/apps/Splunk_TA_stream/local/streamfwd.conf&lt;/EM&gt; with my ingest settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[streamfwd]
netflowReceiver.0.ip = 172.16.1.3
netflowReceiver.0.port = 9995
netflowReceiver.0.decoder = netflow
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But no matter how I try, the configured port never opens up, shows in netstat or is reachable via nc/telnet.&lt;/P&gt;

&lt;P&gt;Any help on how to get this config running would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305525#M36448</guid>
      <dc:creator>seg42</dc:creator>
      <dc:date>2020-09-29T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305526#M36449</link>
      <description>&lt;P&gt;After a lot of searching around, I found the culprit.&lt;BR /&gt;&lt;BR /&gt;
For anyone stumbling into the same problem: &lt;BR /&gt;
&lt;STRONG&gt;The netflow-Stream has to be enabled on the Splunk Server.&lt;/STRONG&gt;&lt;BR /&gt;
As long as the Stream is not activated in the Stream configuration, the UDP port on the Stream forwarder will not be up and running. &lt;/P&gt;

&lt;P&gt;(TBH: This fault is totally on my side, but it would be nice if this behavour would be documented somewhere.)&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 16:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305526#M36449</guid>
      <dc:creator>seg42</dc:creator>
      <dc:date>2018-04-15T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305527#M36450</link>
      <description>&lt;P&gt;@seg42 go ahead and accept your own answer to mark this question as answered. As far as documentation is concerned Stream App documentation is located at the following location: &lt;A href="https://docs.splunk.com/Documentation/StreamApp/latest/DeployStreamApp/AboutSplunkAppforStream"&gt;https://docs.splunk.com/Documentation/StreamApp/latest/DeployStreamApp/AboutSplunkAppforStream&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please read through to see whether the above step is actually documented or not. If not you can use the same documentation page to submit a feedback for update. Feedback option is available at the bottom of the page.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 08:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305527#M36450</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-16T08:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305528#M36451</link>
      <description>&lt;P&gt;Hi Seg42&lt;/P&gt;

&lt;P&gt;Can you share your configs for this. I'm struggling with exactly the same issue.. &lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Derek&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 16:21:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305528#M36451</guid>
      <dc:creator>deking_splunk</dc:creator>
      <dc:date>2019-01-07T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305529#M36452</link>
      <description>&lt;P&gt;@seg42  Can you &lt;STRONG&gt;please&lt;/STRONG&gt; explain the steps you took to "enable the netflow-Stream on the Splunk Server"?  Where did you enable it?  Which Splunk server (are you using a standalone instance?  The extra detail would be very much appreciated by us all.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 23:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305529#M36452</guid>
      <dc:creator>bdiego_splunk</dc:creator>
      <dc:date>2019-04-25T23:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure the Splunk Flow Collector Setup in Splunk Stream?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305530#M36453</link>
      <description>&lt;P&gt;In the Splunk App for Stream, i.e. not the TA, access the Configuration-&amp;gt;Configure Streams menu item from the navigation bar. Scroll down until you find the stream titled "netflow" and choose "edit". Then, in the resulting config screen, ensure that the Mode is set to "enabled". This will enable the stream as described above by @seg42 &lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 06:16:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-the-Splunk-Flow-Collector-Setup-in-Splunk/m-p/305530#M36453</guid>
      <dc:creator>michaeljorgense</dc:creator>
      <dc:date>2019-05-14T06:16:23Z</dc:date>
    </item>
  </channel>
</rss>

