IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ElasticsearchMonitoringInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchMonitoringInfo
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(stringasdate-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"
]
}