A newer version is available. For the latest information, see the
current release documentation.
ClusterSystemAlert
edit
Information about a system alert on an Elasticsearch cluster.
Propertiesedit
-
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
Exampleedit
{ "alert_type" : "string", "instance_name" : "string", "timestamp" : "2019-01-01T00:00:00Z", "url" : "string" }