__header__
Description
Event Log analysis
Inputs
EventLog
OutputSpreadsheet
If provided show the analysis ie
updates rows 2 onward with
Source,Description,Count,Percentage
OutputEventLog
If provided show the filtered events
Parameters
SeverityMask
Bit Combination of:
- EVENTSEVERITYStatus = 0x1
- EVENTSEVERITYWarning = 0x2
- EVENTSEVERITYAlarm = 0x8
- EVENTSEVERITYMaintanence = 0x4
SourceFilter
if defined look for errors from this source(s)
AnalysisOnSeverity
If not set analysi is done on source
else analysi is done on severity
StartEventSeverityMask
If 0 no start event sort
else Bit combination as above -1 does anie do not care
StartEventSource
If set look for the source text
- example: set StartEventSeverityMask to 2 and not set
StartEventSource looks for first warning
-
example: set StartEventSeverityMask to -1 and set
StartEventSource looks for that text
__footer__