It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ClusterSystemAlert
editClusterSystemAlert
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
(integer
asint32
) - The exit_code related to the event. Only applicable for alert_type: slain
-
instance_name
(string
, required) - Instance that caused the system alert
-
timestamp
(string
asdate-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" }