{% extends "base.html" %} {% block breadcrumb %}Whiskers{% endblock %} {% set active_nav = 'whiskers' %} {% block content %} {% if not edr_profiles %}
Agents
No EDR profiles registered
Drop a YAML at Config/edr_profiles/<name>.yml (copy from elastic.yml.example) and restart LitterBox. See the README.md "Elastic EDR Setup" section for the full deployment guide.
{% else %}
EDR Agents {{ edr_profiles|length }} registered

One card per profile registered under Config/edr_profiles/. The Whiskers agent + Elastic stack are probed in parallel; status refreshes every minute.

{% for profile in edr_profiles %}
{{ profile.display_name }} EDR Agent
elastic-defend
Status Probing…
Hostname
OS
Agent Version
Lock
Agent URL {{ profile.agent_url }}
Backend Probing…
Cluster
{% if profile.elastic_url %}
Elastic URL {{ profile.elastic_url }}
{% endif %}
{% endfor %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}