<?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: forward-server listed as inactive in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36641#M6750</link>
    <description>&lt;P&gt;*&lt;EM&gt;For me issue was related to the Windows Firewall at the indexer (Splunk enterprise) server blocked the forwarder server's connection *&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The Error found in the forwarder server splunkd.log&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;ERROR TcpInputProc - Error encountered for connection from ... timeout&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;To fix it, simply allow the splunkd.exe  (located at splunk_home\bin) to communicate through window firewall.&lt;/P&gt;

&lt;P&gt;Tim,*&lt;EM&gt;For me issue was related to the Windows Firewall at the indexer (Splunk enterprise) server blocked the forwarder server's connection *&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The Error found in the forwarder server splunkd.log&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;ERROR TcpInputProc - Error encountered for connection from ... timeout&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;To fix it, simply allow the splunkd.exe  (located at splunk_home\bin) to communicate through window firewall.&lt;/P&gt;

&lt;P&gt;Tim&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 16:05:29 GMT</pubDate>
    <dc:creator>gonghaokaka</dc:creator>
    <dc:date>2018-01-02T16:05:29Z</dc:date>
    <item>
      <title>forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36632#M6741</link>
      <description>&lt;P&gt;Hi guys, &lt;BR /&gt;
       i have been working on the creation of a deployment server with universal forwarders, and the outputs.conf contains:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=cm
[tcpout:cm-processing]
server=cm:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is making its way to the universal forwarder, but when I run ./splunk list forward-server it shows the connection as inactive. I have looked on the distribution server for clients, which returned this machine as a client. Also, I have checked the listener (cm) to see if it has forwarders attached which it doesnt. Any help would be greatly appreciated, Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 06:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36632#M6741</guid>
      <dc:creator>miceli</dc:creator>
      <dc:date>2011-06-29T06:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36633#M6742</link>
      <description>&lt;P&gt;The &lt;EM&gt;defaultGroup&lt;/EM&gt; setting should specify the stanza name, "cm-processing", and not the server name, "cm". As the forward server setting is always tricky to set, I'd suggest you to log in onto a vanilla universal forwarder and run&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk add forward-server cm:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;then copy over the $SPLUNK_HOME/etc/system/local/outputs.conf settings generated by the command in your configuation distribution system. In any case, the final configuration of your outputs.conf should be (untested):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=cm-processing

[tcpout:cm-processing]
server=cm:9997
[tcpout-server://cm:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Cheers, Paolo&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 09:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36633#M6742</guid>
      <dc:creator>Paolo_Prigione</dc:creator>
      <dc:date>2011-06-29T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36634#M6743</link>
      <description>&lt;P&gt;Thanks Paolo.&lt;/P&gt;

&lt;P&gt;I unfortunately end up with the following output like before (it was a typo with the cm-processing and cm tags)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Active forwards:
        None
Configured but inactive forwards:
        cm:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I just need to know how to activate the forward-server, but the only commands according to &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/CLIadmincommands"&gt;http://www.splunk.com/base/Documentation/latest/Admin/CLIadmincommands&lt;/A&gt; are list, edit (which apparently isnt supported on the universal forwarder), add and remove.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 23:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36634#M6743</guid>
      <dc:creator>miceli</dc:creator>
      <dc:date>2011-06-29T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36635#M6744</link>
      <description>&lt;P&gt;Did you ever get an answer to this question? I'm seeing the same behavior. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36635#M6744</guid>
      <dc:creator>Jorge_L</dc:creator>
      <dc:date>2011-10-20T19:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36636#M6745</link>
      <description>&lt;P&gt;Hi, this may not be applicable, but here it goes.&lt;/P&gt;

&lt;P&gt;It seems that this may be a bogus error message, at least according to &lt;A href="http://docs.splunk.com/index.php?title=Documentation:Splunk:ReleaseNotes:MeetSplunk:4.2beta&amp;amp;diff=prev&amp;amp;oldid=83161"&gt;this page&lt;/A&gt; (some release notes for v4.2Beta):&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Running splunk list forward-server&lt;BR /&gt;
lists one of the servers under&lt;BR /&gt;
"Configured but inactive forwards:",&lt;BR /&gt;
but it is forwarding. (SPL-35461)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Is that the case, that you get the error message, but logs keep coming in? What version are you running? If anything but the latest, try upgrading.&lt;/P&gt;

&lt;P&gt;/kristian &lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2011 07:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36636#M6745</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-10-25T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36637#M6746</link>
      <description>&lt;P&gt;I had the same error and my outputs.conf was configured correctly. This issue was caused by IPtables not allowing connections to the listener port.&lt;/P&gt;

&lt;P&gt;Solved with a rule like: &lt;/P&gt;

&lt;P&gt;-A INPUT -p tcp -m state --state NEW -m tcp --dport 9997 -m comment --comment "splunk remote Listener" -j ACCEPT &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 13:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36637#M6746</guid>
      <dc:creator>tewner</dc:creator>
      <dc:date>2012-01-19T13:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36638#M6747</link>
      <description>&lt;P&gt;Why am I seeing junk answers all over this forum from Splunk?&lt;/P&gt;

&lt;P&gt;Why doesn't anyone put these questions to rest once and for all?  I have looked at 5 different posts ALL with the same problem, and Splunk keeps saying "check your firewall."&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 00:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36638#M6747</guid>
      <dc:creator>ta_viewpointcs</dc:creator>
      <dc:date>2013-06-28T00:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36639#M6748</link>
      <description>&lt;P&gt;I am getting this on version 5.0.3.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2013 05:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36639#M6748</guid>
      <dc:creator>miteshvohra</dc:creator>
      <dc:date>2013-07-14T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36640#M6749</link>
      <description>&lt;P&gt;I'm having same issue here but unable to solve the problem. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 22:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36640#M6749</guid>
      <dc:creator>jhl226116</dc:creator>
      <dc:date>2017-03-20T22:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: forward-server listed as inactive</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36641#M6750</link>
      <description>&lt;P&gt;*&lt;EM&gt;For me issue was related to the Windows Firewall at the indexer (Splunk enterprise) server blocked the forwarder server's connection *&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The Error found in the forwarder server splunkd.log&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;ERROR TcpInputProc - Error encountered for connection from ... timeout&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;To fix it, simply allow the splunkd.exe  (located at splunk_home\bin) to communicate through window firewall.&lt;/P&gt;

&lt;P&gt;Tim,*&lt;EM&gt;For me issue was related to the Windows Firewall at the indexer (Splunk enterprise) server blocked the forwarder server's connection *&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The Error found in the forwarder server splunkd.log&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;ERROR TcpInputProc - Error encountered for connection from ... timeout&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;To fix it, simply allow the splunkd.exe  (located at splunk_home\bin) to communicate through window firewall.&lt;/P&gt;

&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 16:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-server-listed-as-inactive/m-p/36641#M6750</guid>
      <dc:creator>gonghaokaka</dc:creator>
      <dc:date>2018-01-02T16:05:29Z</dc:date>
    </item>
  </channel>
</rss>

