engine_events

Reports from Brokers generated when an Engine is added or removed; for example, when an Engine logs in or logs out.

Primary key: pk_engine_events(engine_event_id))

Column name

Data type

Description

engine_event_id

identity

The ID of the Engine event

engine_id

bigint not null

The unique ID of the Engine

instance_id

int

The number of the Engine instance

time_stamp

timestamp not null

Timestamp of the report

broker_id

int

The ID of the Broker where the event occurred

event

int

0 for an add, or the reason code for a remove – reason codes are in the event_codes table