AttributeFilterMustHaveRegex

You can use the parameters AttributeFilterName, AttributeFilterMustHaveRegex, and AttributeFilterCantHaveRegex to choose the entities to ingest.

All of these parameters must have the same number of values. You can specify comma-separated lists of values, or use numbered parameters.

Use AttributeFilterMustHaveRegex to ignore entities unless the selected attribute has a specific value.

Type: String
Default:
Required: No
Configuration Section: Any section named by EntitySections
Example:

In the following example, an entity is ingested only when its uid attribute matches the value 42.

AttributeFilterName0=uid
AttributeFilterMustHaveRegex0=42 AttributeFilterCantHaveRegex0=0
See Also: