<?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: Intermediate Heavy Forwarder setup in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507911#M86442</link>
    <description>And one way to monitor what are happening on those IHFs is add those ass IDX to MC with own group.</description>
    <pubDate>Tue, 07 Jul 2020 19:44:33 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-07-07T19:44:33Z</dc:date>
    <item>
      <title>Intermediate Heavy Forwarder setup: How to view what exactly is going into these queues, and where to chase the problem?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507709#M86408</link>
      <description>&lt;P&gt;There doesn't seem to be a lot of documentation or discussions online which cover the setup of an intermediate, heavy forwarder.&lt;/P&gt;
&lt;P&gt;We need this for the following reasons:&lt;/P&gt;
&lt;P&gt;* to scrub/anonymize personal information from data coming from universal forwarders&lt;/P&gt;
&lt;P&gt;* to reduce load on indexing server, whose parsing queues are consistently full&lt;/P&gt;
&lt;P&gt;Here is the deployment:&lt;/P&gt;
&lt;P&gt;[uf] &amp;gt; [hf] &amp;gt; [indexer]&lt;/P&gt;
&lt;P&gt;Does anybody have example .conf files that would support this? So far, mine look as such:&lt;/P&gt;
&lt;P&gt;Universal forwarder's outputs.conf:&lt;/P&gt;
&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = pspr-heavy-forwarder&lt;BR /&gt;[tcpout:pspr-heavy-forwarder]&lt;BR /&gt;disabled = false&lt;BR /&gt;server = 192.168.60.213:9997&lt;/P&gt;
&lt;P&gt;Heavy forwarder's outputs.conf:&lt;/P&gt;
&lt;P&gt;[tcpout]&lt;BR /&gt;defaultGroup = central-indexer&lt;BR /&gt;indexAndForward = false&lt;BR /&gt;sendCookedData = true&lt;BR /&gt;useACK = true&lt;/P&gt;
&lt;P&gt;[tcpout:central-indexer]&lt;BR /&gt;disabled = false&lt;BR /&gt;server = 192.168.60.211:9997&lt;/P&gt;
&lt;P&gt;Indexer's inputs.conf:&lt;/P&gt;
&lt;P&gt;[default]&lt;BR /&gt;queue = indexQueue&lt;/P&gt;
&lt;P&gt;I've directed all universal forwarders to send to the intermediate forwarder, but the main indexer's still showing saturated queues. Local monitoring is limited to Splunk's own logs. Is there a way I can view what exactly is going into these queues, so I know where to chase the problem?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full.PNG" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9511i3FD14CE7791698DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="full.PNG" alt="full.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 01:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507709#M86408</guid>
      <dc:creator>mxanareckless</dc:creator>
      <dc:date>2023-01-31T01:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Intermediate Heavy Forwarder setup</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507762#M86413</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223382"&gt;@mxanareckless&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm havinbg a problem similat to your but related to the syslog sending to a third party that you haven't!&lt;/P&gt;&lt;P&gt;there isn't a special configuration on the Heavy Forwarder and you can use the default settings because the limits to bandwidth occupation aren't present in HFs.&lt;/P&gt;&lt;P&gt;There's only two hints I can give you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;at first check the throughtput on storage: splunk requires at least 800 (or more) IOPS on disks, how many IOPS have your storage?&lt;/LI&gt;&lt;LI&gt;then check the resources on your Indexers (especially CPUs!): Splunk requires at least 12 CPUs on Indexers and more if you have to index many logs and you have many scheduled searches.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can measure IOPS using a tool like Bonnie++.&lt;/P&gt;&lt;P&gt;Disks usually are the bottleneck in Splunk architectures.&lt;/P&gt;&lt;P&gt;Then check the resources (always CPUs) on the HFs: I use HFs only if I need to concentrate flows , never to move some jobs from the Indexers to another system, I prefer to give more resources to the Indexers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 06:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507762#M86413</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-07T06:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intermediate Heavy Forwarder setup</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507909#M86441</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;unfortunately I haven’t our configurations on my hands, but those are really simple.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;UF:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;point To IHF(s)&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;useACK = true&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IHF:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;normal input for listening UFs&lt;/LI&gt;&lt;LI&gt;output points to CM with IDX discovery or directly to indexers&lt;/LI&gt;&lt;LI&gt;useACK = true&lt;/LI&gt;&lt;LI&gt;if needed you could add pipelines here&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IDX:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;normal input (without any queue definitions)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please remember if/when you need to do any props, transforms etc. changes those must be done on the first non UF node. And only indexing queue parts can do on indexer nodes!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 19:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507909#M86441</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-07T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intermediate Heavy Forwarder setup</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507911#M86442</link>
      <description>And one way to monitor what are happening on those IHFs is add those ass IDX to MC with own group.</description>
      <pubDate>Tue, 07 Jul 2020 19:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/507911#M86442</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-07T19:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Intermediate Heavy Forwarder setup</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/508520#M86513</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did suspect this was an NFS issue, as the bottleneck first appeared after I migrated the indexes over. Turns out Splunk was using the slower backup pool, and not the iops-optimized pool. Thanks for pointing me in the right direction!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 16:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/508520#M86513</guid>
      <dc:creator>mxanareckless</dc:creator>
      <dc:date>2020-07-10T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intermediate Heavy Forwarder setup</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/628920#M107911</link>
      <description>&lt;P&gt;&amp;nbsp;The &amp;nbsp;default queue in inputs.conf was set to &amp;nbsp;IndexQueue? &amp;nbsp; So all your inputs by default, unless specified otherwise will SKIP parsing queues on HF. &amp;nbsp;That would not solve your problem of parsing queue getting full issue on your indexers. &amp;nbsp;&lt;/P&gt;&lt;P&gt;so perhaps you need to remove that setting, but explicitly set queue=IndexQueue on sourcetypes that do not require scrubbing etc. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 00:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Intermediate-Heavy-Forwarder-setup-How-to-view-what-exactly-is/m-p/628920#M107911</guid>
      <dc:creator>kundeng</dc:creator>
      <dc:date>2023-01-31T00:56:21Z</dc:date>
    </item>
  </channel>
</rss>

