{% extends "base.html" %} {% block title %}Audit log{% endblock %} {% block content %}

Audit log

Sign-ins, configuration changes, and alert mutations. Most-recent first.

⬇ Export CSV
{{ log_email_form.csrf_token }} {{ log_email_form.log_recipient(placeholder="destination@example.com") }} {{ log_email_form.submit(class_="btn btn-primary") }}
{% for e in pagination.items %} {% else %} {% endfor %}
Timestamp (UTC)UserActionDetailsIP
{{ e.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ e.username or '—' }} {{ e.action }} {{ e.details or '' }} {{ e.ip_address or '' }}
No audit entries yet.
{% if pagination.pages > 1 %} {% endif %} {% endblock %}