This configuration is two 3.4.2 forwarders -> two 4.1.2 indexers.
Forwarders have two UDP inputs & two seperate assigned sourcetypes on these UDP inputs, props/transforms/outputs entries are doing _TCP_ROUTING to two seperate indexers.
Config seems ok for the most part.
However they are getting constantly blocked tcpout_connections messages in metrics.log
splunkd.log Error on the forwarders
07-07-2010 06:11:29.452 WARN TcpOutputProc - TcpSendThread: Connection to server lost - retrying: Broken pipe
07-07-2010 06:11:29.452 WARN TcpOutputProc - Connection dropped by Indexer. Possible version mismatch with indexer. Please check compatibility with indexer version
splunkd.log errors on the indexer
07-08-2010 01:15:13.501 ERROR TcpInputProc - Error encountered for connection from host=< ip address >, ip=< ip address >. Timeout
07-08-2010 01:15:13.501 INFO TcpInputProc - Hostname=< ip address > closed connection
07-08-2010 01:15:13.501 WARN PipelineInputChannel - channel source::udp:515|host::192.168.88.25|somesourcetypel|remoteport::41108" ended without a done-key
07-08-2010 01:15:13.501 WARN PipelineInputChannel - channel "source::udp:514|host::192.168.8.204|somesourcetypee|remoteport::41108" ended without a done-key
07-08-2010 01:15:13.501 WARN PipelineInputChannel - channel "source::udp:515|host::192.168.88.26|somesourcetype|remoteport::41108" ended without a done-key
07-08-2010 01:15:13.501 WARN PipelineInputChannel - channel "source::/opt/splunk/var/log/splunk/splunklogger.log|host::NCCForwarder|splunklogger|remoteport::41108" ended without a done-key
07-08-2010 01:15:13.501 WARN PipelineInputChannel - channel "source::udp:515|host::192.168.88.27|somesourcetype|remoteport::41108" ended without a done-key
one other odd entry i see in the inputs.conf of the indexers, seems like this is a older spec file setting to route certain data to queues instead of letting splunk do it automatically?
[splunktcp]
route = has_key:_utf8:indexQueue;has_key:_linebreaker:indexQueue;absent_key:_utf8:parsingQueue;absent_key:_linebreaker:parsingQueue;
asked
09 Jul '10, 01:36
Chris R.
1.0k●1●26
accept rate:
36%