Enum Values
Ensure a field matches a predefined set of allowed values.
Validator Overview
You can configure an enum values validator to track the following:
Metric Type | Description |
---|---|
Count | The number of values that match the defined set (is in, is not in) of values. |
Percentage | The percentage of values that match the defined set (is in, is not in) of values. |
Metric Configuration Parameters
Parameters | Description | Options |
---|---|---|
Metric | Select the metric to calculate. | Count Percentage |
Field | Select a source field to use for the calculation. | List of available fields. |
Operator | Select the operator to define the set of allowed values. | is in is not in |
Values | Specify the values to match. | n/a |
Window | Use windows to define the time-range over which the data is aggregated. | List of existing windows or create a new window. |
Segmentation | Use segmentation to break the data into separate groups for analysis. | List of existing segmentations, Unsegmented (default), or create a new segmentation. |
Initialize using historic data | Start the validator with historical data to prime the anomaly detection algorithms. | n/a |
Updated 8 days ago