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 that has happened on a cluster
Properties
edit-
alert_type
(string
; allowed values: [automatic_restart
,heap_dump
,unknown_event
], required) - Type of system alert
-
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", "instance_name" : "string", "timestamp" : "2019-01-01T00:00:00Z", "url" : "string" }