<?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: Getting Error &amp;quot;TCP output processor has paused the data flow&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705915#M116751</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274247"&gt;@rahusri2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let m,e understand:&amp;nbsp;you have a Forwarder (UF or HF) using the outputs.conf you shared to forward logs to Splunk C loud that receives syslogs (using UDP on port 8125), is it correct?&lt;/P&gt;&lt;P&gt;At first my hint is to not using Splunk as receiver but an rsyslog (or syslog-ng or SC4S) to receive syslogs because in this way, you can continue to receive syslogs even if Splunk is down.&lt;/P&gt;&lt;P&gt;Then you can us an UF or an HF to read these files and forward them to Splunk Cloud.ù&lt;/P&gt;&lt;P&gt;In addition, you could have at least two (or more) UFs to receive syslogs with a Load Balancer in front to have a real HA and don't lose data.&lt;/P&gt;&lt;P&gt;But the error you have is probably another one: to send logs to Splunk Cloud from a Forwarder, you have to download an app (called forwarder) from your Splunk Cloud instance, containing the certificates and the passwords to conne ct to Splunk Cloud, you cannot send logs without it.&lt;/P&gt;&lt;P&gt;for more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UsingforwardingagentsCloud" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UsingforwardingagentsCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 12:04:09 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-12-04T12:04:09Z</dc:date>
    <item>
      <title>Getting Error "TCP output processor has paused the data flow"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705907#M116749</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am trying to create a connection so that I can sent metric running on 8125 port UDP on Splunk Enterprise (running locally) to Spunk Cloud (running prd-p-7mh2z.splunkcloud.com) but I am getting below error.&lt;/P&gt;&lt;P&gt;As I need to send UDP data running on port 8125, I am using heavy forwarder instead of universal forwarder and I have configured heavy forwarder pointing to "prd-p-7mh2z.splunkcloud.com:9997"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Getting error on the dashboard&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The TCP output processor has paused the data flow. Forwarding to host_dest=prd-p-7mh2z.splunkcloud.com inside output group default-autolb-group from host_src=rahusri2s-MacBook-Pro.local has been blocked for blocked_seconds=10. 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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cat /Applications/splunk/etc/system/local/outputs.conf
Password:
[tcpout]
defaultGroup = default-autolb-group
indexAndForward = 1

[tcpout:default-autolb-group]
server = prd-p-7mh2z.splunkcloud.com:9997

[tcpout-server://prd-p-7mh2z.splunkcloud.com:9997]&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;# cat /Applications/splunk/etc/apps/search/local/inputs.conf
[splunktcp://9997]
connection_host = ip

[udp://8125]
connection_host = dns
host = rahusri2s-MacBook-Pro.local
index = 4_dec_8125_udp
sourcetype = statsd&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;#splunk&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 10:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705907#M116749</guid>
      <dc:creator>rahusri2</dc:creator>
      <dc:date>2024-12-04T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error "TCP output processor has paused the data flow"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705915#M116751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274247"&gt;@rahusri2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let m,e understand:&amp;nbsp;you have a Forwarder (UF or HF) using the outputs.conf you shared to forward logs to Splunk C loud that receives syslogs (using UDP on port 8125), is it correct?&lt;/P&gt;&lt;P&gt;At first my hint is to not using Splunk as receiver but an rsyslog (or syslog-ng or SC4S) to receive syslogs because in this way, you can continue to receive syslogs even if Splunk is down.&lt;/P&gt;&lt;P&gt;Then you can us an UF or an HF to read these files and forward them to Splunk Cloud.ù&lt;/P&gt;&lt;P&gt;In addition, you could have at least two (or more) UFs to receive syslogs with a Load Balancer in front to have a real HA and don't lose data.&lt;/P&gt;&lt;P&gt;But the error you have is probably another one: to send logs to Splunk Cloud from a Forwarder, you have to download an app (called forwarder) from your Splunk Cloud instance, containing the certificates and the passwords to conne ct to Splunk Cloud, you cannot send logs without it.&lt;/P&gt;&lt;P&gt;for more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UsingforwardingagentsCloud" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.3.2/Data/UsingforwardingagentsCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 12:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705915#M116751</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-12-04T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error "TCP output processor has paused the data flow"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705925#M116759</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply, really appreciated.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;let m,e understand:&amp;nbsp;you have a Forwarder (UF or HF) using the outputs.conf you shared to forward logs to Splunk C loud that receives syslogs (using UDP on port 8125), is it correct?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have a &lt;STRONG&gt;StatsD server&lt;/STRONG&gt; configured on my local, running on &lt;STRONG&gt;port 8125 (UDP)&lt;/STRONG&gt;, and it generates some metric data. Currently, this application using statsd server is sending metrics to &lt;STRONG&gt;Splunk Enterprise &lt;/STRONG&gt;(running locally). I can view all the metrics from the &lt;STRONG&gt;Splunk analytics workspace&lt;/STRONG&gt; without any issues.&lt;/P&gt;&lt;P&gt;Now, I want to&amp;nbsp;forward all application metrics from the StatsD server (running on port 8125 UDP) to&amp;nbsp;&lt;STRONG&gt;Splunk Cloud&amp;nbsp;&lt;/STRONG&gt;instead&amp;nbsp;&lt;STRONG&gt;Splunk Enterprise.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have read in couple of document, for this use case we have to use &lt;STRONG&gt;heavy fordwarder&lt;/STRONG&gt;.&amp;nbsp;To achieve this, I added the Splunk Cloud address &lt;STRONG&gt;"prd-p-7mh2z.splunkcloud.com:9997"&lt;/STRONG&gt; in &lt;STRONG&gt;"Forwarding and receiving → Configure forwarding"&amp;nbsp;&lt;/STRONG&gt;but&amp;nbsp;encountering the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;The TCP output processor has paused the data flow. Forwarding to host_dest=prd-p-7mh2z.splunkcloud.com inside output group default-autolb-group from host_src=rahusri2s-MacBook-Pro.local has been blocked for blocked_seconds=10. 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.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# cat /Applications/splunk/etc/system/local/outputs.conf
[tcpout]
defaultGroup = default-autolb-group
indexAndForward = 1

[tcpout:default-autolb-group]
server = prd-p-7mh2z.splunkcloud.com:9997

# cat /Applications/splunk/etc/apps/search/local/inputs.conf
[splunktcp://9997]
connection_host = ip

[udp://8125]
connection_host = dns
host = rahusri2s-MacBook-Pro.local
index = 4_dec_8125_udp
sourcetype = statsd&lt;/LI-CODE&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705925#M116759</guid>
      <dc:creator>rahusri2</dc:creator>
      <dc:date>2024-12-04T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error "TCP output processor has paused the data flow"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705929#M116762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274247"&gt;@rahusri2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as I said,you can install a Splunk Heavy Forwarder and configure it exactly as the on-premise receiver.&lt;/P&gt;&lt;P&gt;Then, to forward data to Splunk Cloud, you have to download from your Splunk Cloud instance the Forwarders app and install it on the Heavy Forwarder, otherwise it cannot send logs to Splunk Cloud.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705929#M116762</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-12-04T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error "TCP output processor has paused the data flow"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705968#M116770</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;are you sure that this is the correct outputs.conf definition for your host to sending events into SCP?&lt;/P&gt;&lt;P&gt;Usually this is named something like &amp;nbsp;100_&amp;lt;your splunk stack name&amp;gt;.&lt;/P&gt;&lt;P&gt;You can check the real configurations by&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk btool outputs list tcpout --debug&lt;/LI-CODE&gt;&lt;P&gt;This shows what those configurations are and where those are defined.&lt;/P&gt;&lt;P&gt;Basically you should use that UF configuration which you have downloaded from your SCP stack.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 22:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-Error-quot-TCP-output-processor-has-paused-the-data-flow/m-p/705968#M116770</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-04T22:21:03Z</dc:date>
    </item>
  </channel>
</rss>

