IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ProxiesFilteredGroup
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxiesFilteredGroup
editA set of proxy filters with an expected number of matching proxies.
Properties
edit-
expected_proxies_count(integerasint32, required) - Expected minimum number of proxies matching all filters in this group
-
filters(array[ProxiesFilter], required) - Filters to be matched
-
id(string) - Identifier of the filtered group of proxies
Example
edit{
"expected_proxies_count" : 0,
"filters" : [
{
"key" : "string",
"value" : "string"
}
],
"id" : "string"
}