AttributeFilterCantHaveRegex

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 AttributeFilterCantHaveRegex to ignore entities where 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 not ingested if it's uid attribute matches the value 42.

AttributeFilterName0=uid
AttributeFilterCantHaveRegex0=42 AttributeFilterMustHaveRegex0=.*
See Also: