<?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 will removing a heavy forwarder from my current environment affect indexing performance? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169815#M34312</link>
    <description>&lt;P&gt;It depends on what role the HF has in your environment. &lt;/P&gt;

&lt;P&gt;From a architectural point of view, the HF is usually placed in front of indexers for the following reasons:&lt;BR /&gt;
1) Parsing - to offset parsing/typing load from the indexers &lt;BR /&gt;
2) Segregation - in large distributed environments, indexers are frequently in more secure zones that the UF's cannot talk to directly. HF's act as gateways, if you will, to the indexers.&lt;BR /&gt;
3) Workflow requirements - send data streams to specific indexers, or adding index time data based on location &lt;BR /&gt;
4) Input requirements. E.g., DBX, eStreamer, and other apps that require an HF.&lt;/P&gt;

&lt;P&gt;If you dont have these requirements, then going from a UF directly to the Indexer is not a problem. In fact, depending on the type of input you have, this should actually be faster for indexing.&lt;/P&gt;

&lt;P&gt;If you explain your use case a bit more, we can provide a bit more directed feedback for you.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2015 23:52:49 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2015-03-05T23:52:49Z</dc:date>
    <item>
      <title>How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169814#M34311</link>
      <description>&lt;P&gt;My clustered index sizes/event counts seem to occasionally mismatch a bit from indexer-to-indexer.  This might result in search weirdness. &lt;/P&gt;

&lt;P&gt;Right now, it looks like this:&lt;BR /&gt;
server A (syslog collector/universal forwarder) -&amp;gt; server B (heavy forwarder) -&amp;gt; Index (cluster)&lt;/P&gt;

&lt;P&gt;I'm thinking of removing the heavy forwarder:&lt;BR /&gt;
server A (syslog collector/universal forwarder) -&amp;gt; Index (cluster)&lt;/P&gt;

&lt;P&gt;Might this help indexing performance? Am I losing much by not using a heavy forwarder? &lt;/P&gt;

&lt;P&gt;Any advice appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 23:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169814#M34311</guid>
      <dc:creator>some_guy</dc:creator>
      <dc:date>2015-03-05T23:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169815#M34312</link>
      <description>&lt;P&gt;It depends on what role the HF has in your environment. &lt;/P&gt;

&lt;P&gt;From a architectural point of view, the HF is usually placed in front of indexers for the following reasons:&lt;BR /&gt;
1) Parsing - to offset parsing/typing load from the indexers &lt;BR /&gt;
2) Segregation - in large distributed environments, indexers are frequently in more secure zones that the UF's cannot talk to directly. HF's act as gateways, if you will, to the indexers.&lt;BR /&gt;
3) Workflow requirements - send data streams to specific indexers, or adding index time data based on location &lt;BR /&gt;
4) Input requirements. E.g., DBX, eStreamer, and other apps that require an HF.&lt;/P&gt;

&lt;P&gt;If you dont have these requirements, then going from a UF directly to the Indexer is not a problem. In fact, depending on the type of input you have, this should actually be faster for indexing.&lt;/P&gt;

&lt;P&gt;If you explain your use case a bit more, we can provide a bit more directed feedback for you.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 23:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169815#M34312</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2015-03-05T23:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169816#M34313</link>
      <description>&lt;P&gt;Thank you for the insight. &lt;/P&gt;

&lt;P&gt;At present we don't have a need for any sophisticated index routing. This enterprise is large, but centralized to one campus (fairly flat network). The input parsing is being handled largely by syslogNG, but an upstream HF might be useful for parsing in the near future (thus keeping some load off the indexers). &lt;/P&gt;

&lt;P&gt;I've read that you shouldn't use an HF unless you absolutely need it. I've also read that there is benefit in having a buffer before the indexers. While our specific immediate use-case doesn't call for anonymization, index routing or detailed parsing...I can't say it never will. &lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 13:55:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169816#M34313</guid>
      <dc:creator>some_guy</dc:creator>
      <dc:date>2015-03-06T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169817#M34314</link>
      <description>&lt;P&gt;Hi there I recently inherited Splunk and saw there were too many heavy forwarders in place and i replaced them with UFs but when i take out heavy forwarder from the license master which is also our cluster master we stop seeing license usage. Is HF a mandate requirement on license/cluster master to show license usage?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 10:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169817#M34314</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2017-09-23T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169818#M34315</link>
      <description>&lt;P&gt;Rather than bump a really old post you would be better off creating a new one.&lt;/P&gt;

&lt;P&gt;The license master must be a Splunk enterprise instnace, any indexer should be reporting the license master to record the license usage.&lt;BR /&gt;
Heavy forwarders do not have to report to the license master unless they are indexing and forwarding.&lt;/P&gt;

&lt;P&gt;There is no requirement to have HF's at all in an environment, although you will normally have a reason for them (for example running applications that need python or similar).&lt;/P&gt;

&lt;P&gt;Also the blog post &lt;A href="https://www.splunk.com/blog/2016/12/12/universal-or-heavy-that-is-the-question.html"&gt;Heavy forwarder or Universal Forwarder&lt;/A&gt; might be relevant to the original question.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 11:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169818#M34315</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-09-26T11:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How will removing a heavy forwarder from my current environment affect indexing performance?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169819#M34316</link>
      <description>&lt;P&gt;oh ok, thanks from next time I will create a new post, Did you mean to say that forwarding should be enabled on the license master to record license usage. Because if I take out indexers IP from the outputs.conf of License master than the license usage is not counted.&lt;/P&gt;

&lt;P&gt;So now I see 1 H.F. i.e. our license master in our environment when I see forwarder deployment under DMC&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-will-removing-a-heavy-forwarder-from-my-current-environment/m-p/169819#M34316</guid>
      <dc:creator>hrithiktej</dc:creator>
      <dc:date>2017-09-26T12:00:19Z</dc:date>
    </item>
  </channel>
</rss>

