APM Error fieldsedit

Error-specific data for APM

view errorsedit

type: keyword

format: url

error id iconedit

type: keyword

format: url

error.idedit

type: keyword

A UUID4 error ID.

error.culpritedit

type: text

Function call which was the primary perpetrator of this event.

error.grouping_keyedit

type: keyword

format: url

GroupingKey of the logged error for use in grouping.

exception fieldsedit

Information about the originally thrown error.

error.exception.codeedit

type: keyword

The error code set when the error happened, e.g. database error code.

error.exception.messageedit

type: text

The original error message.

error.exception.moduleedit

type: keyword

The module namespace of the original error.

error.exception.typeedit

type: keyword

error.exception.uncaughtedit

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

type: keyword

The severity of the record.

error.log.logger_nameedit

type: keyword

The name of the used logger instance.

error.log.messageedit

type: text

The additionally logged error message.

error.log.param_messageedit

type: keyword

Equal to message, but with placeholders replaced.