<?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: UniversalForwarder ParsingQueue filling up in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351985#M13046</link>
    <description>&lt;P&gt;I know this is very old post. I am seeing the same problem . Only name=execprocessorinternalq and parsingQueue is blocked and that too only for one forwarders . Other are working fine . Deployment is UF-&amp;gt;HFs-&amp;gt;IDXs&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=execprocessorinternalq, blocked=true, max_size_kb=500, current_size_kb=499, current_size=162, largest_size=162, smallest_size=162&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=fschangemanager_queue, max_size_kb=5120, current_size_kb=1, current_size=7, largest_size=7, smallest_size=7&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=httpinputq, max_size_kb=0, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=nullqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=parsingqueue, blocked=true, max_size_kb=10240, current_size_kb=10239, current_size=308, largest_size=308, smallest_size=308&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=splunktcpin, max_size_kb=0, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=structuredparsingqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:29:15 GMT</pubDate>
    <dc:creator>schandrasekar</dc:creator>
    <dc:date>2020-09-30T05:29:15Z</dc:date>
    <item>
      <title>UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351978#M13039</link>
      <description>&lt;P&gt;I have been troubleshooting blocked queues, and been gradually eliminating them. My last step was to switch from a heavy forwarder to a universal forwarder, eliminating all processing activities from the forwarder. This helped a lot, but now on my universal forwarder I am getting blocked=true messages for my parsing queue. (In a ten minute period, about 75% of my parsingqueue messages from metrics.log are "blocked").&lt;BR /&gt;Log flow: [~150 UniversalForwarders] -&amp;gt; [Cental UniversalForwarder] -&amp;gt; [Indexer] with my "Central UF" being the problem child.&lt;BR /&gt;My indexer is showing no issues (all queues at 0).&lt;/P&gt;
&lt;P&gt;My network is a 10Mb connection, and my throughput is showing ~10% used so it doesn't seem to be the network.&lt;BR /&gt;The CentralUF is passing about 15GiG of data a day at a steady rate. &lt;BR /&gt;I boosted the queue size up to 30MB, and I still get the same issue. (Confirmed my 30MB setting actually kicked in).&lt;BR /&gt;I have changed my limits.conf [thruput] to be: maxKBps = 0&lt;/P&gt;
&lt;P&gt;Second question that I was unable to find answer for: Why is there a parsing queue on the UniversalForwarder, if only heavy forwarders actually do any parsing?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 19:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351978#M13039</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2020-06-10T19:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351979#M13040</link>
      <description>&lt;P&gt;Universal forwarders have limited throughput out of the box.  From the &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Troubleshooting/Troubleshootingeventsindexingdelay"&gt;documentation&lt;/A&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Universal and lightweight forwarders have a default thruput limit of 256Kbps. This default can be configured in limits.conf. The default value is correct for a forwarder with a low profile, indexing up to ~920 Mb/hour. But in the case of higher indexing volumes, or when the forwarder has to collect the historical logs after the first start, the default might be too low. This could delay the recent events.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:01:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351979#M13040</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-12-18T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351980#M13041</link>
      <description>&lt;P&gt;Oh, I forgot to add that in my post.&lt;BR /&gt;
I have also changed thruput from 265 to 0&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351980#M13041</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2017-12-18T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351981#M13042</link>
      <description>&lt;P&gt;Are any of the other queues on this forwarder filled as well?  If not, the output throttling wouldn't seem to be the issue, as that would result in those downstream queues filling.&lt;/P&gt;

&lt;P&gt;If only your parsing queue is filled, it could just be insufficient resources on the forwarder.  What does your CPU and memory usage look like?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351981#M13042</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-12-18T17:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351982#M13043</link>
      <description>&lt;P&gt;The only other item filling is my "splunktcpinput", and I assume that is a direct result of my parsing queue filling.&lt;/P&gt;

&lt;P&gt;As far as resources are concerned:&lt;BR /&gt;
My forwarder is @ 1gb ram / 4gb, and 1 - 2% of CPU on the single core used.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351982#M13043</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2017-12-18T17:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351983#M13044</link>
      <description>&lt;P&gt;-- Second question that I was unable to find answer for: Why is there a parsing queue on the UniversalForwarder, if only heavy forwarders actually do any parsing?&lt;/P&gt;

&lt;P&gt;It refers to the parsing queue of the indexer.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 19:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351983#M13044</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-12-18T19:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351984#M13045</link>
      <description>&lt;P&gt;That part throws me off, because my indexer has no "blocks" on any queue for the past week.&lt;BR /&gt;
The "indexing performance" gui in the DMC shows all pipelines @ 0% on my indexer.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 19:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351984#M13045</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2017-12-18T19:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351985#M13046</link>
      <description>&lt;P&gt;I know this is very old post. I am seeing the same problem . Only name=execprocessorinternalq and parsingQueue is blocked and that too only for one forwarders . Other are working fine . Deployment is UF-&amp;gt;HFs-&amp;gt;IDXs&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=execprocessorinternalq, blocked=true, max_size_kb=500, current_size_kb=499, current_size=162, largest_size=162, smallest_size=162&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=fschangemanager_queue, max_size_kb=5120, current_size_kb=1, current_size=7, largest_size=7, smallest_size=7&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=httpinputq, max_size_kb=0, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=nullqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=parsingqueue, blocked=true, max_size_kb=10240, current_size_kb=10239, current_size=308, largest_size=308, smallest_size=308&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=splunktcpin, max_size_kb=0, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=structuredparsingqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;BR /&gt;
05-20-2020 19:16:10.812 +1000 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351985#M13046</guid>
      <dc:creator>schandrasekar</dc:creator>
      <dc:date>2020-09-30T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: UniversalForwarder ParsingQueue filling up</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351986#M13047</link>
      <description>&lt;P&gt;I try to remember to post my resolutions after things get fixed, but unfortunately this one slipped through the cracks. It was a long time ago, and if I remember correctly, the fix was indirect. (Its been a while, but I THINK this is what happened)&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Main problem: Our indexer had MUCH too slow storage. (networked raid5, probably 300 iops shared with multiple VMs)&lt;/LI&gt;
&lt;LI&gt;Our network was not consistent, and latency was high (look up "long fat pipe"). Basically, didn't matter how "fast" the pipe was, the TCP round trip time was an artificial throttle.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;To resolve:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;We worked with our users to reduce our logs (had to kick someone off for a while, they were accounting for 10 of the 15 gigs). This let us continue to collect the critical logs while we came up with a path forward.&lt;/LI&gt;
&lt;LI&gt;Our system was originally designed to handle ~5GB tops (about 5x more than the requirement!), and peaking at 15 gigs was waaaay outside scope. We got our hands on some money and purchased 2x dedicated servers (indexers) with SSD storage for the warm buckets&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I feel that the main issue causing this whole thing was the slow storage on the indexers. Nothing was really reporting queues full except the forwarder, but reducing the incoming logs fixed it immediately, and upgrading the hardware we are able to push 20-30gb a day with no issues.&lt;/P&gt;

&lt;P&gt;The slow network has since been upgraded (latency is same, pipe is fatter) but I am not certain that was ever the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:20:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/UniversalForwarder-ParsingQueue-filling-up/m-p/351986#M13047</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2020-05-21T13:20:00Z</dc:date>
    </item>
  </channel>
</rss>

