<?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: 9998 port to open in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300370#M56809</link>
    <description>&lt;P&gt;Yes you can add another listening port by either:&lt;BR /&gt;
a) Using the GUI by going to &lt;CODE&gt;Settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Data Inputs&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;TCP&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;New&lt;/CODE&gt;&lt;BR /&gt;
b) Using the command-line command, ./splunk enable listen 9998 -auth admin:change me # Needs option for SSL&lt;BR /&gt;
c) editing the inputs.conf file and adding a new stanza like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9998]
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See this documentation:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Regarding SSL encryption, you need to decide whether you want to use your own certificates or the ones supplied by Splunk. I suggest you read this:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 13:36:14 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-04-04T13:36:14Z</dc:date>
    <item>
      <title>9998 port to open</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300367#M56806</link>
      <description>&lt;P&gt;Port on the server and the network seems open for 9998 port for indexers to receive data but only 1 out of the 3 indexer is able to get data from forwarder service.&lt;/P&gt;

&lt;P&gt;Is there anything on the console I need to ensure that 9998 port is open and Splunk can receive data from forwarders.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 14:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300367#M56806</guid>
      <dc:creator>vikram_m</dc:creator>
      <dc:date>2017-04-03T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: 9998 port to open</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300368#M56807</link>
      <description>&lt;P&gt;Must not be blocked by firewall on either end. Must be route from forwarder to Indexer. ACL must be OK.  Forwarder's &lt;CODE&gt;outputs.conf&lt;/CODE&gt; must have all 3 Indexers defined.  All Indexers must have the same &lt;CODE&gt;inputs.conf&lt;/CODE&gt; settings.  Try &lt;CODE&gt;splunk list inputstatus&lt;/CODE&gt; on each Indexer and compare.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 14:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300368#M56807</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-03T14:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: 9998 port to open</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300369#M56808</link>
      <description>&lt;P&gt;Thanks Woodcock&lt;/P&gt;

&lt;P&gt;It seems you have a solution for me....I fired the command on all the 3 indexers we have and only one server showed below result.&lt;/P&gt;

&lt;P&gt;tcp_cooked:listenerports :&lt;BR /&gt;
        9997&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    9998
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Else for this other 2 indexer in cluster show &lt;/P&gt;

&lt;P&gt;tcp_cooked:listenerports :&lt;BR /&gt;
        9997&lt;/P&gt;

&lt;P&gt;Now please suggest where is the setting from where I can get the 9998 port opened.&lt;/P&gt;

&lt;P&gt;Thanks a lot for the initial finding help.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;BR /&gt;
Vikram.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 10:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300369#M56808</guid>
      <dc:creator>vikram_m</dc:creator>
      <dc:date>2017-04-04T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: 9998 port to open</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300370#M56809</link>
      <description>&lt;P&gt;Yes you can add another listening port by either:&lt;BR /&gt;
a) Using the GUI by going to &lt;CODE&gt;Settings&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Data Inputs&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;TCP&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;New&lt;/CODE&gt;&lt;BR /&gt;
b) Using the command-line command, ./splunk enable listen 9998 -auth admin:change me # Needs option for SSL&lt;BR /&gt;
c) editing the inputs.conf file and adding a new stanza like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9998]
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See this documentation:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Regarding SSL encryption, you need to decide whether you want to use your own certificates or the ones supplied by Splunk. I suggest you read this:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/UseSSLtoencryptandauthenticatedatafromforwarders&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 13:36:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/9998-port-to-open/m-p/300370#M56809</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-04T13:36:14Z</dc:date>
    </item>
  </channel>
</rss>

