WARNING: Version 6.2 of APM Server 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.
APM Error fieldsedit
Error-specific data for APM
view errors
edit
type: keyword
format: url
error id icon
edit
type: keyword
format: url
error fieldsedit
Data captured by an agent representing an event occurring in a monitored service.
error.id
edit
type: keyword
A UUID for the error.
error.culprit
edit
type: text
Function call which was the primary perpetrator of this event.
error.grouping_key
edit
type: keyword
format: url
GroupingKey of the logged error for use in grouping.
exception fieldsedit
Information about the originally thrown error.
error.exception.code
edit
type: keyword
The error code set when the error happened, e.g. database error code.
error.exception.message
edit
type: text
The original error message.
error.exception.module
edit
type: keyword
The module namespace of the original error.
error.exception.type
edit
type: keyword
error.exception.handled
edit
type: boolean
Indicator whether the error was caught somewhere in the code or not.
log fieldsedit
Additional information added by logging the error.
error.log.level
edit
type: keyword
The severity of the record.
error.log.logger_name
edit
type: keyword
The name of the logger instance used.
error.log.message
edit
type: text
The additionally logged error message.
error.log.param_message
edit
type: keyword
A parametrized message. E.g. Could not connect to %s. The property message is still required, and should be equal to the param_message, but with placeholders replaced. In some situations the param_message is used to group errors together.