Versions Compared

Key

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

The file input adapter reads the tail of a given file and feeds that to the product engine. It only supports text input mapping type.

Table of Contents
maxLevel3

Excerpt
hiddentrue

NOTE TO WRITERS: Add the TOC here.

Table of Contents
maxLevel3

Configuring input file event adapter

You can configure input file 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

Follow the instructions below to configure input file event adapter using the management console. This deploys the event adapter in the <PRODUCT_HOME>/

...

  1. Log in to the product's management console, and click Configure.
  2. Click Input Event Adaptors in the Event Processor Configs menu, and then click Add Input Event Adaptor.   
  3. Enter details as shown in the below example. 
    create input file event adapter
  4.  Click Add Event Adaptor.

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

Follow the instructions below to configure input file 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 input file event adapter message properties

The configured input event adapters are used in event builders. With input event adapter message properties, event builders are able to extract data from the incoming events to build the event streams. Following are the specific message properties of input file event adapter.

input file event adapter message propertiesImage Removed

The message properties of the input file . Message properties specific to input event adapters of the file 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 Inflows link of the event stream to which the relevant input event adapter is connected. As a result, Event In-Flows (<Input_Event_Adapter_Name>) opens.
  4. Click on the relevant event builder name to open the Event Builder Details page.
    input file event adapter message propertiesImage AddedThe message properties of a file input event adapter are described below. Change the property values as required. 

    PropertyDescription
    File pathPath of the file to be used as the source to generate events
    Input Mapping TypeThe incoming event type to be mapped. The input file event adapter only supports text input mapping type.