A newer version is available. For the latest information, see the
current release documentation.
ProxiesFilteredGroupHealth
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxiesFilteredGroupHealth
editThe health status of a filtered proxy group.
Properties
edit-
group(ProxiesFilteredGroup, required) - Settings of the filtered group
-
observed_proxies_count(integerasint32, required) - The number of proxies that match all of the filters in the group
-
status(string, required) - "Health status for this filtered group. One of "Green", "Yellow" or "Red"
Example
edit{
"group" : {
"expected_proxies_count" : 0,
"filters" : [
{
"key" : "string",
"value" : "string"
}
],
"id" : "string"
},
"observed_proxies_count" : 0,
"status" : "string"
}