<?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: intermediary heavy forwarder tier in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166320#M33721</link>
    <description>&lt;P&gt;I recently had this discussion, but it was more around using regional heavy forwarders that feed in to a central indexer.  We had existing heavy forwarders for syslog collection, so had to decide whether or not to send universal forwarder data towards them, or direct to the indexer.&lt;/P&gt;

&lt;P&gt;Pros of using HF / cons of not using HF:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Traffic can be uncompressed / unencrypted towards the HF, saving CPU, the HF can then compress and/or encrypt it for bandwidth and security, as it's got dedicated CPU&lt;/LI&gt;
&lt;LI&gt;The HF can drop and route events&lt;/LI&gt;
&lt;LI&gt;The HF can re-write data, such as credit cards, before sending it to the IDX&lt;/LI&gt;
&lt;LI&gt;The HF can cook the data before sending it to the IDX&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Pros of not using HF / cons of using HF:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Each UF has the same output configuration, making it easier to manage (deployment server mitigates this)&lt;/LI&gt;
&lt;LI&gt;If a HF goes down (planned or unplanned), logs from the UFs still arrive&lt;/LI&gt;
&lt;LI&gt;The general philosophy of Splunk seems to be it's better to go direct&lt;/LI&gt;
&lt;LI&gt;If you have 1000 UFs doing auto load-balancing between two IDXs, the split will be very close to 50/50 as they all switch around. If you have 4 or 5 HFs, it's entirely possible you could end up with all of them pointing to one IDX and hammering it before they switch out.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Can it be done? Yes. Should it? That's entirely up to you, and hopefully this helps you ask the right questions for your scenario.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2013 08:36:23 GMT</pubDate>
    <dc:creator>sciurus</dc:creator>
    <dc:date>2013-12-05T08:36:23Z</dc:date>
    <item>
      <title>intermediary heavy forwarder tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166318#M33719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;As we begin to roll-out hundreds and thousands of universal forwarders, I was wondering if it made sense to create a layer of heavy forwarders, to take some load off the indexers. Has anyone done this? Does it make sense? &lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 15:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166318#M33719</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-12-04T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: intermediary heavy forwarder tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166319#M33720</link>
      <description>&lt;P&gt;What about having multiple indexers to share the load? &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Setuploadbalancingd"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Setuploadbalancingd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2013 16:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166319#M33720</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-04T16:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: intermediary heavy forwarder tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166320#M33721</link>
      <description>&lt;P&gt;I recently had this discussion, but it was more around using regional heavy forwarders that feed in to a central indexer.  We had existing heavy forwarders for syslog collection, so had to decide whether or not to send universal forwarder data towards them, or direct to the indexer.&lt;/P&gt;

&lt;P&gt;Pros of using HF / cons of not using HF:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Traffic can be uncompressed / unencrypted towards the HF, saving CPU, the HF can then compress and/or encrypt it for bandwidth and security, as it's got dedicated CPU&lt;/LI&gt;
&lt;LI&gt;The HF can drop and route events&lt;/LI&gt;
&lt;LI&gt;The HF can re-write data, such as credit cards, before sending it to the IDX&lt;/LI&gt;
&lt;LI&gt;The HF can cook the data before sending it to the IDX&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Pros of not using HF / cons of using HF:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Each UF has the same output configuration, making it easier to manage (deployment server mitigates this)&lt;/LI&gt;
&lt;LI&gt;If a HF goes down (planned or unplanned), logs from the UFs still arrive&lt;/LI&gt;
&lt;LI&gt;The general philosophy of Splunk seems to be it's better to go direct&lt;/LI&gt;
&lt;LI&gt;If you have 1000 UFs doing auto load-balancing between two IDXs, the split will be very close to 50/50 as they all switch around. If you have 4 or 5 HFs, it's entirely possible you could end up with all of them pointing to one IDX and hammering it before they switch out.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Can it be done? Yes. Should it? That's entirely up to you, and hopefully this helps you ask the right questions for your scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166320#M33721</guid>
      <dc:creator>sciurus</dc:creator>
      <dc:date>2013-12-05T08:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: intermediary heavy forwarder tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166321#M33722</link>
      <description>&lt;P&gt;I will have multiple indexers, but I also want to do whatever is possible to reduce the load on the indexers.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 11:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/intermediary-heavy-forwarder-tier/m-p/166321#M33722</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-12-05T11:39:09Z</dc:date>
    </item>
  </channel>
</rss>

