How to track the filter executed by TIBCO BusinessEvents(BE) query on TIBCO ActiveSpaces (AS)
book
Article ID: KB0082277
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
5.5.0
Description
You can enable event logging on TIBCO BusinessEvents(BE) Inference/Query members from as-admin to get exact filter submitted to AS when a query is executed from BE.
Environment
All Supported Operating Systems
Resolution
To enable event logging for specific Inference/Query member:
connect to the cluster using as-admin session.
execute command "show members" and record the Member-Name of the Inference/Query agent where the query is being executed
execute command below to enable event logging on the member:
execute on member '<membername>' set event_log log_level 'INFO'
4. filter information will be recorded in the as-events-<id>.log which is located at (<currentWorkDir>/log/as-events-<id>.log) To validate the filter string check for String '"filter" :' in the event log file. e.g: