<?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: Forwarder not sending data to indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147833#M30077</link>
    <description>&lt;P&gt;The suggestion by Strive to add back the stanza below worked; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = ProdIndexerList
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;BTW, we have Splunk 5.0.5 installed.  The documentation that suggests that the [tcpout] stanza is no longer required is not 100% correct.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2014 19:20:49 GMT</pubDate>
    <dc:creator>OldManEd</dc:creator>
    <dc:date>2014-07-18T19:20:49Z</dc:date>
    <item>
      <title>Forwarder not sending data to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147830#M30074</link>
      <description>&lt;P&gt;I had a little test environment set up to test forwarding to a test indexer and it worked fine.  Now, I altered the files to send data to our production indexers, and although the forwarder appears to be connecting to the indexers, I'm seeing no data.  I'm wondering if I need to alter the current forwarder outputs.conf file to include a second [tcpoout] stanza like below to get this to work;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = ProdIndexerList

[tcpout:ProdIndexerList]
autoLB=true
autoLBFrequency=120
server=xx.xxx.xxx.01:9997, xx.xxx.xxx.02:9997, xx.xxx.xxx.03:9997, xx.xxx.xxx.04:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Below are the specifics;&lt;/P&gt;

&lt;P&gt;Current messages from the forwarder splunkd.log file where it looks like the forwarder is connecting to the suite of indexers successfully:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-17-2014 17:46:10.582 +0000 INFO  ThruputProcessor - Current data throughput (276 kb/s) has reached maxKBps. As a result, data forwarding may be throttled. Consider increasing the value of maxKBps in limits.conf.
07-17-2014 17:46:58.901 +0000 INFO  TcpOutputProc - Connected to idx=xx.xxx.xx.01:9997
07-17-2014 17:47:44.737 +0000 INFO  BatchReader - Removed from queue file='/opt/splunkforwarder/var/log/splunk/metrics.log.2'.
07-17-2014 17:48:59.002 +0000 INFO  TcpOutputProc - Connected to idx=xx.xxx.xxx.02:9997
07-17-2014 17:49:22.093 +0000 INFO  BatchReader - Removed from queue file='/opt/splunkforwarder/var/log/splunk/metrics.log.1'.
07-17-2014 17:50:59.423 +0000 INFO  TcpOutputProc - Connected to idx=xx.xxx.xxx.03:9997
07-17-2014 17:52:59.355 +0000 INFO  TcpOutputProc - Connected to idx=xx.xxx.xxx.04:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;==============================================================================================&lt;/P&gt;

&lt;P&gt;Current forwarder inputs.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = forwarder_host_name

[monitor:///data_directory/ABC_*File.log.csv]
index=ABClogs
sourcetype=ABCtype
ignoreOlderThan = 2d
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Current forwarder outputs.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:ProdIndexerList]
autoLB=true
autoLBFrequency=120
server=xx.xxx.xxx.01:9997, xx.xxx.xxx.02:9997, xx.xxx.xxx.03:9997, xx.xxx.xxx.04:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Current indexer(s) /opt/splunk/etc/apps/cricketIndexers/local/indexes.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ABClogs]
disabled=false
homePath = $SPLUNK_DB/ABCdb/db
coldPath = $SPLUNK_DB/ABCdb/colddb
thawedPath = $SPLUNK_DB/ABCdb/thaweddb
maxDataSize = auto_high_volume
maxTotalDataSizeMB = 100000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Current indexer(s) /opt/splunk/etc/apps/cricketIndexers/local/props.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ABCtype]
CHECK_FOR_HEADER = true
HEADER_MODE = firstline
KV_MODE = none
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = False
TZ=UTC
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After all the conf files were update, all the indexers and forwarders were restarted but not the search heads.&lt;/P&gt;

&lt;P&gt;=====================================================================================&lt;/P&gt;

&lt;P&gt;Below is the configuration I had on the test environment that did work:&lt;/P&gt;

&lt;P&gt;Original test forwarder inputs.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = forwarder_host_name

[monitor:///data_directory/ABC_*File.log.csv]
index=ABClogs
sourcetype=ABCtype
ignoreOlderThan = 2d
crcSalt=&amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Original test forwarder outputs.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
Server=xx.xx.x.99:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Original test indexer indexes.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ABClogs]
coldPath = $SPLUNK_DB/ABCdb/colddb
homePath = $SPLUNK_DB/ABCdb/db
maxTotalDataSizeMB = 5000
thawedPath = $SPLUNK_DB/ABCdb/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Original test indexer props.conf file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ABCtype]
CHECK_FOR_HEADER = true
HEADER_MODE = firstline
KV_MODE = none
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = False
TZ=UTC
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jul 2014 19:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147830#M30074</guid>
      <dc:creator>OldManEd</dc:creator>
      <dc:date>2014-07-17T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder not sending data to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147831#M30075</link>
      <description>&lt;P&gt;Yes you need to add the second tcpout stanza to your outputs.conf file, similar to your test environment.&lt;BR /&gt;
Splunk documentation states that "Starting with 4.2, the [tcpout] stanza is no longer required." But it did not work for me. It worked when i had both the stanzas in my outputs.conf file&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147831#M30075</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-07-18T04:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder not sending data to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147832#M30076</link>
      <description>&lt;P&gt;Strive, &lt;BR /&gt;
That did it.  Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 19:17:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147832#M30076</guid>
      <dc:creator>OldManEd</dc:creator>
      <dc:date>2014-07-18T19:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder not sending data to indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147833#M30077</link>
      <description>&lt;P&gt;The suggestion by Strive to add back the stanza below worked; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = ProdIndexerList
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;BTW, we have Splunk 5.0.5 installed.  The documentation that suggests that the [tcpout] stanza is no longer required is not 100% correct.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 19:20:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-not-sending-data-to-indexer/m-p/147833#M30077</guid>
      <dc:creator>OldManEd</dc:creator>
      <dc:date>2014-07-18T19:20:49Z</dc:date>
    </item>
  </channel>
</rss>

