Event Metadata

A description of the metadata dictionary added to every event

Every event includes some metadata information with additional information about the event as it streams through various stages.

This metadata can be accessed in transformation as metadata variable. e.g. metadata.flowUuid to retrieve the UUID of the flow that owns the event.

Attribute Name

Description

Input Type

uuid

Unique identifier of the event

e.g. u58yTR0NbN7c5rzafNp5l

All

eventAction

Possible action that resulted this event

Insert, Update, Delete

All

eventName

A name for this event.

All

eventType

The type of this event

e.g. Table Name from which this event is generated

All

flowCode

The code of the flow to which this event belongs

All

flowUuid

The UUID of the flow to which this event belongs

e.g. 2Wm2EJyS3UWKlbvubs75WG

All

inputType

The input type that produced this event e.g. Oracle, MySQL etc.

All

receivedDateTime

The timestamp of when the event was received e.g. 2019-06-10T20:37:52.827000Z

All

transformedDateTime

The timestamp of when the event was transformed e.g. 2019-06-10T20:37:52.827000Z

All

transformCount

The number of times the event has been through the transformation process - starts at 1.

Will be greater than 1 if an error occurred on or after transform process and has been re-processed.

All

mappedDateTime

The timestamp of when the event was mapped e.g. 2019-06-10T20:37:52.827000Z

All

mapperCount

The number of times the event has been through the mapping process - starts at 1.

Will be greater than 1 if an error occurred on or after mapping process and has been re-processed.

All

postedDateTime

The timestamp of when the event was posted to the output e.g. 2019-06-10T20:37:52.827000Z

All

outputCount

The number of times the event has been through the output process - starts at 1.

Will be greater than 1 if an error occurred while posting to the output and has been re-processed.

All

runId

The id of the run in which the event has been imported - starts with 1.

All

errorType

The type of the error if the event is in error queue. e.g. Transform if the error happened during the Transform process.

All

errorMessage

A details message of the error that occurred to this event

All

errorDateTime

The timestamp of when the event was last marked as error e.g. 2019-06-10T20:37:52.827000Z

All

errorCount

The number of times the event has been through the error re-process - starts at 1.

All

originalMessage

A JSON representation of the original event that was imported from the source system.

All

db.database

The name of the database from which the event as originated

Database Inputs

db.databaseProductName

The source database name e.g. MySQL

Database Inputs

db.databaseProductVersion

The source database version number e.g. 5.7.24

Database Inputs

db.schema

The name of the database schema from which the event as originated

Database Inputs

db.tableName

The name of the database table from which the event as originated

Database Inputs

Last updated

Was this helpful?