Event Collector Overview
Event Collector is one of the components of TIBCO BPM Enterprise. It collects and correlates data on business process events.
External services can access the data in the central event database either by using the query API supplied, or by directly querying the database tables and views.
To facilitate direct read access to the central event database, this guide describes the Event Collection database tables and views. As well as using this reference guide, you should study the database tables and views to see how the schema has been implemented by the manufacturers of the different databases supported.
Warning: Access to the Event Collector database tables and views must be
read-only. You must not try to insert or modify any data in the tables or views. Any attempt to do so could have unforeseen consequences on the behavior of
TIBCO BPM Enterprise.
Note: When modifying rules files (
ec-probe
and
ec-event
) note the following:
- Rules must have globally unique names.
- Check that channels are defined as
channel name='abcde' target='target' qualifier='abcde
(the qualifier is optional).
Note: This database schema may change from version to version of
TIBCO BPM Enterprise.
Subtopics