Shadow Rules

Rules running in observe-only mode on live traffic

{{ actionSuccess }}

{{ actionError }}

{{ error }}

Read-only mode. Shadow edit, removal, and promotion controls are hidden for your current permissions.

No rules in shadow

Deploy a rule to shadow from the rule detail page to start live observation.

Go to Rules

Rules in Shadow

Config version {{ shadowConfig.version }}
{{ item.rule.rid }} SHADOW {{ item.stats?.total ?? 0 }} events evaluated

{{ item.rule.description }}

{{ item.rule.logic | slice:0:120 }}{{ item.rule.logic.length > 120 ? '…' : '' }}

No shadow evaluations yet.

Production (live)

{{ o.outcome }}
{{ o.count }} ({{ (o.count / item.stats!.total * 100) | number:'1.0-0' }}%)

Shadow (candidate)

{{ o.outcome }}
{{ o.count }} ({{ (o.count / item.stats!.total * 100) | number:'1.0-0' }}%)

Promote to Production

Are you sure you want to promote {{ promoteTarget?.rid }} to production? This will replace the current production version of this rule.

Logic changes (production → shadow):

Loading production logic...

Could not load production rule — showing shadow logic:

{{ promoteTarget?.logic }}

Logic is identical to current production version.

production shadow (incoming)
{{ chunk.added ? '+' : chunk.removed ? '-' : ' ' }}{{ chunk.value }}

{{ promoteError }}