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.
ElasticsearchMonitoringInfo
editElasticsearchMonitoringInfo
editInformation about the monitoring status for the Elasticsearch cluster.
Properties
edit-
destination_cluster_ids
(array[
string
, required)]
- The list of clusters Ids to which this cluster is currently sending monitoring data
-
healthy
(boolean
, required) - Whether the Monitoring configuration has been successfully applied
-
last_modified
(string
asdate-time
, required) - The time the monitoring configuration was last changed
-
last_update_status
(string
, required) - The status message from the last update (successful or not)
-
source_cluster_ids
(array[
string
, required)]
- The list of clusters Ids from which this cluster is currently receiving monitoring data
Example
edit{ "destination_cluster_ids" : [ "string" ], "healthy" : true, "last_modified" : "2019-01-01T00:00:00Z", "last_update_status" : "string", "source_cluster_ids" : [ "string" ] }