IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ProxiesHealth
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxiesHealth
editIntentionally left blank
Properties
edit-
allocations(array[ProxiesAllocationsInfo], required) - Allocations for proxies
-
expected_proxies_count(integerasint32, required) - Expected minimum number of proxies
-
filtered_groups(array[ProxiesFilteredGroupHealth], required) - Filtered groups of proxies with associated status
-
observed_proxies_count(integerasint32, required) - Total number of proxies
-
status(string, required) - "Health status for all proxies. One of "Green", "Yellow" or "Red"
Example
edit{
"allocations" : [
{
"allocations_type" : "string",
"max_allocations" : 0,
"proxies_at_max_allocations" : 0
}
],
"expected_proxies_count" : 0,
"filtered_groups" : [
{
"group" : {
"expected_proxies_count" : 0,
"filters" : [
{
"key" : "string",
"value" : "string"
}
],
"id" : "string"
},
"observed_proxies_count" : 0,
"status" : "string"
}
],
"observed_proxies_count" : 0,
"status" : "string"
}