The matching criteria used to find entities, based on profiling metrics.
Label | Description | ||
|---|---|---|---|
Entity profiling metric | Find entities using the value of this profiling metric. Can exist on entities in source mappings. | ||
Case sensitive | Indicates if the profiling metric name matching is case sensitive. | ||
Required | Indicates whether the profiling metric name has to be on the entity. If the checkbox is clear and the profiling metric name is not found, it is considered a match. | ||
Validation expression | The Pebble template expression used to validate the matching profiling metric. The expression must validate to 'true' or 'T' for a match. The metric value are held as strings, use int(x) and bool(x) to convert the string value into numbers or booleans, respectively.
|