Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here we are going to discuss about how we can This section describes how to send WSO2 events to Agent Broker broker via Custom Data Publishers. There are two main methods available to do this.

  1. Java API (See Example in KPI Analyzer).
  2. REST API (See Example in Build Analyzer).

In both above mentioned methods, we can publish data in 3 ways. They are

...

When publishing data in above mentioned ways, Before sending events we need to define the stream definition to send data.

All the values that are send in the event must match with the stream definition (In previous CEP versions) but CEP version 2.1.0 supports to send arbitrary key-value pairs which are not defined in the stream.

Below, we have discussed further regarding that.

Supporting arbitrary key-value pairs in WSO2 events 

...