This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Error Fields
editError Fields
editThese 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 Details
editField | Description | Level |
---|---|---|
Error code describing the error. type: keyword |
core |
|
Unique identifier for the error. type: keyword |
core |
|
Error message. type: match_only_text |
core |
|
The stack trace of this error in plain text. type: wildcard Multi-fields:
|
extended |
|
The type of the error, for example the class name of the exception. type: keyword example: |
extended |