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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...