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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...