{% extends "siem/base.html" %} {% block sub-title %}Limit Rules | {% endblock %} {% block content-main %}
| Rule Name | Event Type |
Rule Events? | Enabled? | Built- in? |
|---|---|---|---|---|
| {{ lr }} | {{ lr.event_type }} | {{ lr.rule_events }} | {{ lr.is_enabled }} | {{ lr.is_builtin }} |
No limit rules.
{% endif %} {% endblock %}