Splunk Search

Skipped searches

bosseres
Contributor

Hello, community

What's skipped search? Do I understand correctly that it's a search which finished with error?

How can I generate skipped search (weird task, but I have)

Thank you.

Labels (1)
0 Karma

venkatasri
SplunkTrust
SplunkTrust

Hi @bosseres 

Same has been explained here in detail - 

How to avoid skipped scheduled searches in a clust... - Splunk Community

Skipped Saved Searches - Splunk Community

SPL you can run to find skipped searches,  You can extend the search by applying a filter with  log_level=WARN OR log_level=ERROR to find possible issues with searches.

index=_internal source="*scheduler.log" status="skipped" 
| table _time savedsearch_id user app

---

An upvote would be appreciated and Accept solution if this reply helps!

bosseres
Contributor

Hello and thank you for your answer!

I know how to look skipped searches, but I have the opposite task. I need to understand what is it (skipped search) and generate it.

 

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...