Enterprise information systems of all kinds generate various types of log files such as access logs, activity logs and error logs. These log files usually contain log records constructed in proprietary formats. The lack of a common convention for logging makes cross-system analysis such as event correlation very difficult.
With the aid of the Generic Log Adapter framework, programmers can contribute static parsers and parsers based on pre-defined rules to the Import wizard in the Log and Trace Analyzer tool. In a rule-based parser, an adapter configuration file containing parsing rules expressed in regular expression grammar is provided to the Generic Log Adapter engine. In a static parser, the adapter configuration file contains a reference to a Java class that performs the log file parsing.
To create a log parser:
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.