Event Tester

Dry-run event evaluation against the current rule set

Dry run only

Test Event

Submitted payloads are not written to Tested Events.

{{ formatTimestamp(eventTimestamp) }}

{{ error }}

Result

{{ result?.resolved_outcome ?? 'No result' }}

Run a test to see the rule-set result.

Matched rules

{{ matchedRules().length }}

Ledger record

{{ result.evaluation_decision_id === null ? 'None' : result.evaluation_decision_id }}

Allowlist matched. Main rules were skipped.

Outcome counters

No outcomes returned.
{{ entry[0] }} {{ entry[1] }}

Matched rules

No rules matched this event.
{{ rule.rid }}

{{ rule.description }}

{{ rule.evaluation_lane === 'allowlist' ? 'Allowlist rules' : 'Main rules' }}

{{ rule.outcome }}
Non-matching evaluated rules ({{ nonMatchedRules().length }})
{{ rule.rid }}

{{ rule.description }}

{{ rule.evaluation_lane === 'allowlist' ? 'Allowlist rules' : 'Main rules' }}

No match