{% extends "base.html" %} {% block title %}Dashboard — Logatory{% endblock %} {% block content %}

Dashboard

Total Findings
{{ f_summary.total }}
all time
Critical Findings
{{ f_summary.by_severity.get('critical', 0) }}
all time
Error Types
{{ e_summary.total_error_types }}
unique patterns
Occurrences
{{ e_summary.total_occurrences }}
error events logged
Activity — last 14 days
Top Rules All findings
{% include "partials/top_rules.html" %}
Recent Findings (last 24 h) View all
{% for r in recent %} {% else %} {% endfor %}
Time (UTC) Rule Severity Source Message
{{ r.created_at[:16] }} {{ r.rule_id }} {{ r.severity }} {{ r.source }} {{ r.message }}
No findings in the last 24 h
{% endblock %}