schedule_description schedule_id | inputlookup schedules.csv | table schedule_id schedule_description US
Schedule ID: $my_schedule_id$ Current Alert Schedule Status | makeresults | `check_alerting_schedule($my_schedule_id$)` | fields - _time, *_count 0 1
Schedule | inputlookup schedules.csv | search schedule_id = $my_schedule_id$ | table schedule_id schedule_description schedule_timezone 0 1
Regular Schedule | inputlookup schedule_hours.csv | search schedule_id = $my_schedule_id$ | sort schedule_id calendar_day_of_week start_time | table schedule_id calendar_day_of_week start_time end_time 0 1
Maintenance Windows | inputlookup schedule_maintenance_windows.csv | search schedule_id = $my_schedule_id$ | sort start_time | table schedule_id mw_description start_time end_time 0 1
Holidays | inputlookup schedule_holidays.csv | search schedule_id = $my_schedule_id$ | sort holiday_date | table schedule_id holiday_description holiday_date start_time end_time 0 1