{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Operator Console

Anomaly Detail

{{ profile.email }}
Local anomaly record

{{ anomaly.title }}

{{ anomaly.summary }}

{{ anomaly.severity }} severity

Record

Immutable local anomaly metadata.
ID
{{ anomaly.anomaly_id }}
Category
{{ anomaly.category }}
Status
{{ anomaly.status }}
Source
{{ anomaly.source }}
Source View
{{ anomaly.source_view_url }}

Operational Context

Redacted fields are kept local and read-only.
First seen {{ anomaly.first_seen_at }} Last seen {{ anomaly.last_seen_at }} Occurrences {{ anomaly.occurrence_count }} {% if anomaly.recommended_action %}
{{ anomaly.recommended_action }}
{% endif %}
{{ anomaly.redacted_context | tojson(indent=2) }}