eventtype=windows_index_windows eventtype=hostmon_windows Type=Service | eval Host=if(isnull(Host), upper(host), upper(Host)) | table Host, Name, StartMode, State $Time.earliest$ $Time.latest$ $job.sid$
All | loadjob $tok_job_base_search$ | fields Host | stats count by Host | sort Host Host Host * * All true Name Name * * ( ) Name=" " OR All Auto Disabled Manual StartMode StartMode * * All Continue Pending Pause Pending Paused Running Stopped Stop Pending Start Pending State State * * -15m now
Services | search Host="$HostMonitoringHost$" $MultiServiceName$ StartMode="$StartMode$" State=$ServiceState$ | stats count by Host, Name, StartMode, State | table Host, Name, StartMode, State