MR::payload

Description

Returns the data collected using the MR::collect command

Syntax

MR::payload
MR::payload length

MR::payload

  • Returns the collected payload obtained as a result of a prior call to MR::collect.

MR::payload length

  • Returns the length of payload of a MR message.

Examples

when MR_DATA {
    log local0 "Payload: [MR::payload]"
}