APM Error fields
editAPM Error fields
editError-specific data for APM
view errors
edittype: keyword
format: url
error id icon
edittype: keyword
format: url
error.id
edittype: keyword
A UUID4 error ID.
error.culprit
edittype: text
Function call which was the primary perpetrator of this event.
error.grouping_key
edittype: keyword
format: url
GroupingKey of the logged error for use in grouping.
exception fields
editInformation about the originally thrown error.
error.exception.code
edittype: keyword
The error code set when the error happened, e.g. database error code.
error.exception.message
edittype: text
The original error message.
error.exception.module
edittype: keyword
The module namespace of the original error.
error.exception.type
edittype: keyword
error.exception.uncaught
edittype: boolean
Indicator whether the error was caught somewhere in the code or not.
log fields
editAdditional information added by logging the error.
error.log.level
edittype: keyword
The severity of the record.
error.log.logger_name
edittype: keyword
The name of the used logger instance.
error.log.message
edittype: text
The additionally logged error message.
error.log.param_message
edittype: keyword
Equal to message, but with placeholders replaced.