hello we are unable to receive logs from forwarders from 29 january. i checked splund.log and found this error
ERROR TcpOutputFd [110883 TcpOutEloop] - Connection to host=<ip>:port failed
what should I do?
Hi @SN1 ,
probably that day someone closed the firewall port between Forwarder and Indexer.
The port should be 9997.
if this is the port, you can try using telnet from the Forwarder:
telnet <host_ip> <port>
Ciao.
Giuseppe
hello after this command on deployment server it is showing this error
telnet: Unable to connect to remote host: Connection refused
Hi @SN1
telent command need to run on forwader as mentioned by @gcusello and also hope you followed stpes menioned by @livehybrid
The error you're seeing suggests a network connectivity issue between your forwarder and the receiving Splunk instance (likely an Indexer or Heavy Forwarder).
Here are some steps to troubleshoot:
Verify network connectivity: -
Please let me know how you get on and consider upvoting/karma this answer if it has helped.
Regards
Will