⚠️ Outdated Version: You are viewing ECS version 8.17, which is outdated. View the latest version (9.0)
ECS Version:
Error
Fields about errors of any kind.
Fields
Field Summary
| Field | Type | Level | Description |
|---|---|---|---|
error.code | keyword | Core | Error code describing the error. |
error.id | keyword | Core | Unique identifier for the error. |
error.message | match_only_text | Core | Error message. |
error.stack_trace | wildcard | Extended | The stack trace of this error in plain text. |
error.stack_trace.text | match_only_text | Extended | The stack trace of this error in plain text. |
error.type | keyword | Extended | The 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