<?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: Forwarding not working, troubleshooting tips? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31983#M5631</link>
    <description>&lt;P&gt;you need the following in the inputs.conf for it to listen on the indexer&lt;/P&gt;

&lt;P&gt;[splunktcp://7900]
disabled = false
queue = indexQueue
sourcetype = tcp-7900&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2010 22:55:49 GMT</pubDate>
    <dc:creator>jfraiberg</dc:creator>
    <dc:date>2010-08-17T22:55:49Z</dc:date>
    <item>
      <title>Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31982#M5630</link>
      <description>&lt;P&gt;Receiving splunk server inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://7900]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sending splunk server outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = rcvr_7900
indexAndForward = false
disabled = false

[tcpout:rcvr_7900]
server = 10.1.2.3:7900
maxQueueSize = 1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sending splunk server inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/messages]
sourcetype = syslog
_TCP_ROUTING = tcpout:rcvr_7900
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The splunkd.logs show them connecting:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;08-17-2010 08:33:25.234 INFO  TcpOutputProc - Connected to 10.1.2.3:7900 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, no data has been indexed on rcvr. Both sender and receiver are running 4.1.4. Any tips to track it down?&lt;/P&gt;

&lt;P&gt;Thanks,
Jon&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 22:45:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31982#M5630</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2010-08-17T22:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31983#M5631</link>
      <description>&lt;P&gt;you need the following in the inputs.conf for it to listen on the indexer&lt;/P&gt;

&lt;P&gt;[splunktcp://7900]
disabled = false
queue = indexQueue
sourcetype = tcp-7900&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 22:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31983#M5631</guid>
      <dc:creator>jfraiberg</dc:creator>
      <dc:date>2010-08-17T22:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31984#M5632</link>
      <description>&lt;P&gt;Remove the &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; clause from your inputs.conf on the forwarder. It is incorrect, and even if corrected (to &lt;CODE&gt;rcvr_7900&lt;/CODE&gt;, without the &lt;CODE&gt;tcpout:&lt;/CODE&gt;), with your other configurations (namely, your specification of &lt;CODE&gt;defaultGroup&lt;/CODE&gt;), it is unnecessary and complicating. &lt;/P&gt;

&lt;P&gt;Could you let us know why you decided to include it? If there is documentation suggesting this is necessary, it should be corrected.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 23:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31984#M5632</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-17T23:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31985#M5633</link>
      <description>&lt;P&gt;The original poster's indexer configuration is sufficient. The queue setting is not required and in fact should not be used on a 4.x+ indexer, and the sourcetype should be set at the forwarder.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2010 23:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31985#M5633</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-17T23:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31986#M5634</link>
      <description>&lt;P&gt;Thanks for the suggestions. Unfortunately, no help.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 00:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31986#M5634</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2010-08-18T00:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31987#M5635</link>
      <description>&lt;P&gt;I don't want to index the data locally, and I thought this was the magic to prevent it. The inputs.conf doc says:&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = &lt;TCPOUT_GROUP_NAME&gt;,&lt;TCPOUT_GROUP_NAME&gt;,&lt;TCPOUT_GROUP_NAME&gt;&lt;BR /&gt;
* comma separated list of tcpout group names&lt;BR /&gt;
* Using this you can selectively forward your data to specific indexer(s).&lt;BR /&gt;
* Specify the tcpout group forwarder should use when forwarding your data.&lt;BR /&gt;
  The tcpout group names are defined in outputs.conf with [tcpout:&lt;TCPOUT_GROUP_NAME&gt;]&lt;BR /&gt;
* Defaults to groups present in 'defaultGroup' in tcpout stanza in outputs.conf.&lt;/TCPOUT_GROUP_NAME&gt;&lt;/TCPOUT_GROUP_NAME&gt;&lt;/TCPOUT_GROUP_NAME&gt;&lt;/TCPOUT_GROUP_NAME&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31987#M5635</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2020-09-28T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31988#M5636</link>
      <description>&lt;P&gt;Is the indexer set-up to receive SSL by any chance? I'm wondering if you're sending non-SSL to an SSL-enabled indexer. I had that problem at first. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 01:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31988#M5636</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2010-08-18T01:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31989#M5637</link>
      <description>&lt;P&gt;Is your forwarder indexing?  If so, are any events being 'tagged' to an index other than main (the default) which might not exist on the receiving instance?  &lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 01:55:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31989#M5637</guid>
      <dc:creator>rgonzale6</dc:creator>
      <dc:date>2010-08-18T01:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31990#M5638</link>
      <description>&lt;P&gt;No, no ssl enabled.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 03:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31990#M5638</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2010-08-18T03:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31991#M5639</link>
      <description>&lt;P&gt;No, using a forwarder license and all inputs disabled. Searches don't return the test logs I've been sending to it -- neither on it nor the intended receiver.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 03:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31991#M5639</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2010-08-18T03:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31992#M5640</link>
      <description>&lt;P&gt;all inputs are disabled on your forwarder?  Something has to be enabled so events can be forwarded on, at least.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 04:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31992#M5640</guid>
      <dc:creator>rgonzale6</dc:creator>
      <dc:date>2010-08-18T04:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding not working, troubleshooting tips?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31993#M5641</link>
      <description>&lt;P&gt;All local inputs, sorry. The only input is the port 7900 listener as defined in the OP.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2010 21:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarding-not-working-troubleshooting-tips/m-p/31993#M5641</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2010-08-30T21:23:45Z</dc:date>
    </item>
  </channel>
</rss>

