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

Update Parse Helper

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The parse helper name.
Desc{{ form.desc }}A description of the parse helper.
Helper Type{{ form.helper_type }}The parse helper type that this helper belongs to.
Match Regex{{ form.match_regex }}The regular expression for finding attributes.
Fields{{ form.fields }}The fields parsed by the regular expression
{% endblock %}