Creating a static adapter

Prerequisites:
Set up a plug-in project for a log parser

A static adapter uses a Java class to parse log file information and format it into the Common Base Event format. Its configuration file can consist of a sensor, and an outputter component. To create a static adapter:

  1. Create the adapter configuration file.
  2. Configure the adapter context and configuration.
  3. Write the Java parser class.
  4. Configure the sensor component.

  5. Configure the outputter component.

Once you have completed the above steps, you can proceed to configure your plug-in project's manifest file to use your static adapter.

Related concepts
Overview of the Hyades Generic Log Adapter

Related tasks
Creating a log parser
Configuring the plug- in manifest file

Related references
Adapter Configuration File structure
Adapter Configuration Editor
Regular expression grammar

Reserved.