Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The output logger event adapter logs the output events emitted from the processing engine.

Table of Contents
maxLevel3

Excerpt
hiddentrue

NOTE TO WRITERS: Add the TOC here.

Table of Contents
maxLevel3

Configuring output logger event adapter

You can configure the output logger event adapter using the management console or using a configuration file.

Anchor
Using the management console
Using the management console
Configure using the management console

  1. Log in to the product's management console, and click Configure.
  2. Click Output Event Adaptors in the Event Processor Configs menu, and then click Add Output Event Adaptor.
  3. Enter outputLogAdaptor for Event Adaptor Name, and select logger for Event Adaptor Type as shown in the below example. 


    create output logger event adapter

  4. Click Add Event Adaptor.

Anchor
Using a configuration file
Using a configuration file
Configure using a configuration file

Follow the steps below to configure output logger event adapter using a configuration file.

...

Info

After an adapter is successfully added, it gets added to the list of adapters displayed under Event Processor Configs in the Configure menu of the product's management console. Click Edit to change its configuration and redeploy it. This opens an XML-based editor allowing you to edit the event adapter configurations from the UI.  Do your modifications and click Update. You can also delete it, enable/disable statistics or enable/disable tracing on it using the provided options in the UI.

Configuring output logger event adapter message properties

The configured output event adapters are used in event formatters. With output event adapter message properties, event formatters are able to extract data from event streams and format the output events. Following are the output logger event adapter-specific message properties.
output logger event adapter message propertiesImage Removed
The message properties of the output logger . Message properties specific to output event adapters of the logger type can be configured as follows.
  1. Log into the BAM Management Console. For detailed instructions, see Running the Product.
  2. In the Main tab, click Event Streams to open the Available Event Streams page.
  3. Click the Outflows link of the event stream to which the relevant output event adapter is connected. As a result, Event Out-Flows (<Output_Event_Adapter_Name>) opens.
  4. Click on the relevant event builder name to open the Event Formatter Details page.
    output logger event adapter message propertiesImage AddedThe message properties of a logger output event adapter are described below. Change the property values as required. 

    PropertyDescription
    Unique IdentificationUnique identification for the log, such as a topic.
    Output Event TypeThe outgoing event type to be mapped. The output logger event adapter supports text, XML, and JSON mappings.