__header__
Description
Event Log analysis
Inputs
EventLog
Output
currently support a spreadsheet
will updates rows 2 onward with
Source,Description,Count,Percentage
Parameters
SeverityMask
Bit Combination of:
- EVENTSEVERITYStatus = 0x1
- EVENTSEVERITYWarning = 0x2
- EVENTSEVERITYAlarm = 0x8
- EVENTSEVERITYMaintanence = 0x4
SourceFilter
if defined look for errors from this source(s)
DurationFilter
Number of hours to go back - 0 is all
NOT YET IMPLEMENTED
__footer__