mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add support for syslog format RFC 5424
This commit is contained in:
parent
6a4c6cf30c
commit
bd55990961
4 changed files with 36 additions and 8 deletions
|
|
@ -4,6 +4,9 @@
|
|||
</label>
|
||||
<div class="col-sm-5">
|
||||
<select name="syslog_alert_format" class="form-control" required>
|
||||
<option value="plaintext">{{ i18n("syslog_alert_endpoint.text") }}</option>
|
||||
<option value="plaintextrfc">{{ i18n("syslog_alert_endpoint.text") }} (RFC 5424)</option>
|
||||
<option value="json">Raw JSON</option>
|
||||
{%
|
||||
if ntop.isEnterpriseM() then
|
||||
%}
|
||||
|
|
@ -11,8 +14,6 @@
|
|||
{%
|
||||
end
|
||||
%}
|
||||
<option value="json">Raw JSON</option>
|
||||
<option value="plaintext">{{ i18n("syslog_alert_endpoint.text") }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue