Field | Type | Purpose |
---|---|---|
type
required
|
"node"|"shard"|"query"
|
Type of the error. The different error types have different sets of information associated with them. |
Field | Type | Purpose |
---|---|---|
type
required
|
"node"
|
|
error
required
|
<string>
|
An error message. |
nodeId
required
|
<string>
|
UUID of the failing node. |
node
required
|
<string>
|
String-representation of the failing node. |
tags
required
|
{<string>: <string>, ..}
|
Cluster tags of the failing node. |
Field | Type | Purpose |
---|---|---|
type
required
|
"shard"
|
|
error
required
|
<string>
|
A human readable message indicating what went wrong. |
nodes
required
|
[<string>, ...]
|
A list of nodes belonging to the shard where the error originated. |
shard
required
|
{<string>: <string>, ...}
|
The shard tags associated with the error, all nodes in nodes belong to this shard.
|
Field | Type | Purpose |
---|---|---|
type
required
|
"series"
|
|
error
required
|
<string>
|
A human readable message indicating what went wrong. |