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.id

edit

type: keyword

A UUID4 error ID.

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.uncaught

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 used logger instance.

error.log.message

edit

type: text

The additionally logged error message.

error.log.param_message

edit

type: keyword

Equal to message, but with placeholders replaced.