{% extends "rules/base.html" %} {% load staticfiles %} {% block sidebar %}

{{ rule.sid }}

{% if kibana and kibana_version >= 4 %}

Kibana

{% endif %} {% if request.user.is_staff %}

Action

{% endif %} {% endblock %} {% block content %}

Definition

{{ rule.highlight_content|safe }}
{% if references %}

References

    {% for ref in references %}
  • {% if ref.url %} {{ ref.key|capfirst }}: {{ ref.value|truncatechars:80}} {% else %} {{ ref.key }}: {{ ref.value }} {% endif %}
  • {% endfor %}
{% endif %}

Status in rulesets

{% load render_table from django_tables2 %} {% render_table rulesets %}
{% if elasticsearch %}

Hits by host (last {{ date }})

Fetching data...
{% if probes %}

Activity (last {{ date }})

Fetching data...

{% endif %}
{% endif %} {% endblock %}