<?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 Splunk Stream not showing netflow data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-not-showing-netflow-data/m-p/398860#M48666</link>
    <description>&lt;P&gt;I installed Splunk Stream  per the instructions and I see data coming in when I run a search &lt;EM&gt;sourcetype=stream:netflow&lt;/EM&gt;.&lt;/P&gt;

&lt;P&gt;In the Stream App, I only see the local data, nothing from my netflow devices.&lt;/P&gt;

&lt;P&gt;I am running it as a standalone server. &lt;/P&gt;

&lt;P&gt;My configs are as follows:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/streamfwd.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[streamfwd]&lt;BR /&gt;
logConfig = streamfwdlog.conf&lt;BR /&gt;
port = 8889&lt;/P&gt;

&lt;P&gt;netflowReceiver.0.ip = XXX.XXX.XXX.XXX (real IP hidden)&lt;BR /&gt;
netflowReceiver.0.port = 9995&lt;BR /&gt;
netflowReceiver.0.decoder = netflow&lt;BR /&gt;
netflowReceiver.0.protocol = udp&lt;BR /&gt;
netflowReceiver.0.decodingThreads = 4&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[streamfwd://streamfwd]&lt;BR /&gt;
splunk_stream_app_location = &lt;A href="http://localhost:8000/en-us/custom/splunk_app_stream/" target="_blank"&gt;http://localhost:8000/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;&lt;STRONG&gt;/opt/splunk/etc/apps/splunk_httpinput/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[http] &lt;BR /&gt;
disabled = 0 &lt;BR /&gt;
port = 8088 &lt;BR /&gt;
dedicatedIoThreads = 8 &lt;/P&gt;

&lt;P&gt;[&lt;A href="http://streamfwd" target="_blank"&gt;http://streamfwd&lt;/A&gt;]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index=main&lt;BR /&gt;
token = dcb7872a-9438-4e2e-a314-a20d2991df7b&lt;BR /&gt;
indexes=_internal,main&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;netstat -l shows me:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Active Internet connections (only servers)&lt;BR /&gt;
Proto Recv-Q Send-Q Local Address           Foreign Address         State&lt;BR /&gt;
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:8065          0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:domain        0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:omniorb         0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:8889          0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:8089            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:8191            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp6       0      0 [::]:ssh                [::]:*                  LISTEN&lt;BR /&gt;
udp        0      0 neo-monitor:9995        0.0.0.0:*&lt;BR /&gt;
udp        0      0 localhost:domain        0.0.0.0:*&lt;BR /&gt;
raw6       0      0 [::]:ipv6-icmp          [::]:*                  7&lt;BR /&gt;
Active UNIX domain sockets (only servers)&lt;BR /&gt;
Proto RefCnt Flags       Type       State         I-Node   Path&lt;BR /&gt;
unix  2      [ ACC ]     SEQPACKET  LISTENING     12213    /run/udev/control&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307858   /run/user/0/systemd/private&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307864   /run/user/0/gnupg/S.gpg-agent&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307865   /run/user/0/gnupg/S.gpg-agent.ssh&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307866   /run/user/0/gnupg/S.dirmngr&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307867   /run/user/0/gnupg/S.gpg-agent.browser&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307868   /run/user/0/gnupg/S.gpg-agent.extra&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11797    /run/systemd/private&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11804    /run/systemd/journal/stdout&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11909    /run/lvm/lvmpolld.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11950    /run/lvm/lvmetad.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16749    /run/snapd.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16737    /var/snap/lxd/common/lxd/unix.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16770    @ISCSIADM_ABSTRACT_NAMESPACE&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16742    /var/run/dbus/system_bus_socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16751    /run/snapd-snap.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16766    /run/uuidd/request&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16768    /run/acpid.socket&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;streamfwd.log shows me:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;2019-04-04 15:01:47 INFO  &lt;A href="CaptureServer.cpp:816" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Found DataDirectory: /opt/splunk/etc/apps/Splunk_TA_stream/data&lt;BR /&gt;
2019-04-04 15:01:47 INFO  &lt;A href="CaptureServer.cpp:822" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Found UIDirectory: /opt/splunk/etc/apps/Splunk_TA_stream/ui&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="CaptureServer.cpp:894" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Default configuration directory: /opt/splunk/etc/apps/Splunk_TA_stream/default&lt;BR /&gt;
2019-04-04 15:01:48 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="main.cpp:1120" target="_blank"&gt;140379561435840&lt;/A&gt; stream.main - streamfwd has started successfully (version 7.1.2 build 157)&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="main.cpp:1122" target="_blank"&gt;140379561435840&lt;/A&gt; stream.main - web interface listening on port 8889&lt;BR /&gt;
2019-04-04 15:01:54 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:01:59 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:04 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379423332096&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:09 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:14 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:19 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="CaptureServer.cpp:1846" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Netflow receiver configuration defined; disabling default automatic promiscuous mode packet capture on all available interfaces. Configure one or more streamfwdcapture parameters in streamfwd.conf to enable network packet capture.&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="https://community.splunk.com/SnifferReactor/SnifferReactor.cpp:327" target="_blank"&gt;140379406546688&lt;/A&gt; stream.SnifferReactor - No packet processors configured&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="CaptureServer.cpp:1929" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Starting data capture&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="https://community.splunk.com/SnifferReactor/SnifferReactor.cpp:161" target="_blank"&gt;140379406546688&lt;/A&gt; stream.SnifferReactor - Starting network capture: sniffer&lt;/P&gt;

&lt;P&gt;I am running Ubuntu 18.04, Splunk 7.2.5.1, Splunk Stream 7.1.2&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:01:52 GMT</pubDate>
    <dc:creator>neo_traffic</dc:creator>
    <dc:date>2020-09-30T00:01:52Z</dc:date>
    <item>
      <title>Splunk Stream not showing netflow data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-not-showing-netflow-data/m-p/398860#M48666</link>
      <description>&lt;P&gt;I installed Splunk Stream  per the instructions and I see data coming in when I run a search &lt;EM&gt;sourcetype=stream:netflow&lt;/EM&gt;.&lt;/P&gt;

&lt;P&gt;In the Stream App, I only see the local data, nothing from my netflow devices.&lt;/P&gt;

&lt;P&gt;I am running it as a standalone server. &lt;/P&gt;

&lt;P&gt;My configs are as follows:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/streamfwd.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[streamfwd]&lt;BR /&gt;
logConfig = streamfwdlog.conf&lt;BR /&gt;
port = 8889&lt;/P&gt;

&lt;P&gt;netflowReceiver.0.ip = XXX.XXX.XXX.XXX (real IP hidden)&lt;BR /&gt;
netflowReceiver.0.port = 9995&lt;BR /&gt;
netflowReceiver.0.decoder = netflow&lt;BR /&gt;
netflowReceiver.0.protocol = udp&lt;BR /&gt;
netflowReceiver.0.decodingThreads = 4&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/opt/splunk/etc/apps/Splunk_TA_stream/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[streamfwd://streamfwd]&lt;BR /&gt;
splunk_stream_app_location = &lt;A href="http://localhost:8000/en-us/custom/splunk_app_stream/" target="_blank"&gt;http://localhost:8000/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;&lt;STRONG&gt;/opt/splunk/etc/apps/splunk_httpinput/local/inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[http] &lt;BR /&gt;
disabled = 0 &lt;BR /&gt;
port = 8088 &lt;BR /&gt;
dedicatedIoThreads = 8 &lt;/P&gt;

&lt;P&gt;[&lt;A href="http://streamfwd" target="_blank"&gt;http://streamfwd&lt;/A&gt;]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index=main&lt;BR /&gt;
token = dcb7872a-9438-4e2e-a314-a20d2991df7b&lt;BR /&gt;
indexes=_internal,main&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;netstat -l shows me:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Active Internet connections (only servers)&lt;BR /&gt;
Proto Recv-Q Send-Q Local Address           Foreign Address         State&lt;BR /&gt;
tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:8065          0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:domain        0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:ssh             0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:omniorb         0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 localhost:8889          0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:8089            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp        0      0 0.0.0.0:8191            0.0.0.0:*               LISTEN&lt;BR /&gt;
tcp6       0      0 [::]:ssh                [::]:*                  LISTEN&lt;BR /&gt;
udp        0      0 neo-monitor:9995        0.0.0.0:*&lt;BR /&gt;
udp        0      0 localhost:domain        0.0.0.0:*&lt;BR /&gt;
raw6       0      0 [::]:ipv6-icmp          [::]:*                  7&lt;BR /&gt;
Active UNIX domain sockets (only servers)&lt;BR /&gt;
Proto RefCnt Flags       Type       State         I-Node   Path&lt;BR /&gt;
unix  2      [ ACC ]     SEQPACKET  LISTENING     12213    /run/udev/control&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307858   /run/user/0/systemd/private&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307864   /run/user/0/gnupg/S.gpg-agent&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307865   /run/user/0/gnupg/S.gpg-agent.ssh&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307866   /run/user/0/gnupg/S.dirmngr&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307867   /run/user/0/gnupg/S.gpg-agent.browser&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     307868   /run/user/0/gnupg/S.gpg-agent.extra&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11797    /run/systemd/private&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11804    /run/systemd/journal/stdout&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11909    /run/lvm/lvmpolld.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     11950    /run/lvm/lvmetad.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16749    /run/snapd.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16737    /var/snap/lxd/common/lxd/unix.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16770    @ISCSIADM_ABSTRACT_NAMESPACE&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16742    /var/run/dbus/system_bus_socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16751    /run/snapd-snap.socket&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16766    /run/uuidd/request&lt;BR /&gt;
unix  2      [ ACC ]     STREAM     LISTENING     16768    /run/acpid.socket&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;streamfwd.log shows me:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;2019-04-04 15:01:47 INFO  &lt;A href="CaptureServer.cpp:816" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Found DataDirectory: /opt/splunk/etc/apps/Splunk_TA_stream/data&lt;BR /&gt;
2019-04-04 15:01:47 INFO  &lt;A href="CaptureServer.cpp:822" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Found UIDirectory: /opt/splunk/etc/apps/Splunk_TA_stream/ui&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="CaptureServer.cpp:894" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Default configuration directory: /opt/splunk/etc/apps/Splunk_TA_stream/default&lt;BR /&gt;
2019-04-04 15:01:48 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379561435840&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="main.cpp:1120" target="_blank"&gt;140379561435840&lt;/A&gt; stream.main - streamfwd has started successfully (version 7.1.2 build 157)&lt;BR /&gt;
2019-04-04 15:01:48 INFO  &lt;A href="main.cpp:1122" target="_blank"&gt;140379561435840&lt;/A&gt; stream.main - web interface listening on port 8889&lt;BR /&gt;
2019-04-04 15:01:54 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:01:59 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:04 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379423332096&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:09 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:14 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:19 ERROR &lt;A href="CaptureServer.cpp:2210" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Unable to ping server (c7a112ef-d447-423b-8231-e5a9206b86aa): Unable to establish connection to localhost: Connection refused&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="CaptureServer.cpp:1846" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Netflow receiver configuration defined; disabling default automatic promiscuous mode packet capture on all available interfaces. Configure one or more streamfwdcapture parameters in streamfwd.conf to enable network packet capture.&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="https://community.splunk.com/SnifferReactor/SnifferReactor.cpp:327" target="_blank"&gt;140379406546688&lt;/A&gt; stream.SnifferReactor - No packet processors configured&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="CaptureServer.cpp:1929" target="_blank"&gt;140379406546688&lt;/A&gt; stream.CaptureServer - Starting data capture&lt;BR /&gt;
2019-04-04 15:02:26 INFO  &lt;A href="https://community.splunk.com/SnifferReactor/SnifferReactor.cpp:161" target="_blank"&gt;140379406546688&lt;/A&gt; stream.SnifferReactor - Starting network capture: sniffer&lt;/P&gt;

&lt;P&gt;I am running Ubuntu 18.04, Splunk 7.2.5.1, Splunk Stream 7.1.2&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-not-showing-netflow-data/m-p/398860#M48666</guid>
      <dc:creator>neo_traffic</dc:creator>
      <dc:date>2020-09-30T00:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Stream not showing netflow data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-not-showing-netflow-data/m-p/398861#M48667</link>
      <description>&lt;P&gt;This looks like close something I am experiencing. My understanding is the streamfwd binary needs to phone home to the Splunk App for Stream as described here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/StreamApp/7.1.2/DeployStreamApp/DeploymentArchitecture#How_streamfwd_communicates_with_splunk_app_stream" target="_blank"&gt;https://docs.splunk.com/Documentation/StreamApp/7.1.2/DeployStreamApp/DeploymentArchitecture#How_streamfwd_communicates_with_splunk_app_stream&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is where you configure streamfwd to talk to the Stream App:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/StreamApp/7.1.2/DeployStreamApp/ConfigureStreamForwarder#Verify_location_of_splunk_app_stream_in_inputs.conf" target="_blank"&gt;https://docs.splunk.com/Documentation/StreamApp/7.1.2/DeployStreamApp/ConfigureStreamForwarder#Verify_location_of_splunk_app_stream_in_inputs.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In your config this is set to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk_stream_app_location = http://localhost:8000/en-us/custom/splunk_app_stream/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To me it looks like your logs are showing that streamfwd is getting a connection refused when connecting via http to localhost on tcp port 8000. It's getting a connection refused when attempting that.&lt;/P&gt;

&lt;P&gt;Are you able to, on that same splunk server, access:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http://localhost:8000/en-us/custom/splunk_app_stream/ping
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you can't that might indicate your problem, i.e. a local firewall, DNS resolution of "localhost" etc might not be working for you?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-not-showing-netflow-data/m-p/398861#M48667</guid>
      <dc:creator>michaeljorgense</dc:creator>
      <dc:date>2020-09-30T00:30:23Z</dc:date>
    </item>
  </channel>
</rss>

