01-09-2025 17:01:37.725 -0500 WARN TcpOutputProc [4940 parsing] - The TCP output processor has paused the data flow. Forwarding to host_dest=sbdcrib.splunkcloud.com inside output group default-autolb-group from host_src=CRBCITDHCP-01 has been blocked for blocked_seconds=1800. This can stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.
Hi @MrBLeu ,
from your description I see that you configured your UF to send logs (using outputs.conf) and I suppose that you configured Indexer to receive logs.
If not go in [Settings > Forwarding and Receiving > Forwarding ] and configure the receiving port to use in the UF in outputs.conf.
Then, did your connection work anytime or not?
If never, check the connection using telnet from the UF to the IDX using the receivig port (by default 9997)
telnet <ip_IDX> 9997
Ciao.
Giuseppe
@MrBLeu Hey, The servers configured in outputs.conf are not performing well. there could be many reasons:
- From the remote server, make sure you can reach the port on the indexer. Telnet or something
- Review the Splunkd logs on the windows server, grepping for the indexer ip
- Make sure it's listening on 9997, ss -l | grep 9997
- Check the logs on the Universal forwarder $SPLUNK_HOME/var/log/splunk/splunkd.log
- network issue from Universal forwarder to Indexer
- Indexers are overwhelmed with events coming in or busy in serving requests from search head.
- check all servers (indexers) in outputs.conf of forwarder are healthy (CPU and memory utilization).
- Check if you have deployed outputs.conf to indexers by mistake. generally indexers don't have outputs.conf.
I hope this helps, if any reply helps you, you could add your upvote/karma points to that reply, thanks.