Event forwarding scripts

Event forwarding scripts forward events to Northbound applications. The main use of event forwarding scripts is to build adapters to external systems.

Event forwarding scripts tend to be more complicated than other scripts, because they need to be able to handle the following types of operations:

  • Forwarding events arriving in the pipeline.

  • Forwarding updates to events.

  • Receiving and forwarding changes to events.

  • Supporting correlation of events to processes running on the external server receiving the forwarded events.

  • Supporting the exchange of external information required by the script, such as information gleaned from web service calls, information provided by command line tools, or information written to log files by the script.

Note Event scripts are not used to enrich events; for information about scripts to enrich events, see Event Processing Interface scripts.