Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Archive Explorer > Report Criteria > Minimum Number of Minutes |
You can change the minimum number of minutes to limit the following reports by editing the Value attribute of the report's MinMinutes property:
To change the number of minutes for these reports:
<QueryClass Key="DeviceOutages" Caption="Outages (duration >= 1 min.)" Category="Browser">
<Properties>
<b:Property Key="Description" Value="A tabular report of incidents involving outages with customers lasting one minute or more." />
<b:Property Key="TimePeriod" Value="MTD" />
<b:Property Key="MinMinutes" Value="1" />
The above XML indicates that the minimum number of minutes to limit this report to is one.
Making changes to any Archive Explorer report that has a QueryClass Category="Browser" will modify that same report in Responder Web. |