Splunk Search

How to edit my search to find real-time scheduled searches?

kteng2024
Path Finder

Below is the search i am using to find the real time schedule searches .. but i would like to know which user is running, name of the search, and if possible, when those searches were launched?

index=_internal source=*scheduler.log run_time=* search_type!="scheduled" | stats count by search_type
0 Karma

cmerriman
Super Champion

try this (though you may need/want to do some editing/formating on the savedsearch_name and sheduled_time fields):

index=_internal source=*scheduler.log run_time=* search_type!="scheduled" | stats count by search_type user savedsearch_name scheduled_time
0 Karma

kteng2024
Path Finder

can i please know what the user name " nobody" means ? because real time searches will impact the performance of indexers.

0 Karma

woodcock
Esteemed Legend

Nobody means EITHER the KO was installed by adding an app OR that the owner who created it has been deleted from splunk.

0 Karma

cmerriman
Super Champion
0 Karma
Get Updates on the Splunk Community!

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 ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...