WARNING: Version 6.0 of Packetbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Thrift-RPC Fields
editThrift-RPC Fields
editThrift-RPC specific event fields.
thrift.params
editThe RPC method call parameters in a human readable format. If the IDL files are available, the parameters use names whenever possible. Otherwise, the IDs from the message are used.
thrift.service
editThe name of the Thrift-RPC service as defined in the IDL files.
thrift.return_value
editThe value returned by the Thrift-RPC call. This is encoded in a human readable format.
thrift.exceptions
editIf the call resulted in exceptions, this field contains the exceptions in a human readable format.