<?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: How to activate forwarder server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368613#M66962</link>
    <description>&lt;P&gt;I think this proves that my forward server is activated now. Well this part is now sorted but my goal is still far away from my intentions. My goal is to ingest Cisco ASA firewall syslogs data into splunk. &lt;BR /&gt;
I read many articles but were still failing to make it work. &lt;BR /&gt;
I better continut to dig in and start a fresh thread to progress further. &lt;BR /&gt;
Thanks for your help, I apprecaite it. &lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 00:02:22 GMT</pubDate>
    <dc:creator>jhl226116</dc:creator>
    <dc:date>2017-04-04T00:02:22Z</dc:date>
    <item>
      <title>How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368584#M66933</link>
      <description>&lt;P&gt;Hi Guys, &lt;/P&gt;

&lt;P&gt;I am struggling to send data from remote machine to Splunk server. I have tried the steps mentioned in the link but still no luck:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/48760/how-to-activate-forward-server.html"&gt;https://answers.splunk.com/answers/48760/how-to-activate-forward-server.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Can anyone tell me how to activate forward server?&lt;/P&gt;

&lt;P&gt;Running Splunk server and Forwarder on virtual Ubuntu platform. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Indexer: 10.10.50.49
Universal Forwarder: 10.10.50.18

root@forwarder:/opt/splunkforwarder/bin# ./splunk add forward-server 10.10.50.49:9997
Added forwarding to: 10.10.50.49:9997.

root@forwarder:/opt/splunkforwarder/bin# ./splunk list forward-server
Active forwards:
None
Configured but inactive forwards:
10.10.50.49:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Port 9997 has been enabled in the Indexer. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@indexer: /opt/splunk/bin# ./splunk list forward-server
Active forwards: 
SPsvr:9997
Configured but inactive forwards:
None
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can ping between Indexer =(10.10.50.49) and forwarder(10.10.50.18) vice-versa&lt;BR /&gt;
I have disabled Ubuntu firewall on both Indexer and Forwarder &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@indexer:/opt/splunk/bin# sudo ufw disable
Firewall stopped and disabled on system startup

root@forwarder:/opt/splunk/bin# sudo ufw disable
Firewall stopped and disabled on system startup
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure if my outputs.conf is configured correctly. I checked the document but am not exactly sure. Here is my outputs.conf from the forwarder: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = 10.10.50.49:9997

[tcpout-server://10.10.50.49:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If someone can tell me what I'm doing wrong or how I can resolve this issue, I would really appreciate it. &lt;/P&gt;

&lt;P&gt;I'm almost close to giving up if there's no concrete answer on this. I'd like to at least know what else I can do from here. &lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 01:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368584#M66933</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-21T01:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368585#M66934</link>
      <description>&lt;P&gt;On the server with the universal forwarder, go to &lt;CODE&gt;/opt/splunk/var/log/splunk/splunkd.log&lt;/CODE&gt; and see if there's any errors. &lt;/P&gt;

&lt;P&gt;Can you also post the contents of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 02:14:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368585#M66934</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-21T02:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368586#M66935</link>
      <description>&lt;P&gt;There were around 2468 lines of logs in the forawrder. This is the first time I checked as I only just came to know where to check the logs.  I'm just pasting last page of the logs FYI. &lt;/P&gt;

&lt;P&gt;root@forwarder#nano /opt/splunkforwarder/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;03-21-2017 13:37:17.842 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:37:17.842 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:37:47.689 +1100 ERROR TcpOutputProc - Can't find or illegal IP address or Name: SPsvr&lt;BR /&gt;
03-21-2017 13:37:47.690 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:37:47.690 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:38:13.058 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 8800 seconds.&lt;BR /&gt;
03-21-2017 13:38:17.553 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:38:17.553 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:38:47.401 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:38:47.401 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:39:17.247 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:39:17.247 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:39:47.093 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:39:47.093 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:39:53.068 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 8900 seconds.&lt;BR /&gt;
03-21-2017 13:40:16.941 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:40:16.941 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:40:46.790 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:40:46.790 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:41:16.635 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:41:16.635 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:41:33.076 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 9000 seconds.&lt;BR /&gt;
03-21-2017 13:41:46.482 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:41:46.482 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:42:16.327 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:42:16.327 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:42:46.174 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:42:46.174 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:43:13.085 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 9100 seconds.&lt;BR /&gt;
03-21-2017 13:43:16.019 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:43:16.019 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:43:45.874 +1100 ERROR TcpOutputProc - Can't find or illegal IP address or Name: SPsvr&lt;BR /&gt;
03-21-2017 13:43:45.874 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:43:45.874 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:44:15.721 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:44:15.721 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:44:45.570 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:44:45.570 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:44:53.094 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 9200 seconds.&lt;BR /&gt;
03-21-2017 13:45:15.456 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:45:15.456 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:45:45.305 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:45:45.305 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:46:15.154 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:46:15.154 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:46:33.110 +1100 WARN TcpOutputProc - Forwarding to indexer group default-autolb-group blocked for 9300 seconds.&lt;BR /&gt;
03-21-2017 13:46:45.012 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:46:45.012 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 13:47:14.861 +1100 WARN TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 13:47:14.861 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Here's my inputs.conf from the forwarder. Not sure if it's configured properly, I don't exactly know where to look. &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Forwarder Inputs.Conf&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
index = default&lt;BR /&gt;
_rcvbuf = 1572864&lt;BR /&gt;
host = $decideOnStartup&lt;/P&gt;

&lt;P&gt;[blacklist:$SPLUNK_HOME/etc/auth]&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME/var/log/splunk]&lt;BR /&gt;
index = _internal&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME/var/log/splunk/license_usage_summary.log]&lt;BR /&gt;
index = _telemetry&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME/etc/splunk.version]&lt;BR /&gt;
_TCP_ROUTING = *&lt;BR /&gt;
index = _internal&lt;BR /&gt;
sourcetype=splunk_version&lt;/P&gt;

&lt;P&gt;[batch://$SPLUNK_HOME/var/spool/splunk]&lt;BR /&gt;
move_policy = sinkhole&lt;BR /&gt;
crcSalt = &lt;/P&gt;

&lt;P&gt;[batch://$SPLUNK_HOME/var/spool/splunk/...stash_new]&lt;BR /&gt;
queue = stashparsing&lt;BR /&gt;
sourcetype = stash_new&lt;BR /&gt;
move_policy = sinkhole&lt;BR /&gt;
crcSalt = &lt;/P&gt;

&lt;P&gt;[fschange:$SPLUNK_HOME/etc]&lt;/P&gt;

&lt;H1&gt;poll every 10 minutes&lt;/H1&gt;

&lt;P&gt;pollPeriod = 600&lt;/P&gt;

&lt;H1&gt;generate audit events into the audit index, instead of fschange events&lt;/H1&gt;

&lt;P&gt;signedaudit=true&lt;BR /&gt;
recurse=true&lt;BR /&gt;
followLinks=false&lt;BR /&gt;
hashMaxSize=-1&lt;BR /&gt;
fullEvent=false&lt;BR /&gt;
sendEventMaxSize=-1&lt;BR /&gt;
filesPerDelay = 10&lt;BR /&gt;
delayInMills = 100&lt;/P&gt;

&lt;P&gt;[udp]&lt;BR /&gt;
connection_host=ip&lt;/P&gt;

&lt;P&gt;[tcp]&lt;BR /&gt;
acceptFrom=*&lt;BR /&gt;
connection_host=dns&lt;/P&gt;

&lt;P&gt;[splunktcp]&lt;BR /&gt;
route=has_key:_replicationBucketUUID:replicationQueue;has_key:_dstrx:typingQueue;has_key:_linebreaker:indexQueue;absent_key:_linebreaker:parsingQueue&lt;BR /&gt;
acceptFrom=*&lt;BR /&gt;
connection_host=ip&lt;/P&gt;

&lt;P&gt;[script]&lt;BR /&gt;
interval = 60.0&lt;BR /&gt;
start_by_shell = true&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
default cipher suites that splunk allows. Change this if you wish to increase the security&lt;BR /&gt;
of SSL connections, or to lower it if you having trouble connecting to splunk.&lt;BR /&gt;
cipherSuite = ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM&lt;BR /&gt;
allowSslRenegotiation = true&lt;BR /&gt;
sslQuietShutdown = false&lt;/P&gt;

&lt;P&gt;Allow only sslv3 and above connections&lt;BR /&gt;
sslVersions = *,-ssl2&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368586#M66935</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2020-09-29T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368587#M66936</link>
      <description>&lt;P&gt;You are getting a connection refused message to the indexer. This means its being blocked at the network level. There is a firewall somewhere blocking this. I'd recommend disabling firewalls on both hosts as a test, but you might also have a network level firewall blocking this.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:30:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368587#M66936</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-03-21T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368588#M66937</link>
      <description>&lt;P&gt;So it looks like your being blocked by a firewall or there is nothing listening.. Did you enable your indexer to listen on port 9997? If not then go to Settings&amp;gt;Receiving and Listening and add &lt;CODE&gt;9997&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:40:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368588#M66937</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-21T13:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368589#M66938</link>
      <description>&lt;P&gt;9997 was already added and enabled on the indexer.  &lt;/P&gt;

&lt;P&gt;Ubuntu firewalls on both hosts has already been disabled.  &lt;/P&gt;

&lt;P&gt;I have just created a new rule in Cisco ASA firewall in the network lab to allow necessary Splunk ports to communicate between the indexer and forwarder. &lt;/P&gt;

&lt;P&gt;Ports allowed from any source any to any destination within my internal network range. &lt;/P&gt;

&lt;P&gt;Ports allowed:&lt;BR /&gt;
TCP 8000 - Spluk Web&lt;BR /&gt;
TCP 8080 - Indexer to Indexer Replication&lt;BR /&gt;
TCP 8088 - mgmt for myself only&lt;BR /&gt;
TCP 8089 - mgmt &lt;BR /&gt;
TCP 9997 - Indexing&lt;BR /&gt;
UDP 514 - Syslog&lt;/P&gt;

&lt;P&gt;Also ICMP, domain, http, https has always been enabled already. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 23:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368589#M66938</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-21T23:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368590#M66939</link>
      <description>&lt;P&gt;Ubuntu firewalls on both hosts has already been disabled.  &lt;/P&gt;

&lt;P&gt;After seeing your post, I created a new rule in Cisco ASA firewall in the network level to allow necessary Splunk ports to communicate between the indexer and forwarder. &lt;/P&gt;

&lt;P&gt;Ports allowed from any source any to any destination within my internal network range. &lt;/P&gt;

&lt;P&gt;Ports allowed:&lt;BR /&gt;
TCP 8000 - Spluk Web&lt;BR /&gt;
TCP 8080 - Indexer to Indexer Replication&lt;BR /&gt;
TCP 8088 - mgmt for myself only&lt;BR /&gt;
TCP 8089 - mgmt &lt;BR /&gt;
TCP 9997 - Indexing&lt;BR /&gt;
UDP 514 - Syslog&lt;/P&gt;

&lt;P&gt;Also ICMP, domain, http, https has always been enabled already. &lt;/P&gt;

&lt;P&gt;Even after creating a new firewall rule to allow any connections between Index and forward server,  it still says forwards is inactive. &lt;/P&gt;

&lt;P&gt;root@indexer: /opt/splunk/bin# ./splunk list forward-server&lt;BR /&gt;
 Active forwards: &lt;BR /&gt;
 SPsvr:9997&lt;BR /&gt;
 Configured but inactive forwards:&lt;/P&gt;

&lt;P&gt;I have restarted splunk and forwarder but no changes.  &lt;/P&gt;

&lt;P&gt;I can't completely shut off Cisco ASA down because there's other live traffics running on different ports in different network ranges. But this being at a network level and which I have just created a new rule for splunk ports specifically, I'm pretty sure ASA isn't the issue here.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 23:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368590#M66939</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-21T23:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368591#M66940</link>
      <description>&lt;P&gt;Hi jhl226116,&lt;/P&gt;

&lt;P&gt;this looks wrong:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@indexer: /opt/splunk/bin# ./splunk list forward-server
Active forwards: 
SPsvr:9997
Configured but inactive forwards:
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This tells me you enabled forwarding on the indexer but not receiving. To enable receiving on the indexer run this command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk enable listen 9997 -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And please remember to disable the forwarding on the indexer before you enable receiving, otherwise you could create a nasty data loop &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 01:02:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368591#M66940</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-03-22T01:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368592#M66941</link>
      <description>&lt;P&gt;I was trying to drill down to where the connection started failing and spotted below error message in the forwarder logs. 03-21-2017 09:07:13.538 +1100 WARN  X509Verify - X509 certificate (O=SplunkUser,CN=SplunkServerDefaultCert) should not be used, as it is issued by Splunk's own default Certificate Authority (CA). This pu$&lt;/P&gt;

&lt;P&gt;I have no clue what's going on now, it's driving me nuts. I just wanna give up at this point...... &lt;/P&gt;

&lt;P&gt;nano /opt/splunkforwarder/var/log/splunk/splunkd.log03-21-2017 09:07:13.378 +1100 INFO  ChunkedLBProcessor - Initializing the chunked line breaking processor&lt;BR /&gt;
03-21-2017 09:07:13.378 +1100 INFO  TcpOutputProc - Initializing with fwdtype=lwf&lt;BR /&gt;
03-21-2017 09:07:13.388 +1100 INFO  TcpOutputProc - found Whitelist forwardedindex.0.whitelist , RE : .*&lt;BR /&gt;
03-21-2017 09:07:13.388 +1100 INFO  TcpOutputProc - found Blacklist forwardedindex.1.blacklist , RE : _.*&lt;BR /&gt;
03-21-2017 09:07:13.388 +1100 INFO  TcpOutputProc - found Whitelist forwardedindex.2.whitelist , RE : (_audit|_introspection|_internal|_telemetry)&lt;BR /&gt;
03-21-2017 09:07:13.389 +1100 INFO  TcpOutputProc - Initializing connection for non-ssl forwarding to 10.10.50.49:9997&lt;BR /&gt;
03-21-2017 09:07:13.389 +1100 INFO  TcpOutputProc - tcpout group default-autolb-group using Auto load balanced forwarding&lt;BR /&gt;
03-21-2017 09:07:13.389 +1100 INFO  TcpOutputProc - Group default-autolb-group initialized with maxQueueSize=512000 in bytes.&lt;BR /&gt;
03-21-2017 09:07:13.390 +1100 INFO  PipelineComponent - Pipeline merging disabled in default-mode.conf file&lt;BR /&gt;
03-21-2017 09:07:13.390 +1100 INFO  PipelineComponent - Pipeline typing disabled in default-mode.conf file&lt;BR /&gt;
03-21-2017 09:07:13.390 +1100 INFO  PipelineComponent - Pipeline vix disabled in default-mode.conf file&lt;BR /&gt;
03-21-2017 09:07:13.465 +1100 INFO  PipelineComponent - Launching the pipelines for set 0.&lt;BR /&gt;
03-21-2017 09:07:13.534 +1100 INFO  TailingProcessor - TailWatcher initializing...&lt;BR /&gt;
03-21-2017 09:07:13.534 +1100 INFO  TailingProcessor - Parsing configuration stanza: batch://$SPLUNK_HOME/var/spool/splunk.&lt;BR /&gt;
03-21-2017 09:07:13.534 +1100 INFO  TailingProcessor - Parsing configuration stanza: batch://$SPLUNK_HOME/var/spool/splunk/...stash_new.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Parsing configuration stanza: monitor://$SPLUNK_HOME/etc/splunk.version.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Parsing configuration stanza: monitor://$SPLUNK_HOME/var/log/splunk.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Parsing configuration stanza: monitor://$SPLUNK_HOME/var/log/splunk/license_usage_summary.log.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Parsing configuration stanza: monitor://$SPLUNK_HOME/var/log/splunk/metrics.log.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Parsing configuration stanza: monitor://$SPLUNK_HOME/var/log/splunk/splunkd.log.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailReader - State transitioning from 1 to 0 (initOrResume).&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailReader - State transitioning from 1 to 0 (initOrResume).&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Adding watch on path: /opt/splunkforwarder/etc/splunk.version.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Adding watch on path: /opt/splunkforwarder/var/log/splunk.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailingProcessor - Adding watch on path: /opt/splunkforwarder/var/spool/splunk.&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailReader - Registering metrics callback for: tailreader0&lt;BR /&gt;
03-21-2017 09:07:13.535 +1100 INFO  TailReader - Starting tailreader0 thread&lt;BR /&gt;
03-21-2017 09:07:13.537 +1100 INFO  loader - Limiting REST HTTP server to 21333 sockets&lt;BR /&gt;
03-21-2017 09:07:13.537 +1100 INFO  loader - Limiting REST HTTP server to 658 threads&lt;BR /&gt;
03-21-2017 09:07:13.538 +1100 WARN  X509Verify - X509 certificate (O=SplunkUser,CN=SplunkServerDefaultCert) should not be used, as it is issued by Splunk's own default Certificate Authority (CA). This pu$&lt;BR /&gt;
03-21-2017 09:07:13.538 +1100 INFO  TailReader - Registering metrics callback for: batchreader0&lt;BR /&gt;
03-21-2017 09:07:13.538 +1100 INFO  TailReader - Starting batchreader0 thread&lt;BR /&gt;
03-21-2017 09:07:13.539 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:07:13.539 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:07:13.544 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/license_usage_summary.log'.&lt;BR /&gt;
03-21-2017 09:07:13.551 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/remote_searches.log'.&lt;BR /&gt;
03-21-2017 09:07:13.553 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/searchhistory.log'.&lt;BR /&gt;
03-21-2017 09:07:13.556 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/splunkd_stdout.log'.&lt;BR /&gt;
03-21-2017 09:07:13.558 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/splunkd_ui_access.log'.&lt;BR /&gt;
03-21-2017 09:07:13.561 +1100 INFO  WatchedFile - Will begin reading at offset=60531 for file='/opt/splunkforwarder/var/log/splunk/audit.log'.&lt;BR /&gt;
03-21-2017 09:07:13.565 +1100 INFO  WatchedFile - Will begin reading at offset=123 for file='/opt/splunkforwarder/var/log/splunk/splunkd_stderr.log'.&lt;BR /&gt;
03-21-2017 09:07:13.568 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/btool.log'.&lt;BR /&gt;
03-21-2017 09:07:13.576 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/scheduler.log'.&lt;BR /&gt;
03-21-2017 09:07:13.599 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/license_usage.log'.&lt;BR /&gt;
03-21-2017 09:07:13.602 +1100 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunkforwarder/var/log/splunk/mongod.log'.&lt;BR /&gt;
03-21-2017 09:07:13.610 +1100 INFO  WatchedFile - Will begin reading at offset=405521 for file='/opt/splunkforwarder/var/log/splunk/metrics.log'.&lt;BR /&gt;
03-21-2017 09:07:43.225 +1100 WARN  UserManagerPro - Can't find [distributedSearch] stanza in distsearch.conf, using default authtoken HTTP timeouts&lt;BR /&gt;
03-21-2017 09:07:43.227 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:07:43.227 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:08:13.073 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:08:13.074 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:08:42.951 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:08:42.952 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:09:12.805 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:09:12.805 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:09:42.662 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:09:42.663 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:10:12.513 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:10:12.513 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:10:42.371 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:10:42.371 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:11:12.223 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;BR /&gt;
03-21-2017 09:11:12.224 +1100 ERROR TcpOutputFd - Connection to host=10.10.50.49:9997 failed&lt;BR /&gt;
03-21-2017 09:11:42.082 +1100 WARN  TcpOutputFd - Connect to 10.10.50.49:9997 failed. Connection refused&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:22:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368592#M66941</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2020-09-29T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368593#M66942</link>
      <description>&lt;P&gt;It says Failed to create because Configuration for port 9997 already exists. Forwarding is already disabled on the indexer. &lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# ./splunk list forward-server&lt;BR /&gt;
Active forwards:&lt;BR /&gt;
    None&lt;BR /&gt;
Configured but inactive forwards:&lt;BR /&gt;
    SPsvr:9997&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# sudo ufw disable&lt;BR /&gt;
Firewall stopped and disabled on system startup&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# ./splunk enable listen 9997 -auth admin:xxxxxxxx&lt;BR /&gt;
Failed to create. Configuration for port 9997 already exists.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368593#M66942</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-22T02:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368594#M66943</link>
      <description>&lt;P&gt;On the indexer run &lt;CODE&gt;splunk btool outputs list --debug | grep -v default&lt;/CODE&gt;, see what custom &lt;CODE&gt;outputs.conf&lt;/CODE&gt; you have and remove it on the indexer. &lt;/P&gt;

&lt;P&gt;Then run &lt;CODE&gt;splunk btool inputs list splunktcp --debug | grep -v default&lt;/CODE&gt;, check if everything is correct and also run &lt;CODE&gt;splunk list inputstatus&lt;/CODE&gt; and check for &lt;CODE&gt;tcp_cooked:listenerports&lt;/CODE&gt; which should be 9997.&lt;/P&gt;

&lt;P&gt;Restart Splunk and it should work&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368594#M66943</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-03-22T02:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368595#M66944</link>
      <description>&lt;P&gt;Commands are not working. Is there a typo somewhere? &lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# splunk btool outputs list --debug | grep -v default&lt;BR /&gt;
splunk: command not found&lt;/P&gt;

&lt;P&gt;root@SPsvr:~# splunk btool outputs list --debug | grep -v default&lt;BR /&gt;
splunk: command not found&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# splunk btool inputs list splunktcp --debug | grep -v default&lt;BR /&gt;
splunk: command not found&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# splunk list inputstatus&lt;BR /&gt;
splunk: command not found&lt;/P&gt;

&lt;P&gt;root@SPsvr:~# splunk list input status&lt;BR /&gt;
splunk: command not found&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 03:16:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368595#M66944</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-22T03:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368596#M66945</link>
      <description>&lt;P&gt;Can you do a &lt;CODE&gt;telnet&lt;/CODE&gt; from your forwarder to your indexer to verify you can connect?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;telnet IndexerIP 9997&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 16:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368596#M66945</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-22T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368597#M66946</link>
      <description>&lt;P&gt;I was unable to telnet from forwarder to the indexer. Only can ping vice-versa. Where does this give you indication? &lt;/P&gt;

&lt;P&gt;root@forwarder:~# telnet 10.10.50.49&lt;BR /&gt;
Trying 10.10.50.49...&lt;BR /&gt;
telnet: unable to connect to remote host: Connection refused&lt;/P&gt;

&lt;P&gt;root@forwarder:~# ping 10.10.50.49&lt;BR /&gt;
PING 10.10.50.49 (10.10.50.49) 56(84) bytes of data.&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=1 ttl=64 time=0.213 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=2 ttl=64 time=0.227 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=3 ttl=64 time=0.233 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=4 ttl=64 time=0.259 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=5 ttl=64 time=0.207 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=6 ttl=64 time=0.259 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=7 ttl=64 time=0.210 ms&lt;BR /&gt;
64 bytes from 10.10.50.49: icmp_seq=8 ttl=64 time=0.253 ms&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368597#M66946</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2020-09-29T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368598#M66947</link>
      <description>&lt;P&gt;use &lt;CODE&gt;./splunk&lt;/CODE&gt; instead of &lt;CODE&gt;splunk&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 20:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368598#M66947</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-03-22T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368599#M66948</link>
      <description>&lt;P&gt;Awesome, I can run the commands. See results below: &lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# ./splunk btool outputs list --debug | grep -v default&lt;BR /&gt;
/opt/splunk/etc/system/local/outputs.conf   [tcpout]&lt;BR /&gt;
/opt/splunk/etc/system/local/outputs.conf   [tcpout-server://SPsvr:9997]&lt;BR /&gt;
/opt/splunk/etc/system/local/outputs.conf   server = SPsvr:9997&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# ./splunk btool inputs list splunktcp --debug | grep -v default&lt;BR /&gt;
/opt/splunk/etc/system/local/inputs.conf                   host = csoc&lt;BR /&gt;
/opt/splunk/etc/apps/search/local/inputs.conf              [splunktcp://9997]&lt;BR /&gt;
/opt/splunk/etc/apps/search/local/inputs.conf              connection_host = ip&lt;BR /&gt;
/opt/splunk/etc/system/local/inputs.conf                   host = csoc&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# ./splunk list inputstatus&lt;BR /&gt;
Cooked:tcp :&lt;BR /&gt;
    9997:127.0.0.1:8089&lt;BR /&gt;
        time opened = 2017-03-22T08:22:38+1100&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tcp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;ExecProcessor:exec commands :&lt;BR /&gt;
    ./bin/collector.path&lt;BR /&gt;
        time opened = 2017-03-22T08:22:45+1100&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./bin/dmc_config.py
    exit status description = exited with code 0
    time closed = 2017-03-22T08:22:50+1100
    time opened = 2017-03-22T08:22:50+1100

./bin/instrumentation.py
    exit status description = exited with code 0
    time closed = 2017-03-23T03:06:00+1100
    time opened = 2017-03-23T03:05:00+1100
    total bytes = 305

./bin/scripted_inputs/dependency_manager.py
    exit status description = exited with code 0
    time closed = 2017-03-22T08:22:48+1100
    time opened = 2017-03-22T08:22:48+1100

./bin/scripted_inputs/deploy_splunk_ta_paloalto.py
    exit status description = exited with code 0
    time closed = 2017-03-22T08:22:43+1100
    time opened = 2017-03-22T08:22:43+1100

./bin/scripted_inputs/ftr_lookups.py
    exit status description = exited with code 0
    time closed = 2017-03-22T08:22:40+1100
    time opened = 2017-03-22T08:22:40+1100

./bin/scripted_inputs/update_hosts.py
    exit status description = exited with code 0
    time closed = 2017-03-23T00:00:00+1100
    time opened = 2017-03-23T00:00:00+1100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Raw:tcp :&lt;BR /&gt;
    tcp&lt;/P&gt;

&lt;P&gt;TailingProcessor:FileStatus :&lt;BR /&gt;
    $SPLUNK_HOME/etc/splunk.version&lt;BR /&gt;
        file position = 70&lt;BR /&gt;
        file size = 70&lt;BR /&gt;
        percent = 100.00&lt;BR /&gt;
        type = finished reading&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/var/log/introspection
    type = directory

$SPLUNK_HOME/var/log/splunk/license_usage_summary.log
    type = directory

$SPLUNK_HOME/var/spool/splunk/...stash_new
    type = directory

/opt/splunk/var/log/introspection/kvstore.log.1
    file position = 10616832
    file size = 25005470
    parent = $SPLUNK_HOME/var/log/introspection
    percent = 42.46
    type = reading (batch)

/opt/splunk/var/log/introspection/kvstore.log.2
    file position = 24970463
    file size = 25006411
    parent = $SPLUNK_HOME/var/log/introspection
    percent = 99.86
    type = open file

/opt/splunk/var/log/introspection/kvstore.log.4
    file position = 0
    file size = 25004216
    parent = $SPLUNK_HOME/var/log/introspection
    percent = 0.00
    type = batch processing(toRead=25004216)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;tcp_cooked:listenerports :&lt;BR /&gt;
    9997&lt;/P&gt;

&lt;P&gt;UDP:listenerports :&lt;BR /&gt;
    514&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 21:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368599#M66948</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-22T21:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368600#M66949</link>
      <description>&lt;P&gt;This means your port is blocked which is the reason why data is not being sent via 9997 and also explains the &lt;CODE&gt;connection refused&lt;/CODE&gt; message in your &lt;CODE&gt;splunkd&lt;/CODE&gt; logs. &lt;/P&gt;

&lt;P&gt;You need to go take another look at your firewall settings and test its actually open by using telnet&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 23:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368600#M66949</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-22T23:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368601#M66950</link>
      <description>&lt;P&gt;Don't give up.. You narrowed down the problem and have a quick and easy way to test. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 23:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368601#M66950</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-22T23:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368602#M66951</link>
      <description>&lt;P&gt;I suppose you were right it seems telnet wasn't enabled somewhere but now I have enabled it and am now able to telnet to the Indexer from the forwarder. &lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# nc -v localhost 23&lt;BR /&gt;
Connection to localhost 23 port [tcp/telnet] succeeded!&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# netstat -nat | grep 23&lt;BR /&gt;
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN &lt;BR /&gt;
tcp 0 0 127.0.0.1:48838 127.0.0.1:23 ESTABLISHED&lt;BR /&gt;
tcp 0 0 10.10.50.49:49508 74.125.23.189:443 ESTABLISHED&lt;BR /&gt;
tcp 0 0 10.10.50.49:50208 74.125.23.189:443 ESTABLISHED&lt;BR /&gt;
tcp 0 0 127.0.0.1:23 127.0.0.1:48838 ESTABLISHED&lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# sudo netstat -tanpu | grep ":23"&lt;BR /&gt;
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 7270/inetd &lt;BR /&gt;
tcp 0 0 127.0.0.1:48838 127.0.0.1:23 ESTABLISHED 9735/nc &lt;BR /&gt;
tcp 0 0 127.0.0.1:23 127.0.0.1:48838 ESTABLISHED 9736/in.telnetd &lt;/P&gt;

&lt;P&gt;root@SPsvr:/opt/splunk/bin# netstat -tulpn&lt;BR /&gt;
Active Internet connections (only servers)&lt;BR /&gt;
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name&lt;BR /&gt;
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 968/dnsmasq &lt;BR /&gt;
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 7270/inetd &lt;BR /&gt;
tcp 0 0 0.0.0.0:8089 0.0.0.0:* LISTEN 25816/splunkd &lt;BR /&gt;
tcp 0 0 0.0.0.0:8191 0.0.0.0:* LISTEN 25826/mongod &lt;BR /&gt;
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 25816/splunkd &lt;BR /&gt;
tcp 0 0 127.0.0.1:8065 0.0.0.0:* LISTEN 25939/python &lt;BR /&gt;
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2458/chrome &lt;BR /&gt;
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2458/chrome &lt;BR /&gt;
udp 0 0 0.0.0.0:5353 0.0.0.0:* 589/avahi-daemon: r&lt;BR /&gt;
udp 0 0 0.0.0.0:38843 0.0.0.0:* 589/avahi-daemon: r&lt;BR /&gt;
udp 0 0 127.0.1.1:53 0.0.0.0:* 968/dnsmasq &lt;BR /&gt;
udp 0 0 0.0.0.0:68 0.0.0.0:* 949/dhclient &lt;BR /&gt;
udp 0 0 0.0.0.0:514 0.0.0.0:* 25816/splunkd &lt;BR /&gt;
udp 0 0 0.0.0.0:631 0.0.0.0:* 30478/cups-browsed&lt;BR /&gt;
udp6 0 0 :::60258 :::* 589/avahi-daemon: r&lt;BR /&gt;
udp6 0 0 :::5353 :::* 2458/chrome &lt;BR /&gt;
udp6 0 0 :::5353 :::* 589/avahi-daemon: r&lt;/P&gt;

&lt;P&gt;However I can't get past the credentials when telnetting from the forwarder (10.10.50.18) to the indexer (10.10.50.49). &lt;BR /&gt;
I used the same credentials for everything so there's no doubt my passwords are corrrect but I'm unable to telnet into the indexer. &lt;BR /&gt;
Previously telnet to indexer was refusing connection but now I'm one step closer. Can't stop now. Trying to figure out what the password is and how to get past this point now as it keeps saying login is incorrect.&lt;/P&gt;

&lt;P&gt;root@forwarder:~# telnet 10.10.50.49&lt;BR /&gt;
Trying 10.10.50.49...&lt;BR /&gt;
Connected to 10.10.50.49.&lt;BR /&gt;
Escape character is '^]'.&lt;BR /&gt;
Ubuntu 16.04.1 LTS&lt;BR /&gt;
SPsvr login: admin&lt;BR /&gt;
Password: &lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368602#M66951</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-23T00:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate forwarder server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368603#M66952</link>
      <description>&lt;P&gt;Thanks for encouraging me, I have narrowed down the problem and getting closer to resolving it since I got the telnet session working now from forwarder to the indexer.&lt;BR /&gt;&lt;BR /&gt;
Continuing to research for answers and solutions.. &lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-activate-forwarder-server/m-p/368603#M66952</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-23T00:24:28Z</dc:date>
    </item>
  </channel>
</rss>

