MSEVENTLOG

Windows Event Log collection

Comments

This is a user-defined collection (UDC). Edit MSEVENTLOG.COL to customize which Windows events are included.

Any user-declared columns will appear following the predefined columns (below). Derived columns appear after any user-declared columns.

ROWID

(ServerName, LogName, RecordNum, EventTime)

Columns

Name Data Type Description
ServerName string(64) Server name
LogName string(64) Name of the event log (i.e. Security, System, Application)
RecordNum long Record # in the event log
ClosingRecordNum long If this event closes a previous one: record # of the opening event in the event log
EventTime time Time when the event was observed
EventID long Event number
EventType string(32) Type of event (i.e. Error, Warning)
EventCategory string(64) Event category
User string(64) User which generated the event
Domain string(64) Domain of the user which generated the event
Source string(64) Source of the event (i.e. program, component)
Computer string(64) Computer name
Description string(1024) Event description

Requirements

Attributes: WIN32
Minimum OS version: None