<?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 Would it be possible for UFs to forward/send logs/events to other HFs/UFs? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596451#M25594</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would it be possible for UFs to forward/send logs/events to other HFs/UFs? Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 15:30:40 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-05-05T15:30:40Z</dc:date>
    <item>
      <title>Would it be possible for UFs to forward/send logs/events to other HFs/UFs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596451#M25594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would it be possible for UFs to forward/send logs/events to other HFs/UFs? Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 15:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596451#M25594</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-05T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder Send/Forward Events</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596460#M25595</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes it's possible.&lt;/P&gt;&lt;P&gt;The choose to use an Universal or an Heavy Forwarder depends on the choice to parse and merge events before sending them to Indexers.&lt;/P&gt;&lt;P&gt;If you want to leave that all the preindexing operations to the Indexers, you can use both UF or HF as log concentrator, if you want move the load of preindexing activities from Indexers, you have to use an HF.&lt;/P&gt;&lt;P&gt;Anyway, I hint to use always (both with UFs or HFs) at least two machines to avoid Single Points of Failures.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 06:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596460#M25595</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-05T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder Send/Forward Events</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596461#M25596</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, it is possible to send logs from UFs to HFs, since you can setup HFs to act as receivers.&lt;/P&gt;&lt;P&gt;On HF you need to setup receiving as described here:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Forwarding/Enableareceiver" target="_blank"&gt;Enable a receiver - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in inputs.conf (HF) - setup listening port, 9997 is default&lt;/P&gt;&lt;PRE&gt;[splunktcp://9997]
disabled = 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On UF you need to setup forwarding to the HF as described here:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Forwarding/Configureforwarderswithoutputs.confd" target="_blank"&gt;Configure forwarders with outputs.conf - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in outputs.conf (UF) - setup to send events to HF. You can name the groups whatever you want. You also need to change the server name / IP.&lt;/P&gt;&lt;PRE&gt;[tcpout]
defaultGroup=my_HFs

[tcpout:my_HFs]
server=mysplunk_heavy:9997

[tcpout-server://mysplunk_heavy:9997]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 06:36:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596461#M25596</guid>
      <dc:creator>smurf</dc:creator>
      <dc:date>2022-05-05T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder Send/Forward Events</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596577#M25597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your quick response, truly appreciate it. Is there any way I can check that UF forward installed on any host/server from SPLUNK GUI?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 17:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596577#M25597</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-05T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder Send/Forward Events</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596656#M25601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in Deployment Server's [Settings -- Forwarder Management ] or in the ;Monitoring Console's [Monitor Console -- Forwarders -- Forwarders: Deployment] you have the list of all Forwarders (UFs and HFs) connected to the Deployment Server (or to the All in one Splunk Server).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 06:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596656#M25601</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-06T06:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder Send/Forward Events</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596669#M25602</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;as&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231989"&gt;@smurf&lt;/a&gt;&amp;nbsp;already told this is possible. But which one you should select UF or HF? The best practices is use an UF if possible and HF only when you haven't any other options. The main reason for this is save resources on that gateway/hub/intermediate node as UF is much smaller than HF. Also UF generates less network traffic than HF as it didn't add (so much) meta data than HF after it has processed events.&lt;/P&gt;&lt;P&gt;Basically only case when you should/have to use HF is if you have some modular inputs, which needs e.g. python on HF side (e.g. TA for aws, TA for m365, TA for VMWare etc.)&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;already said you should have several intermediate nodes and spread traffic from UFs to all of those. When you are using UF as hub then you probably need to add it's throughput from 256KBps to 1024 or higher. Just add this to limits.conf like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[thruput]
maxKBps = 512&lt;/LI-CODE&gt;&lt;P&gt;or higher, based on your traffic amount.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 07:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Would-it-be-possible-for-UFs-to-forward-send-logs-events-to/m-p/596669#M25602</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-06T07:18:42Z</dc:date>
    </item>
  </channel>
</rss>

