IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RulesetAssociations
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RulesetAssociations
editThe configuration settings for the traffic filter.
Properties
edit-
associations(array[FilterAssociation], required) - List of associations
-
total_associations(integerasint32, required) - Total number of associations. This includes associations the user does not have permission to view.
Example
edit{
"associations" : [
{
"entity_type" : "string",
"id" : "string"
}
],
"total_associations" : 0
}