Log Analysis Dashboard
{% if config.enable_map and map_html %}
Geographic Distribution
{{ map_html | safe }}
{% endif %} {% if config.enable_daily_logs and logs_by_day %}
Logs by Day
{% endif %} {% if config.enable_system_dist and logs_by_system %}
Logs by System
{% endif %} {% if config.enable_user_activity and active_users %}
Most Active Users
{% endif %} {% if ip_date_heatmap %}
Log Heatmap: Number of Logs per IP Address and Date
{% endif %} {% if pypi_plot %}
PyPI Download Statistics
{% endif %}