IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterSystemAlert
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterSystemAlert
editInformation about a system alert on an Elasticsearch cluster.
Properties
edit-
alert_type(string; allowed values: [automatic_restart,heap_dump,unknown_event], required) - Type of system alert
-
exit_code(integerasint32) - The exit_code related to the event. Only applicable for alert_type: slain
-
instance_name(string, required) - Instance that caused the system alert
-
timestamp(stringasdate-time, required) - Timestamp marking the system alert
-
url(string) - The URL related to the event. Only applicable for alert_type: heap_dump
Example
edit{
"alert_type" : "string",
"exit_code" : 0,
"instance_name" : "string",
"timestamp" : "2019-01-01T00:00:00Z",
"url" : "string"
}