Error Fieldsedit

These fields can represent errors of any kind.

Use them for errors that happen while fetching events or in cases where the event itself contains an error.

Error Field Detailsedit

Field Description Level

error.code

Error code describing the error.

type: keyword

core

error.id

Unique identifier for the error.

type: keyword

core

error.message

[beta] Use of the match_only_text type for this field is currently beta.

Error message.

type: match_only_text

core

error.stack_trace

[beta] Use of wildcard as the primary type and match_only_type as the .text multi-field type are both currently beta.

The stack trace of this error in plain text.

type: wildcard

Multi-fields:

* error.stack_trace.text (type: match_only_text)

extended

error.type

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

type: keyword

example: java.lang.NullPointerException

extended