Monitoring Splunk

What are some searches I can run to check out the current situation with my queues?

the_wolverine
Champion

I need some help with figuring out some potential blocked queues. What searches can be run to help me figure this out?

0 Karma
1 Solution

Mick
Splunk Employee
Splunk Employee
index=_internal source=*metrics.log group=queue | chart perc90(current_size) by name

Note: This will give you a table of queues by name. Take note of any queue sizes that are consistently greater than 500. By default, the queue size limit is 1000, so when a queue gets to that size, it is blocked and data-flow stops completely

View solution in original post

Mick
Splunk Employee
Splunk Employee
index=_internal source=*metrics.log group=queue | chart perc90(current_size) by name

Note: This will give you a table of queues by name. Take note of any queue sizes that are consistently greater than 500. By default, the queue size limit is 1000, so when a queue gets to that size, it is blocked and data-flow stops completely

Stephen_Sorkin
Splunk Employee
Splunk Employee

It's often better to use "timechart" instead of "chart" so that you can see when specific queues were filled.

0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...