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

Operator Anomalies

{{ profile.email }}
Admin and operator review

Local anomaly records persisted in Dewey.

These records are read-only operational summaries. They stay local to Dewey and are exposed through authenticated API and UI surfaces only.

Open anomaly view
Anomalies
{{ anomalies|length }}
Local anomaly records
Open
{{ anomalies | selectattr("status", "equalto", "open") | list | length }}
Records currently open
Monitoring
{{ anomalies | selectattr("status", "equalto", "monitoring") | list | length }}
Records under watch
High Severity
{{ anomalies | selectattr("severity", "equalto", "high") | list | length }}
High priority anomaly records

Managed Artifact Storage

Update the S3 bucket Dewey uses for managed uploads and copy-import targets.
Config file
{{ config_path }}
Current managed bucket
{{ managed_storage_bucket or "Not configured" }}
Managed prefix
{{ managed_storage_prefix }}
Use a bucket name only, not an `s3://bucket/prefix` path.
{% if artifact_bucket_status %}
{{ artifact_bucket_status.detail }}
{% endif %}

Recent Anomalies

Sorted by severity and title for quick review.
{% for item in anomalies %} {% endfor %} {% if not anomalies %} {% endif %}
ID Severity Status Summary View
{{ item.anomaly_id }} {{ item.severity }} {{ item.status }} {{ item.summary }} Open
No anomalies recorded yet.