Failed Windows Update By Hosteventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by host | sort -count$Time.earliest$$Time.latest$
Failed Windows Update By KB Numbereventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by package_title| sort -count$Time.earliest$$Time.latest$
Failed Windows Update Over Time By Hosteventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | timechart count by host useother=f$Time.earliest$$Time.latest$Failed Windows Update Over Time By KB Numbereventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | timechart count by package useother=f$Time.earliest$$Time.latest$
Successful Windows Update By Hosteventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by host | sort -count$Time.earliest$$Time.latest$
Successful Windows Update By KB Numbereventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by package_title| sort -count$Time.earliest$$Time.latest$
Successful Windows Update Over Time By Hosteventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | timechart count by host useother=f$Time.earliest$$Time.latest$Successful Windows Update Over Time By KB Numbereventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | timechart count by package useother=f$Time.earliest$$Time.latest$