{% extends "siem/base.html" %} {% block sub-title %}Update Parser | {% endblock %} {% block content-main %}

Update Log Event Parser

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The parser name.
Desc{{ form.desc }}A description of the parser.
Match Regex{{ form.match_regex }}The regular expression for finding attributes.
Fields{{ form.fields }}The fields parsed by the regular expression.
Backup Match Regex{{ form.backup_match_regex }}A backup regular expression, in case the first one fails.
Backup Fields{{ form.backup_fields }}The fields parsed by the backup regular expression.
{% endblock %}