This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Thrift-RPC specific event fields.
-
thrift.params
-
The 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
-
The name of the Thrift-RPC service as defined in the IDL files.
-
thrift.return_value
-
The value returned by the Thrift-RPC call. This is encoded in a human readable format.
-
thrift.exceptions
-
If the call resulted in exceptions, this field contains the exceptions in a human readable format.