<?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: TCP Data Input is not accepting connections in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33729#M6047</link>
    <description>&lt;P&gt;There is no forwarder.  We are sending log files from an iPhone directly to our Splunk indexer on port 9990.  &lt;/P&gt;

&lt;P&gt;Right now our splunkd.log is being flooded by some error messages, but I do not think they are related.  I cannot find any logs related to my issue.&lt;/P&gt;

&lt;P&gt;08-13-2013 16:41:32.757 -0700 ERROR SearchParser - Could not find macro 'conf-change' that takes 0 arguments. Expecting stanza name 'conf-change'.&lt;/P&gt;

&lt;P&gt;08-13-2013 16:42:04.390 -0700 WARN  SearchOperator:kv - Invalid key-value parser, ignoring it, transform_name='rbsh_process'&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:33:39 GMT</pubDate>
    <dc:creator>sephora_it</dc:creator>
    <dc:date>2020-09-28T14:33:39Z</dc:date>
    <item>
      <title>TCP Data Input is not accepting connections</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33727#M6045</link>
      <description>&lt;P&gt;I have setup port 9990 as a TCP Data Input, but our Splunk server is not accepting connections from that port. It works from localhost on the server itself, but not from any other machine even on the same subnet. There is no firewall dropping the traffic.  Any idea what may be wrong?&lt;/P&gt;

&lt;P&gt;Works from localhost: &lt;/P&gt;

&lt;P&gt;[root@tdcvlog01 ~]# telnet 127.0.0.1 9990 &lt;BR /&gt;
Trying 127.0.0.1... &lt;BR /&gt;
Connected to 127.0.0.1. &lt;BR /&gt;
Escape character is '^]'. &lt;BR /&gt;
^] &lt;BR /&gt;
telnet&amp;gt; quit &lt;BR /&gt;
Connection closed. &lt;/P&gt;

&lt;P&gt;Not from external hosts: &lt;/P&gt;

&lt;P&gt;C:\Users\splunk&amp;gt;telnet x.x.x.x 9990 &lt;BR /&gt;
Connecting To x.x.x.x...Could not open connection to the host, on port 9990: Connect failed &lt;/P&gt;

&lt;P&gt;[root@tdcvlog01 ~]# netstat -ntap &lt;/P&gt;

&lt;P&gt;Active Internet connections (servers and established) &lt;BR /&gt;
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:9997 0.0.0.0:* LISTEN 1087/splunkd &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1205/rpcbind &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1479/sshd&lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:52502 0.0.0.0:* LISTEN 1223/rpc.statd &lt;/P&gt;

&lt;P&gt;tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1359/cupsd &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 1087/splunkd &lt;/P&gt;

&lt;P&gt;tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1563/master &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 1167/python &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:514 0.0.0.0:* LISTEN 1087/splunkd &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:9990 0.0.0.0:* LISTEN 1087/splunkd &lt;/P&gt;

&lt;P&gt;tcp 0 0 0.0.0.0:5672 0.0.0.0:* LISTEN 1606/qpidd&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 23:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33727#M6045</guid>
      <dc:creator>sephora_it</dc:creator>
      <dc:date>2013-08-13T23:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Data Input is not accepting connections</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33728#M6046</link>
      <description>&lt;P&gt;What are you seeing in the splunkd.log files on the forwarder and indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 23:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33728#M6046</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-13T23:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Data Input is not accepting connections</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33729#M6047</link>
      <description>&lt;P&gt;There is no forwarder.  We are sending log files from an iPhone directly to our Splunk indexer on port 9990.  &lt;/P&gt;

&lt;P&gt;Right now our splunkd.log is being flooded by some error messages, but I do not think they are related.  I cannot find any logs related to my issue.&lt;/P&gt;

&lt;P&gt;08-13-2013 16:41:32.757 -0700 ERROR SearchParser - Could not find macro 'conf-change' that takes 0 arguments. Expecting stanza name 'conf-change'.&lt;/P&gt;

&lt;P&gt;08-13-2013 16:42:04.390 -0700 WARN  SearchOperator:kv - Invalid key-value parser, ignoring it, transform_name='rbsh_process'&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33729#M6047</guid>
      <dc:creator>sephora_it</dc:creator>
      <dc:date>2020-09-28T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Data Input is not accepting connections</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33730#M6048</link>
      <description>&lt;P&gt;Sounds like a firewall issue. Typically the loopback interface (127.0.0.1) is permitted to send / receive connections from the network, but access to the other interfaces may not be permitted. Check your firewall settings (iptables, ipchains, etc).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 01:59:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33730#M6048</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-08-14T01:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Data Input is not accepting connections</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33731#M6049</link>
      <description>&lt;P&gt;Disabling iptables did the trick.  Good call and thanks so much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 04:19:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-Data-Input-is-not-accepting-connections/m-p/33731#M6049</guid>
      <dc:creator>sephora_it</dc:creator>
      <dc:date>2013-08-14T04:19:15Z</dc:date>
    </item>
  </channel>
</rss>

