...
- Processes the events received through
InMediationStatsStream
- From each event received, selects the attributes (meta_host, timestamp, resource_id, direction, fault_count, count) specified under the
select
clause - Gives output events through the
OutMediationStatsStream
. Because this query does no processing apart from selecting a few attributes, it can be considered as a pass-through query.
Prerequisites
See Prerequisites in CEP Samples Setup page.
...
Start the WSO2 CEP server with the sample configuration numbered 0107. For instructions, see Starting sample CEP configurations. This sample configuration does the following:
...