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
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
can i please know what the user name " nobody" means ? because real time searches will impact the performance of indexers.
Nobody means EITHER the KO was installed by adding an app OR that the owner who created it has been deleted from splunk.
this link has some descriptions of "nobody"
http://docs.splunk.com/Documentation/Splunk/6.5.1/RESTUM/RESTusing#Access_Control_List