Getting Data In

Blocked Queue on Splunk HF

ManchitMalik
Explorer

hi, I can see blocked=true in metrics.log of Splunk heavy forwarder. Blocked Queues are: typingqueue, aggqueue, parsingqueue, indexqueue, splunktcpin. Anyone is having any idea on this issue?
Note: this queue blockage is happening intermittently for individual Heavy forwarders.

Tags (1)
0 Karma
1 Solution

chrisyounger
SplunkTrust
SplunkTrust

This means that the heavy forwarder can't parse the data quick enough.

Easy fix: Get more resources, CPU etc or add a whole extra heavy forwarder to share the load.

Harder fix: Examine all the data the heavy forwarder is processing. Set LINE_BREAKER value correctly for all large volume source types so that you can set SHOULD_LINEMERGE to false.

Also be aware that nullQueueing events is computationally expensive becuase the event still goes through the full parsing pipeline before it is discarded.

Good luck!

View solution in original post

chrisyounger
SplunkTrust
SplunkTrust

This means that the heavy forwarder can't parse the data quick enough.

Easy fix: Get more resources, CPU etc or add a whole extra heavy forwarder to share the load.

Harder fix: Examine all the data the heavy forwarder is processing. Set LINE_BREAKER value correctly for all large volume source types so that you can set SHOULD_LINEMERGE to false.

Also be aware that nullQueueing events is computationally expensive becuase the event still goes through the full parsing pipeline before it is discarded.

Good luck!

vishaltaneja070
Motivator

@manchitmalik

Within the UF you can manage queue size as below in the $SPLUNK/etc/system/local/server.conf file to increase the parsing queue:

[queue=parsingQueue] maxSize = 500 This is the default size
[queue=parsingQueue] maxSize = 10MB A reasonable size if watching a DNS server
[queue=parsingQueue] maxSize = 0 If you are crazy and want to allow unthrottled forwarding. USE WITH CARE

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...