<?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: How to configure Heavy forwarders  as intermediate forwarders in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610138#M11825</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/110005"&gt;@shivanandbm&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said, the number of Heavy forwarder is relevant only for performaces, how many final Forwarders have to send teir logs to the intermediate Forwarders?&lt;/P&gt;&lt;P&gt;Usually are used two Intermediate Forwarders (and they could be heavy or also Universal Forwarders) and if there's a queue issue on one of them it's better to give more resources than add a new one, but anyway, using six Intermediate Forwarders should be mandatory only having hundreds of thousands of other Forwarders!&lt;/P&gt;&lt;P&gt;The only situation to use six Intermediate Forwarders is that you have three segregated networks and you&amp;nbsp; have to put two of them in each of these networks.&lt;/P&gt;&lt;P&gt;Anyway, about configuration, you have to create an App, called e.g. TA_Forwarders, where there are only three files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;app.conf, contaning inormation about the app,&lt;/LI&gt;&lt;LI&gt;deploymentclient.conf containing the address of the Deployment Server,&lt;/LI&gt;&lt;LI&gt;outputs.conf, addressing the Intermediate heavy Forwarders,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and then deploy this app to all the final Forwarders that have to send their logs to the Indexers passing through the Intermediate HF.&lt;/P&gt;&lt;P&gt;Then you have to create another app, called e.g. TA_HF, containing the same files, but addressing the Indexers and then deploy to the Heavy Forwarders.&lt;/P&gt;&lt;P&gt;The correct question is: how to manage all these Forwarders (final and Intermediate)?&lt;/P&gt;&lt;P&gt;You have two solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use one Deployment Server reachable by all the Forwarders (Final and Intermediate), it's the easiest solution but requires to open a connection between all the Forwarders (Intermediate and final) and the Deployment Server,&lt;/LI&gt;&lt;LI&gt;use a primary Deployment Server to manage the Heavy Forwarders and all the other Forwarders directly connected to Indexers and use one of the Heavy Forwarders od each segregated network as a secondary Deployment Server that manages the Forwarders of its network.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The second solution is just a little more complicated but prefereable.&lt;/P&gt;&lt;P&gt;I hope to have answered to your question and not enlarged you confusion!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 14:43:42 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-08-19T14:43:42Z</dc:date>
    <item>
      <title>How to configure heavy forwarders  as intermediate forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610123#M11823</link>
      <description>&lt;P&gt;I would like to have six intermediate forwarders before indexers.Also i am interested to configure prasing on intermediate forwarders only.can some help me how to configuration.&lt;/P&gt;
&lt;P&gt;I have done the basic configuration where i am facing parsing quees and tail reader error on IF and traffic is getting blocked.&lt;/P&gt;
&lt;P&gt;can you please help me solve this problem&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 14:51:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610123#M11823</guid>
      <dc:creator>shivanandbm</dc:creator>
      <dc:date>2022-08-19T14:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Heavy forwarders  as intermediate forwarders</title>
      <link>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610126#M11824</link>
      <description>&lt;P&gt;Why do you want 6 intermediate forwarders?&amp;nbsp; IFs can impede performance and add complexity so they should be used only when necessary.&lt;/P&gt;&lt;P&gt;Parsing in a heavy forwarder is automatic so no configuration is needed other than installing TAs that know how to process the sourcetypes.&amp;nbsp; Once data is parsed by the IF, it is not parsed again.&lt;/P&gt;&lt;P&gt;Tell us more about the problem you are having.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610126#M11824</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-19T13:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Heavy forwarders  as intermediate forwarders</title>
      <link>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610138#M11825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/110005"&gt;@shivanandbm&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said, the number of Heavy forwarder is relevant only for performaces, how many final Forwarders have to send teir logs to the intermediate Forwarders?&lt;/P&gt;&lt;P&gt;Usually are used two Intermediate Forwarders (and they could be heavy or also Universal Forwarders) and if there's a queue issue on one of them it's better to give more resources than add a new one, but anyway, using six Intermediate Forwarders should be mandatory only having hundreds of thousands of other Forwarders!&lt;/P&gt;&lt;P&gt;The only situation to use six Intermediate Forwarders is that you have three segregated networks and you&amp;nbsp; have to put two of them in each of these networks.&lt;/P&gt;&lt;P&gt;Anyway, about configuration, you have to create an App, called e.g. TA_Forwarders, where there are only three files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;app.conf, contaning inormation about the app,&lt;/LI&gt;&lt;LI&gt;deploymentclient.conf containing the address of the Deployment Server,&lt;/LI&gt;&lt;LI&gt;outputs.conf, addressing the Intermediate heavy Forwarders,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and then deploy this app to all the final Forwarders that have to send their logs to the Indexers passing through the Intermediate HF.&lt;/P&gt;&lt;P&gt;Then you have to create another app, called e.g. TA_HF, containing the same files, but addressing the Indexers and then deploy to the Heavy Forwarders.&lt;/P&gt;&lt;P&gt;The correct question is: how to manage all these Forwarders (final and Intermediate)?&lt;/P&gt;&lt;P&gt;You have two solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use one Deployment Server reachable by all the Forwarders (Final and Intermediate), it's the easiest solution but requires to open a connection between all the Forwarders (Intermediate and final) and the Deployment Server,&lt;/LI&gt;&lt;LI&gt;use a primary Deployment Server to manage the Heavy Forwarders and all the other Forwarders directly connected to Indexers and use one of the Heavy Forwarders od each segregated network as a secondary Deployment Server that manages the Forwarders of its network.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The second solution is just a little more complicated but prefereable.&lt;/P&gt;&lt;P&gt;I hope to have answered to your question and not enlarged you confusion!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 14:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-to-configure-heavy-forwarders-as-intermediate-forwarders/m-p/610138#M11825</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-19T14:43:42Z</dc:date>
    </item>
  </channel>
</rss>

