#Splunk Check For Restarts
index=_internal sourcetype=splunkd host=* source="*splunkd.log" component=ShutdownHandler | stats last(_time) as time by host | convert ctime(time) | table host, time