Splunk Search

How to create an alert or a report to track the number of deferred searches?

Abass42
Communicator

I am trying to create an alert or a report to track the number of deferred searches. We had an issue where the cluster captain deferred a massive amount of searches, and it messed up a few things. We are trying to create an alert to maybe mitigate that in the future. In addition to asking the best way to create a alert for this, id also like some more clarification on how to find the deferred searches. 

Through the monitoring console,  either through the DMC or the Cluster Master,  I thought i had seen a panel for deferred searches, but i can not find one now. And when i run the search 

 

 

 

index=_internal earliest=-24h "status=skipped"  sourcetype=scheduler 
| stats  count by host app | sort - count

 

 

 

I get results, but if i change status to deferred, which i assume is a status, I do not get anything.

I was suggested to run 

 

 

 

| rest /services/search/jobs 
| search status=deferred 
| table id, search, app, owner, earliest_time, latest_time, status, sid

 

 

 

but I do not get any status. Status is not a field.

 

The main question I have is How do I access the number of deferred searches? If i can find that, I can run stats count on it. 

 

Thank you. 

Labels (1)
Tags (2)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

if I recall right you should find that information from MC under Search menu. There is scheduler and then you see different options under deployment and instance. The information what you are looking should be there. 
r. Ismo

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...