mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
4aefd8a51b
commit
124156fd3e
2 changed files with 13 additions and 3 deletions
|
|
@ -4,8 +4,6 @@
|
|||
</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="json">JSON</option>
|
||||
{%
|
||||
if ntop.isEnterpriseM() then
|
||||
%}
|
||||
|
|
@ -13,6 +11,8 @@
|
|||
{%
|
||||
end
|
||||
%}
|
||||
<option value="json">Raw JSON</option>
|
||||
<option value="plaintext">{{ i18n("syslog_alert_endpoint.text") }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -54,4 +54,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<small>{* i18n('syslog_alert_endpoint.description') *}</small>
|
||||
|
||||
<small>
|
||||
<ul>
|
||||
<li> {* i18n('syslog_alert_endpoint.description') *}</li>
|
||||
<li> {* i18n('syslog_alert_endpoint.description_ecs', {url = "https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#elasticsearch", icon = "fas fa-external-link-alt"}) *}</li>
|
||||
<li> {* i18n('syslog_alert_endpoint.description_raw_json', {url = "https://github.com/ntop/ntopng/", icon = "fas fa-external-link-alt"}) *}</li>
|
||||
</ul>
|
||||
</small>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue