There appears to be a bug in `splunk_monitoring_console\default\checklist.conf`.
After running the Health Checks, the GUI drill-down for "Search scheduler skip ratio" states "This checks whether scheduled searches were skipped in the past hour.", but that is not correct. It actually searches all time instead of the last 60 minutes.
I added `earliest=-60m` to the configuration to resolve it.
↧