This is going to be a very dense introduction to application log monitoring. I'm going to have subsequent posts that cover parts of this in more depth.
Application log monitoring refers to reading log files on the local computer and processing the entries contained in them. SCOM processes a number of different log file types. These are:
Monitoring is done by one of the following modules, depending on the type of log file to be monitored.
The modules output one of the following data types.
The fields of System.ApplicationLog.InternetLogEntryData are listed below. Not all of the modules fill out all of the fields, because the log file formats don't all have every field.
The fields of System.HTTPErrorLogEntryData are listed below.
The fields of System.GenericLogEntryData are listed below. NOTE: The Generic log type has only one Param field. The Generic CSV log type has one Param entry per parameter in the log file.