Topic blueworx.event

The blueworx.event topic contains event logging.

Note: The topic name used can be changed using the topic_event parameter described in Kafka Configuration Options

Event

A single event generated from a specific module. The module details are contained within the source/sourceName. The actual event text is within the message element.

Table 1. JSON for Event logging
Name Type Optional Description
callIndex string No Call index on the BVR
source string No Source of the message
sourceName string No Source name
message string No Event message

Example

{
    "callIndex": "0102030400000001",
    "source": "BVR",
    "sourceName": "1.2.3.4",
    "message": "TTS finished after 2488 ms"
}