{% from "_chrome.html" import environment_chrome, page_footer %} Dewey Anomaly Detail {{ environment_chrome(deployment, region, show_environment_chrome|default(true)) }}
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) }}
{{ page_footer(git_meta, build_version) }}