Enum Values

Ensure a field matches a predefined set of allowed values.

Validator Overview

The Enum Values vavlidator ensures a field matches a predefined set of allowed values. This validator is useful for catching unexpected categorical values, such as invalid status codes, unknown region names, or unapproved product types.

You can configure an enum values validator to track the following:

Metric OptionsDescription
CountThe number of values that match the defined set (Is in, Is not in) of values.
PercentageThe percentage of values that match the defined set (Is in, Is not in) of values.

Metric Configuration Parameters

ParametersDescription
MetricSelect the metric to calculate. See the Metric Options table.
FieldSelect a source field from a list of available fields.
OperatorChoose an operator: "Is in" or "Is not in"
ValuesSpecify the values that define your allowed set.
WindowSelect from a list of windows or create a new window to specify how to aggregate the data.
Segmentation(Optional) Apply segmentation to analyze data in separate groups. Default is Unsegmented.