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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...