{% extends "base.html" %} {% block breadcrumb %}Dashboard{% endblock %} {% set active_nav = 'dashboard' %} {% block content %}
System Dashboard v{{ config.application.version }}
Upload Sample

Live readout of LitterBox's pieces — local scanner binaries and remote EDR agents. Auto-refreshes every minute; click Refresh for an immediate poll.

Scanners

Configured analyzers. ok = enabled and binary on disk; missing = enabled but tool path can't be resolved; disabled = turned off in config.

Loading…
EDR Agents {{ edr_profiles|length }} registered Open Whiskers →
{% if not edr_profiles %}
No EDR profiles registered. Drop a YAML at Config/edr_profiles/<name>.yml and restart.
{% else %}

Per-profile agent + Elastic reachability. Click a row to jump to the full Whiskers detail card.

{% for profile in edr_profiles %}
{{ profile.display_name }}
{{ profile.agent_url }}
agent — elastic —
{% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}