<?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: Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673816#M112807</link>
    <description>&lt;P&gt;Ciao Giuseppe!&lt;/P&gt;&lt;P&gt;Thank you a lot for your answer! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We finally saw it was something related to a configuration on our firewall because we couldn't even see our IP going to Splunk through the firewall and the services were up and running on the server with Splunk Universal Forwarder installed.&lt;/P&gt;&lt;P&gt;Regarding the Deployment server, we have ~20 servers with Splunk Universal Forwarder installed on them. Should we have a deployment server in the same environment to be able to manage all of those Splunk UFs? Do you have any recommendation on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Juanma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 16:32:21 GMT</pubDate>
    <dc:creator>jalbarracinklar</dc:creator>
    <dc:date>2024-01-10T16:32:21Z</dc:date>
    <item>
      <title>Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673656#M112796</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been installing Splunk Universal Forwarder on different servers in the on-prem environment of the company where I work, to bring the logs to an index in our Splunk Cloud.&lt;BR /&gt;We managed to do it on almost all servers running Ubuntu, CentOS and Windows.&lt;BR /&gt;Occasionally, we are having problems on a server with Ubuntu.&lt;BR /&gt;For the installation, we did the following as we did for every other Ubuntu server:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;dpkg -i splunkforwarder-9.1.2-b6b9c8185839-linux-2.6-amd64.deb&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;cd /opt/splunkforwarder/bin&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;./splunk start&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Insert user and password &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download splunkclouduf.spl&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/opt/splunkforwarder/bin/splunk install app splunkclouduf.spl&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;./splunk add forward-server http-inputs-klar.splunkcloud.com:443&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;cd /opt/splunkforwarder/etc/system/local&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;define input.conf as:&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor system logs for authentication and authorization events&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/auth.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_secure&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;#fix bug in ubuntu related to: "Events from tracker.log have not been seen for the last 90 seconds, which is more than the yellow threshold (45 seconds). This typically occurs when indexing or forwarding are falling behind or are blocked."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[health_reporter]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aggregate_ingestion_latency_health = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;[feature:ingestion_latency]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;alert.disabled = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor system logs for general security events&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/syslog]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_syslog&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor Apache access and error logs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/apache2/access.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = apache_access&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/apache2/error.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = apache_error&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor SSH logs for login attempts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/auth.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = sshd&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor sudo commands executed by users&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/auth.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = sudo&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor UFW firewall logs (assuming UFW is used)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/ufw.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = ufw&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor audit logs (if available)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/audit/audit.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_audit&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor file integrity using auditd (if available)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///var/log/audit/auditd.log]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = auditd&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor for changes to critical system files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///etc/passwd]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_config&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor for changes to critical system binaries&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///bin]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_config&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;# Monitor for changes to critical system configuration files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor:///etc]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index = spei_servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sourcetype = linux_config&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;echo "[httpout]&lt;BR /&gt;httpEventCollectorToken = &amp;lt;our index token&amp;gt;&lt;BR /&gt;uri = &lt;A href="https://&amp;lt;our" target="_blank" rel="noopener"&gt;https:// &amp;lt;our&lt;/A&gt;&amp;nbsp;subdomain&amp;gt;.splunkcloud.com:443" &amp;gt; outputs.conf&lt;/LI&gt;&lt;LI&gt;cd /opt/splunkforwarder/bin&lt;/LI&gt;&lt;LI&gt;export SPLUNK_HOME=/opt/splunkforwarder&lt;/LI&gt;&lt;LI&gt;./splunk restart&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When going to Splunk Cloud, we don't see the logs coming from this specific server.&lt;/P&gt;&lt;P&gt;So we saw our logs and we saw this in health.log:&lt;/P&gt;&lt;P&gt;root@coas:/opt/splunkforwarder/var/log/splunk# tail health.log&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Forwarder Ingestion Latency" color=green due_to_stanza="feature:ingestion_latency_reported" node_type=feature node_path=splunkd.file_monitor_input.forwarder_ingestion_latency&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Ingestion Latency" color=red due_to_stanza="feature:ingestion_latency" due_to_indicator="ingestion_latency_gap_multiplier" node_type=feature node_path=splunkd.file_monitor_input.ingestion_latency&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Ingestion Latency" color=red indicator="ingestion_latency_gap_multiplier" due_to_threshold_value=1 measured_value=1755 reason="Events from tracker.log have not been seen for the last 1755 seconds, which is more than the red threshold (210 seconds). This typically occurs when indexing or forwarding are falling behind or are blocked." node_type=indicator node_path=splunkd.file_monitor_input.ingestion_latency.ingestion_latency_gap_multiplier&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Large and Archive File Reader-0" color=green due_to_stanza="feature:batchreader" node_type=feature node_path=splunkd.file_monitor_input.large_and_archive_file_reader-0&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Real-time Reader-0" color=red due_to_stanza="feature:tailreader" due_to_indicator="data_out_rate" node_type=feature node_path=splunkd.file_monitor_input.real-time_reader-0&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Real-time Reader-0" color=red indicator="data_out_rate" due_to_threshold_value=2 measured_value=352 reason="The monitor input cannot produce data because splunkd's processing queues are full. This will be caused by inadequate indexing or forwarding rate, or a sudden burst of incoming data." node_type=indicator node_path=splunkd.file_monitor_input.real-time_reader-0.data_out_rate&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Workload Management" color=green node_type=category node_path=splunkd.workload_management&lt;BR /&gt;01-09-2024 08:21:30.197 -0600 INFO PeriodicHealthReporter - feature="Admission Rules Check" color=green due_to_stanza="feature:admission_rules_check" node_type=feature node_path=splunkd.workload_management.admission_rules_check&lt;BR /&gt;01-09-2024 08:21:30.198 -0600 INFO PeriodicHealthReporter - feature="Configuration Check" color=green due_to_stanza="feature:wlm_configuration_check" node_type=feature node_path=splunkd.workload_management.configuration_check&lt;BR /&gt;01-09-2024 08:21:30.198 -0600 INFO PeriodicHealthReporter - feature="System Check" color=green due_to_stanza="feature:wlm_system_check" node_type=feature node_path=splunkd.workload_management.system_check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this in splunkd.log:&lt;/P&gt;&lt;P&gt;root@coas:/opt/splunkforwarder/var/log/splunk# tail splunkd.log&lt;BR /&gt;01-09-2024 08:33:01.227 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.87.146.250:9997 timed out&lt;BR /&gt;01-09-2024 08:33:21.135 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.160.213.9:9997 timed out&lt;BR /&gt;01-09-2024 08:33:41.034 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.160.213.9:9997 timed out&lt;BR /&gt;01-09-2024 08:34:00.942 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.87.146.250:9997 timed out&lt;BR /&gt;01-09-2024 08:34:20.841 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=18.214.192.43:9997 timed out&lt;BR /&gt;01-09-2024 08:34:40.750 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=18.214.192.43:9997 timed out&lt;BR /&gt;01-09-2024 08:35:00.637 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.87.146.250:9997 timed out&lt;BR /&gt;01-09-2024 08:35:20.544 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.160.213.9:9997 timed out&lt;BR /&gt;01-09-2024 08:35:40.443 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=18.214.192.43:9997 timed out&lt;BR /&gt;01-09-2024 08:36:00.352 -0600 WARN AutoLoadBalancedConnectionStrategy [3273664 TcpOutEloop] - Cooked connection to ip=54.87.146.250:9997 timed out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have any thought or have faced this issue in the past?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673656#M112796</guid>
      <dc:creator>jalbarracinklar</dc:creator>
      <dc:date>2024-01-09T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673737#M112803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263855"&gt;@jalbarracinklar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you install the app downloaded from Splunk Coud, you don't need the following add forward-server command, because the app alreacy has all the information to connect to Splunk Cloud.&lt;/P&gt;&lt;P&gt;One hint: when I have this kind od requisites, I prefer to have two Hevy Forwarders in my on premise infrastructure that are the concentrators of the logs from all the on-premise systems, in this way I have to open the connection to Splunk Cloud only for these two systems.&lt;/P&gt;&lt;P&gt;Then, if you have many Universal Forwarders, use a Deployment Server to deploy apps to them, dont manage them manually.&lt;/P&gt;&lt;P&gt;About Ubuntu, I read reporting of many issues in Community, be sure about the grants to run Splunk and to access files to read.&lt;/P&gt;&lt;P&gt;In addition, check if you are receivig logs from Ubuntu servers: if yes, the issue is in the monitor stanzas, if not in the connection.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 07:51:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673737#M112803</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-10T07:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673816#M112807</link>
      <description>&lt;P&gt;Ciao Giuseppe!&lt;/P&gt;&lt;P&gt;Thank you a lot for your answer! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We finally saw it was something related to a configuration on our firewall because we couldn't even see our IP going to Splunk through the firewall and the services were up and running on the server with Splunk Universal Forwarder installed.&lt;/P&gt;&lt;P&gt;Regarding the Deployment server, we have ~20 servers with Splunk Universal Forwarder installed on them. Should we have a deployment server in the same environment to be able to manage all of those Splunk UFs? Do you have any recommendation on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Juanma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:32:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673816#M112807</guid>
      <dc:creator>jalbarracinklar</dc:creator>
      <dc:date>2024-01-10T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673821#M112808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263855"&gt;@jalbarracinklar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;About the use of two HFs as concentrators I always use them in architectures like your.&lt;/P&gt;&lt;P&gt;Remember to use two HFs if you need HA, otherwise one is sufficient.&lt;/P&gt;&lt;P&gt;I always prefer to use a Deployment Server to manage Forwarders configurations.&lt;/P&gt;&lt;P&gt;For 20 clients you don't need a dedicated server and you could use one of the two Heavy Forwarders used as Concentrators,&lt;/P&gt;&lt;P&gt;Even if a dedicated server is always better if you haven't problems in server availability.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 16:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673821#M112808</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-10T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Host with Splunk Universal Forwarder  not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673905#M112813</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Based on your error message it's related to network connection. Just check both host and network based FWs to see that everything is ok. If I understand you already fixed this on your FW side?&lt;/P&gt;&lt;P&gt;Should you use HF as a HUB/consentrator is totally dependent on your security policy. If you have strictly security zone based architecture (don't allowed direct connection to outside) then you definitely need an intermediate forwarders. But if not then those just create more complexity on your environment and don't give to best perfomance for you.&lt;/P&gt;&lt;P&gt;If you have lot of UFs and haven't any other configuration management software/service/system then you should use DS and if you have already something in place then you should use it instead of bring totally new way to do it.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 07:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-with-Splunk-Universal-Forwarder-not-forwarding-to-Splunk/m-p/673905#M112813</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-01-11T07:12:54Z</dc:date>
    </item>
  </channel>
</rss>

