ECS Field Reference
Error
ECS Version:

Error

Fields about errors of any kind.

Fields

Field Summary

FieldTypeLevelDescription
error.codekeywordCoreError code describing the error.
error.idkeywordCoreUnique identifier for the error.
error.messagematch_only_textCoreError message.
error.stack_tracewildcardExtendedThe stack trace of this error in plain text.
error.stack_trace.textmatch_only_textExtendedThe stack trace of this error in plain text.
error.typekeywordExtendedThe type of the error, for example the class name of the exception.

Field Details

error.code

Type: keyword

Level: Core

Description: Error code describing the error.

Indexed: true

error.id

Type: keyword

Level: Core

Description: Unique identifier for the error.

Indexed: true

error.message

Type: match_only_text

Level: Core

Description: Error message.

Indexed: true

error.stack_trace

Type: wildcard

Level: Extended

Description: The stack trace of this error in plain text.

Indexed: true

error.stack_trace.text

Type: match_only_text

Level: Extended

Description: The stack trace of this error in plain text.

Indexed: true

error.type

Type: keyword

Level: Extended

Description: The type of the error, for example the class name of the exception.

Example: java.lang.NullPointerException

Indexed: true