<?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: Strange Splunk Ports in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378024#M169759</link>
    <description>&lt;P&gt;Windows 2012 R2 Server&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 21:22:48 GMT</pubDate>
    <dc:creator>JarrettM</dc:creator>
    <dc:date>2018-04-30T21:22:48Z</dc:date>
    <item>
      <title>Strange Splunk Ports</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378023#M169758</link>
      <description>&lt;P&gt;All 37 of my Splunk forwarders establish TLS 1.2 connections to Splunk on port 9997 as configured. No problem there. But splunkd is also listening on 8884 and 6 of the forwarders continually attempt a raw connection to this port in addition to the TLS one they make on 9997. The connections are not established but still I would like to close the port  on both sides. The configurations on those 6 are the same as on the other 31 that are that using not using that port. Netstat confirms that it is splunkd that is listening on 8884.  &lt;/P&gt;

&lt;P&gt;Any ideas why splunkd would be listening on that port, why those 6 forwarders are attempting to connect on it and how to close it on both sides?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 21:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378023#M169758</guid>
      <dc:creator>JarrettM</dc:creator>
      <dc:date>2018-04-30T21:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Splunk Ports</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378024#M169759</link>
      <description>&lt;P&gt;Windows 2012 R2 Server&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 21:22:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378024#M169759</guid>
      <dc:creator>JarrettM</dc:creator>
      <dc:date>2018-04-30T21:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Splunk Ports</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378025#M169760</link>
      <description>&lt;P&gt;Port 8884 isn't any default port used by Splunk in any way. Just to make sure I searched the docs and Google for it, but there is absolutely zero about it (as you might already have noticed).&lt;BR /&gt;
I'd search through all .conf files on the affected servers for the string "8884" - it must be mentioned anywhere.&lt;BR /&gt;
Did you, by any chance, install a certain add-on or app that might have opened that port?&lt;BR /&gt;
You could also do this from the CLI: &lt;CODE&gt;splunk btool inputs list&lt;/CODE&gt; and check the output for 8884 anywhere.&lt;/P&gt;

&lt;P&gt;Besides that, I'm a little out of ideas on this. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 22:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378025#M169760</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-04-30T22:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Splunk Ports</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378026#M169761</link>
      <description>&lt;P&gt;Thanks! Ran that CLI and found it. It's an input from a syslog that I forgot to check.&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 12:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378026#M169761</guid>
      <dc:creator>JarrettM</dc:creator>
      <dc:date>2018-05-01T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Splunk Ports</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378027#M169762</link>
      <description>&lt;P&gt;This is a strange port in context to splunk.&lt;BR /&gt;
However I'd do the following :&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Verify my Web and Management ports on all the indexing machines by running the commands - 
./splunk show web-port
./splunk show splunkd-port&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;And also the receiving port.&lt;/P&gt;

&lt;P&gt;This will take you one step forward in troubleshooting, either you'd find that these are the default ones i.e. 8000, 8089 and 9997. &lt;BR /&gt;
OR&lt;BR /&gt;
one of the services is using 8884 or may be the multiple receiving ports (i.e. 9997 and 8884) have opened.&lt;/P&gt;

&lt;P&gt;And if none of the above happens and no service shows 8884 port, I would use the netstats command to find out the PID which is using 8884 and Kill it (Assuming its a bogus process showing up by the name of splunkd).  OR as @xpac says - search through all .conf files on the affected servers for the string "8884"&lt;/P&gt;

&lt;P&gt;I hope this may take you closer to your solution !&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 12:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Strange-Splunk-Ports/m-p/378027#M169762</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2018-05-01T12:49:44Z</dc:date>
    </item>
  </channel>
</rss>

