System-level runtime defaults for analytics and platform behavior
When multiple rules return different outcomes for the same event, the highest-severity outcome wins.
{{ outcome.outcomeName }}
{{ idx === 0 ? 'Highest severity; resolves conflicts first.' : idx === hierarchyOutcomes.length - 1 ? 'Lowest severity fallback.' : 'Lower than outcomes above it.' }}
Top of the list is the most severe outcome. New outcomes are appended to the bottom by default.
Default lookback window used by Rule Quality when no explicit lookback is selected.
Environment fallback: {{ defaultRuleQualityLookbackDays }} days (`EZRULES_RULE_QUALITY_LOOKBACK_DAYS`).
Only configured active outcome→label pairs are used by Rule Quality reports.
| Outcome | Label | Active | Actions |
|---|---|---|---|
| {{ pair.outcome }} | {{ pair.label }} | ||
| No curated pairs configured yet. Add at least one pair to enable Rule Quality reporting. | |||