Getting Data In

Can anyone help me identify auto-finalized or truncated searches/alerts?

Task1906
Explorer

I am having trouble crafting a search to identify auto-finalized or truncated searches.

This is the search I am using currently.

index="_internal" status="skipped" search_type="scheduled"
| eval Scheduled=strftime(scheduled_time, "%Y-%m-%d %H:%M:%S")
| stats values(Scheduled) as Scheduled
    values(status) as Status
    values(user) as User
    values(savedsearch_id) as Savedsearch_id
    values(savedsearch_name) as Savedsearch_name
    values(reason) as Reason
    by _time,savedsearch_name
| sort - Scheduled
| table Scheduled Status User Savedsearch_id Savedsearch_name Reason
Tags (2)
0 Karma

to4kawa
Ultra Champion
 index="_internal" status="skipped" search_type="scheduled"
 | eval Scheduled=strftime(scheduled_time, "%Y-%m-%d %H:%M:%S")
 | stats values(Scheduled) as Scheduled
     values(status) as Status
     values(user) as User
     values(savedsearch_id) as Savedsearch_id
     values(savedsearch_name) as Savedsearch_name
     values(reason) as Reason
     by _time,savedsearch_name
 | sort 0 - Scheduled
 | table Scheduled Status User Savedsearch_id Savedsearch_name Reason

Hi, Removed restriction by sort 0 - Scheduled  

0 Karma
Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...