{% extends "base.html" %}
{% block content %}
| Filename |
File Size |
MD5 |
Processing Start |
Duration |
Status |
| {{filename}} |
{{filesize|filesizeformat}} |
{{md5}} |
{{start}} |
{{duration}} |
{{status}} |
{% if not status == "Success" %}
{{stderr}}
{% endif %}
| Timestamp |
SID |
Class Type |
Message |
Source |
Destination |
Protocol |
{% for row in alerts | sort(attribute='timestamp')%}
| {{row.timestamp}} |
{{row.sid}} |
{{row.classtype}} |
{{row.message}} |
{{row.source}} |
{{row.destination}} |
{{row.protocol}} |
{% else %}
| No Alerts Generated |
{% endfor %}
{% endblock %}