{% extends "siem/base.html" %} {% block sub-title %}Parse Helper - {{ ph }} | {% endblock %} {% block content-main %}
| Attribute | Setting | Description |
|---|---|---|
| ID | {{ ph.id }} | The parse helper's internal ID |
| Built-in? | {{ ph.is_builtin }} | Whether the parse helper is built-in to LogESP. |
| Name | {{ ph.name }} | The parse helper name. |
| Desc | {{ ph.desc }} | A description of the parse helper. |
| Helper Type | {{ ph.helper_type }} | The parse helper type that this helper belongs to. |
| Match Regex | {{ ph.match_regex }} | The regular expression for finding attributes. |
| Fields | {{ ph.fields }} | The fields parsed by the regular expression |