APM Error fields

edit

Error-specific data for APM

view errors

edit

type: keyword

format: url

error id icon

edit

type: keyword

format: url

error fields

edit

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 fields

edit

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 fields

edit

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.