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" ] }