<?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 Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442974#M77183</link>
    <description>&lt;P&gt;Right, so I managed to get this working.&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/streamfwd.conf&lt;BR /&gt;
[streamfwd]&lt;BR /&gt;
logConfig = streamfwdlog.conf&lt;BR /&gt;
port = 8889&lt;BR /&gt;
ipAddr = 0.0.0.0&lt;/P&gt;

&lt;P&gt;netflowReceiver.0.interface =  IP&lt;BR /&gt;
netflowReceiver.0.protocol = udp&lt;BR /&gt;
netflowReceiver.0.port = 9995&lt;BR /&gt;
netflowReceiver.0.decoder = netflow&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/inputs.conf&lt;BR /&gt;
[streamfwd://streamfwd]&lt;BR /&gt;
splunk_stream_app_location = &lt;A href="https://localhost:443/en-us/custom/splunk_app_stream/" target="_blank"&gt;https://localhost:443/en-us/custom/splunk_app_stream/&lt;/A&gt;&lt;BR /&gt;
stream_forwarder_id =&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[udp://9995]&lt;BR /&gt;
connection_host = ip&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = stream&lt;BR /&gt;
source = stream&lt;/P&gt;

&lt;P&gt;This is now allowing netflow to both be accepted and indexed correctly by Splunk_TA_stream with the flow being delivered by softflowd within pfSense.&lt;/P&gt;

&lt;P&gt;Hopefully this helps someone else down the line.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:44:35 GMT</pubDate>
    <dc:creator>j_stock</dc:creator>
    <dc:date>2020-09-30T01:44:35Z</dc:date>
    <item>
      <title>Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442971#M77180</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;It doesn't matter how much I read the documentation &lt;A href="https://docs.splunk.com/Documentation/StreamApp/latest/DeployStreamApp/ConfigureFlowcollector" target="_blank"&gt;https://docs.splunk.com/Documentation/StreamApp/latest/DeployStreamApp/ConfigureFlowcollector&lt;/A&gt; or follow tips from &lt;A href="https://answers.splunk.com/answers/636437/how-to-configure-the-splunk-flow-collector-setup-i.htmlhttps://answers.splunk.com/answers/743408/streamfwd-is-not-forwarding-netflow-v9-data-to-sh.html" target="_blank"&gt;https://answers.splunk.com/answers/636437/how-to-configure-the-splunk-flow-collector-setup-i.htmlhttps://answers.splunk.com/answers/743408/streamfwd-is-not-forwarding-netflow-v9-data-to-sh.html&lt;/A&gt; I can't get the TA to ingest netflow from pfSense 2.4.4.&lt;/P&gt;

&lt;P&gt;I have pfSense using the sotftflow package exporting netflow ipfix to my combined SH/Indexer (single instance, home setup) on port 9995.&lt;/P&gt;

&lt;P&gt;I have the Splunk UF installed on pfSense and it is configured to use a deployment server if needed.&lt;BR /&gt;
I have SE running on Ubuntu 16.04 v 7.3.1 with Splunk Stream 7.1.3 installed as the app and with the TA.&lt;BR /&gt;
I have the following configs:&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/inputs.conf:&lt;BR /&gt;
[streamfwd://streamfwd]&lt;BR /&gt;
splunk_stream_app_location = &lt;A href="https://splunk-enterprise/en-US/app/splunk_app_stream" target="_blank"&gt;https://splunk-enterprise/en-US/app/splunk_app_stream&lt;/A&gt;&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = netflow&lt;/P&gt;

&lt;P&gt;[streamfwd]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
source = stream&lt;/P&gt;

&lt;P&gt;[udp://9995]&lt;BR /&gt;
connection_host = ip&lt;BR /&gt;
source = stream&lt;BR /&gt;
index = netflow&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/streamfwd.conf:&lt;BR /&gt;
[streamfwd]&lt;BR /&gt;
port = 8089&lt;BR /&gt;
ipAddr = 127.0.0.1&lt;BR /&gt;
netflowReceiver.0.ip = 127.0.0.1&lt;BR /&gt;
netflowReceiver.0.port = 9995&lt;BR /&gt;
netflowReceiver.0.decoder = netflow&lt;/P&gt;

&lt;P&gt;UDP 9995 and TCP 8089 are listening and working fine.&lt;/P&gt;

&lt;P&gt;I'm hitting walls here. I have no idea what's wrong or whats happening next.&lt;/P&gt;

&lt;P&gt;Unusually I get this in streamfwd.log:&lt;BR /&gt;
2019-08-11 11:16:35 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140695607523072&lt;/A&gt; stream.CaptureServer - Unable to ping server (19a246f1-d41e-472d-8de4-d42bcfc74f65): /en-US/app/splunk_app_stream/ping/ status=303&lt;/P&gt;

&lt;P&gt;I can confirm that /en-US/app/splunk_app_stream/ping/ does not exist... but I have installed from the tgz so I am not sure why it doesn't exist?&lt;/P&gt;

&lt;P&gt;Sorry, this is all over the place, as is my config, such is my desperation to get this working.&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:42:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442971#M77180</guid>
      <dc:creator>j_stock</dc:creator>
      <dc:date>2020-09-30T01:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442972#M77181</link>
      <description>&lt;P&gt;check this blog post. It has a nice walkthrough setting up stream in a dist environment. &lt;BR /&gt;
&lt;A href="https://www.splunk.com/blog/2019/02/14/installing-and-managing-splunk-stream-in-a-distributed-environment.html"&gt;https://www.splunk.com/blog/2019/02/14/installing-and-managing-splunk-stream-in-a-distributed-environment.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 01:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442972#M77181</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-12T01:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442973#M77182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for the blog post. I've read that in the past, but it doesn't really address much about netflow.&lt;/P&gt;

&lt;P&gt;Also, as the host is pfSense which runs on FreeBSD, the streamfwd binary doesn't run.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 09:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442973#M77182</guid>
      <dc:creator>j_stock</dc:creator>
      <dc:date>2019-08-12T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442974#M77183</link>
      <description>&lt;P&gt;Right, so I managed to get this working.&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/streamfwd.conf&lt;BR /&gt;
[streamfwd]&lt;BR /&gt;
logConfig = streamfwdlog.conf&lt;BR /&gt;
port = 8889&lt;BR /&gt;
ipAddr = 0.0.0.0&lt;/P&gt;

&lt;P&gt;netflowReceiver.0.interface =  IP&lt;BR /&gt;
netflowReceiver.0.protocol = udp&lt;BR /&gt;
netflowReceiver.0.port = 9995&lt;BR /&gt;
netflowReceiver.0.decoder = netflow&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/inputs.conf&lt;BR /&gt;
[streamfwd://streamfwd]&lt;BR /&gt;
splunk_stream_app_location = &lt;A href="https://localhost:443/en-us/custom/splunk_app_stream/" target="_blank"&gt;https://localhost:443/en-us/custom/splunk_app_stream/&lt;/A&gt;&lt;BR /&gt;
stream_forwarder_id =&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[udp://9995]&lt;BR /&gt;
connection_host = ip&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = stream&lt;BR /&gt;
source = stream&lt;/P&gt;

&lt;P&gt;This is now allowing netflow to both be accepted and indexed correctly by Splunk_TA_stream with the flow being delivered by softflowd within pfSense.&lt;/P&gt;

&lt;P&gt;Hopefully this helps someone else down the line.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:44:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/442974#M77183</guid>
      <dc:creator>j_stock</dc:creator>
      <dc:date>2020-09-30T01:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/526541#M88815</link>
      <description>&lt;P&gt;This worked for me, thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/194988"&gt;@j_stock&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 21:25:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/526541#M88815</guid>
      <dc:creator>dconnett_splunk</dc:creator>
      <dc:date>2020-10-26T21:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Splunk_TA_stream 7.1.3 to ingest netflow from pfSense 2.4.4 on SE 7.3.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/550983#M91484</link>
      <description>&lt;P&gt;Great - will give this a try later this week. I'm struggling with the same thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two questions:&lt;/P&gt;&lt;P&gt;(1) - How would that look like with a forwarder installed on another system then the indexer?&lt;/P&gt;&lt;P&gt;(2) - What would it take to have flow records accepted for both - UDP and TCP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers - Will&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 07:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Configuring-Splunk-TA-stream-7-1-3-to-ingest-netflow-from/m-p/550983#M91484</guid>
      <dc:creator>NogNeetMachinaa</dc:creator>
      <dc:date>2021-05-09T07:24:17Z</dc:date>
    </item>
  </channel>
</rss>

