{% extends "rebac_admin/base.html" %} {% block title %}{{ config.title }}{% endblock %} {% block content %}
Suspicious activity detection: {% if suspicious_activity_config.enabled %} enabled {% else %} disabled {% endif %}
Window: {{ suspicious_activity_config.window_minutes }} min; rules: {{ 'on' if suspicious_activity_config.rules_enabled else 'off' }}; PyOD detector: {{ 'on' if suspicious_activity_config.pyod_enabled else 'off' }}; PyOD package: {{ 'installed' if pyod_available else 'missing' }}.
{% if not suspicious_activity_config.enabled %}
Configure SuspiciousActivityConfig(enabled=True) in your application to make the run button create alerts.
PyOD detector is enabled, but the package is not installed. Install the project with [anomaly] extra to enable ECOD outlier detection.
| {{ field_name }} | {% endfor %}|
|---|---|
| {% if value.url %} {{ value.label }} {% else %} {{ value.label }} {% endif %} | {% endfor %}Open |
No objects found.
{% endif %} {% endblock %}