{% extends "base.html" %} {% block breadcrumb_items %}
Monitor security events and access logs
| Time | Event | IP Address | User | Severity | Action |
|---|---|---|---|---|---|
| {{ event.timestamp.strftime('%H:%M:%S') }} | {{ event.description }} | {{ event.user_ip or 'Unknown' }} | {{ event.user_email or '-' }} | {% if event.status_code >= 400 %} Critical {% elif event.activity_type == 'ERROR' %} Warning {% else %} Info {% endif %} | {% if event.user_ip and event.status_code >= 400 %} {% else %} - {% endif %} |
| No security events found | |||||
| User | IP Address | Login Time | Action |
|---|---|---|---|
| superadmin | 127.0.0.1 | 20:38:22 | |
| staff_user | 192.168.1.50 | 19:45:10 | |
| editor | 10.0.0.25 | 18:22:35 |
| IP Address | Reason | Blocked At | Action |
|---|---|---|---|
| 192.168.1.100 | Brute force | 20:45:32 | |
| 10.0.0.45 | Suspicious activity | 20:42:15 | |
| 203.0.113.5 | Rate limiting | 20:35:10 |