Monitoring Splunk

Splunk searches delayed

AliMaher
Path Finder

Hello,

I faced the below ERROR:

The percentage of non high priority searches delayed (27%) over the last 24 hours is very high and exceeded the red thresholds (20%) on this Splunk instance. Total Searches that were part of this percentage=18. Total delayed Searches=5

Search for the result:

Skipped_Status.png

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

You're trying to run too many searches.  There are several things you can do about that.

  1. Convert real-time searches into scheduled searches.
  2. Disable the searches you don't need.
  3. Run the remaining searches less often.
  4. Re-schedule searches so they are evenly distributed around the clock.  Use the Extended Search Reporting dashboard to find the busy and not-so-busy times.
  5. Add more CPUs to your search head(s).  You also may need to add CPUs to the indexers.  Do this only after performing all of the above tasks.
---
If this reply helps you, Karma would be appreciated.

AliMaher
Path Finder

Thanks for your help, really appreciated!

 

As per the below Screenshot:

2025-02-25_111725.png

  1. Convert real-time searches into scheduled searches.
    is real time = Ad-hoc?

    Could you please assist in differentiate the difference between the (Historical - Realtime - Summarization - Ad-hoc) Searches?
0 Karma

richgalloway
SplunkTrust
SplunkTrust

A real-time search runs continuously so matching events are returned as soon as they reach the indexer (before writing to disk).

Ad-hoc searches can be real-time, but they are not equivalent.  "ad-hoc" refers to any non-scheduled search.

Historical searches look back in time for matching events.

Summarization searches aggregate results into a summary index for later processing.

The screenshot shows the system to be nearly idle and must have been taken when the health indicator was green (or is about to turn green - it can take up to 24 hours for the health indicator to reset).

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...