You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

196 lines
8.7 KiB

<form stylesheet="custom.css" version="1.1">
<label>Windows Update - Windows</label>
<fieldset submitButton="false" autoRun="true">
<input type="dropdown" token="EventHost" searchWhenChanged="true">
<label>Event Host</label>
<choice value="*">All</choice>
<search>
<query>| inputlookup windows_event_system | dedup Host | sort Host</query>
</search>
<fieldForLabel>Host</fieldForLabel>
<fieldForValue>Host</fieldForValue>
<default>*</default>
</input>
<input type="time" token="Time">
<label></label>
<default>
<earliest>-15m</earliest>
<latest>now</latest>
</default>
</input>
</fieldset>
<row>
<panel>
<table>
<title>Failed Windows Update By Host</title>
<search>
<query>eventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by host | sort -count</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="wrap">true</option>
<option name="rowNumbers">false</option>
<option name="drilldown">row</option>
<option name="dataOverlayMode">none</option>
<option name="count">10</option>
</table>
</panel>
<panel>
<table>
<title>Failed Windows Update By KB Number</title>
<search>
<query>eventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by package_title| sort -count</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="wrap">true</option>
<option name="rowNumbers">false</option>
<option name="drilldown">cell</option>
<option name="dataOverlayMode">none</option>
<option name="count">10</option>
</table>
</panel>
</row>
<row>
<panel>
<chart>
<title>Failed Windows Update Over Time By Host</title>
<search>
<query>eventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | timechart count by host useother=f</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="charting.chart">line</option>
</chart>
</panel>
<panel>
<chart>
<title>Failed Windows Update Over Time By KB Number</title>
<search>
<query>eventtype="Update_Failed" package=* host="$EventHost$"| dedup package, host | timechart count by package useother=f</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="charting.chart">line</option>
<option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
<option name="charting.axisLabelsX.majorLabelStyle.rotation">0</option>
<option name="charting.axisTitleX.visibility">visible</option>
<option name="charting.axisTitleY.visibility">visible</option>
<option name="charting.axisTitleY2.visibility">visible</option>
<option name="charting.axisX.scale">linear</option>
<option name="charting.axisY.scale">linear</option>
<option name="charting.axisY2.enabled">0</option>
<option name="charting.axisY2.scale">inherit</option>
<option name="charting.chart.bubbleMaximumSize">50</option>
<option name="charting.chart.bubbleMinimumSize">10</option>
<option name="charting.chart.bubbleSizeBy">area</option>
<option name="charting.chart.nullValueMode">gaps</option>
<option name="charting.chart.showDataLabels">none</option>
<option name="charting.chart.sliceCollapsingThreshold">0.01</option>
<option name="charting.chart.stackMode">default</option>
<option name="charting.chart.style">shiny</option>
<option name="charting.drilldown">all</option>
<option name="charting.layout.splitSeries">0</option>
<option name="charting.layout.splitSeries.allowIndependentYRanges">0</option>
<option name="charting.legend.labelStyle.overflowMode">ellipsisMiddle</option>
<option name="charting.legend.placement">right</option>
</chart>
</panel>
</row>
<row>
<panel>
<table>
<title>Successful Windows Update By Host</title>
<search>
<query>eventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by host | sort -count</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="wrap">true</option>
<option name="rowNumbers">false</option>
<option name="drilldown">row</option>
<option name="dataOverlayMode">none</option>
<option name="count">10</option>
</table>
</panel>
<panel>
<table>
<title>Successful Windows Update By KB Number</title>
<search>
<query>eventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | stats sparkline as Trend count by package_title| sort -count</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="wrap">true</option>
<option name="rowNumbers">false</option>
<option name="drilldown">cell</option>
<option name="dataOverlayMode">none</option>
<option name="count">10</option>
</table>
</panel>
</row>
<row>
<panel>
<chart>
<title>Successful Windows Update Over Time By Host</title>
<search>
<query>eventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | timechart count by host useother=f</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="charting.chart">line</option>
</chart>
</panel>
<panel>
<chart>
<title>Successful Windows Update Over Time By KB Number</title>
<search>
<query>eventtype="Update_Successful_windows" package=* host="$EventHost$"| dedup package, host | timechart count by package useother=f</query>
<earliest>$Time.earliest$</earliest>
<latest>$Time.latest$</latest>
</search>
<option name="charting.chart">line</option>
<option name="charting.axisLabelsX.majorLabelStyle.overflowMode">ellipsisNone</option>
<option name="charting.axisLabelsX.majorLabelStyle.rotation">0</option>
<option name="charting.axisTitleX.visibility">visible</option>
<option name="charting.axisTitleY.visibility">visible</option>
<option name="charting.axisTitleY2.visibility">visible</option>
<option name="charting.axisX.scale">linear</option>
<option name="charting.axisY.scale">linear</option>
<option name="charting.axisY2.enabled">0</option>
<option name="charting.axisY2.scale">inherit</option>
<option name="charting.chart.bubbleMaximumSize">50</option>
<option name="charting.chart.bubbleMinimumSize">10</option>
<option name="charting.chart.bubbleSizeBy">area</option>
<option name="charting.chart.nullValueMode">gaps</option>
<option name="charting.chart.showDataLabels">none</option>
<option name="charting.chart.sliceCollapsingThreshold">0.01</option>
<option name="charting.chart.stackMode">default</option>
<option name="charting.chart.style">shiny</option>
<option name="charting.drilldown">all</option>
<option name="charting.layout.splitSeries">0</option>
<option name="charting.layout.splitSeries.allowIndependentYRanges">0</option>
<option name="charting.legend.labelStyle.overflowMode">ellipsisMiddle</option>
<option name="charting.legend.placement">right</option>
</chart>
</panel>
</row>
<row>
<panel>
<html>
<h3>More reports</h3>
<ul class="windows-footer">
<li>
<a href="search?s=List%20of%20Failed%20KB%20installs%20in%20the%20last%207%20days">List of Failed KB installs in the last 7 days</a>
</li>
<li>
<a href="search?s=List%20of%20KB%20successful%20and%20failed%20KB%20installation%20for%20the%20last%2030%20days">List of KB successful and failed KB installation for the last 30 days</a>
</li>
<li>
<a href="search?s=List%20of%20Successful%20installations%20(non-KB)%20for%20the%20last%207%20days">List of Successful installations (non-KB) for the last 7 days</a>
</li>
</ul>
</html>
</panel>
</row>
</form>