APM Error fieldsedit
Error-specific data for APM
-
view errors
-
type: keyword
format: url
-
error id icon
-
type: keyword
format: url
error fieldsedit
Data captured by an agent representing an event occurring in a monitored service.
-
error.id
-
type: keyword
A UUID for the error.
-
error.culprit
-
type: text
Function call which was the primary perpetrator of this event.
-
error.grouping_key
-
type: keyword
format: url
GroupingKey of the logged error for use in grouping.
exception fieldsedit
Information about the originally thrown error.
-
error.exception.code
-
type: keyword
The error code set when the error happened, e.g. database error code.
-
error.exception.message
-
type: text
The original error message.
-
error.exception.module
-
type: keyword
The module namespace of the original error.
-
error.exception.type
-
type: keyword
-
error.exception.handled
-
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
-
type: keyword
The severity of the record.
-
error.log.logger_name
-
type: keyword
The name of the logger instance used.
-
error.log.message
-
type: text
The additionally logged error message.
-
error.log.param_message
-
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.