The Hyades Generic Log Adapter allows you to process log files and transform their contents into the Common Base Event format.
The log adapter consists of two main components:
To take advantage of the tools provided by Common Base Events, your log records must conform to the Common Base Event format. To produce log records that conform, you can either:
The first approach is impractical unless a log producer is currently being developed. Even then, this approach does not solve the problem of integrating existing log producers and nonconforming log files with the Common Base Event format.
The second approach is more practical. However, it leaves you with the tedious task of writing the transform. Typically, this is accomplished by either writing some custom code in either a third-generation programming language or a script that can be consumed by established scripting tools such as Perl. Once the transform is produced, you must test the transform and integrate the transform solution into the tools which consumes Common Base Events.
The Hyades Generic Log adapter simplifies adoption of the Common Base Event. The log adapter provides:
Related concepts
Generic Log Adapter editor
Related tasks
Developing an end-to-end transform solution
Creating an adapter file
Deleting an adapter configuration file
Related reference
Configuration file structure
Regular expression grammar
Generic Log Adapter editor icons
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.