Event Envelope
When data is moving from Sources through Processors to Destinations in a Pipeline, the key details of these events come through themessage object.
While this may be all you need in your Pipeline, there is other data that may be available to you in what we refer to as the event envelope.
Envelope Fields
View Envelope Fields
You can view the contents of the envelope with the Pipeline Tap and Simulation features. If it isn’t displayed, make sure Show data envelope is set to ON.
Data envelope display control set to On
message, metadata and timestamp can be referenced in most processors and destinations. The message field also has a shortcut syntax of .
For example, to access host from the example above, you could reference it as message.host or .host
