mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add support for ECS format in syslog endpoint
This commit is contained in:
parent
0360ba267d
commit
7b01cace7d
3 changed files with 19 additions and 1 deletions
|
|
@ -6,6 +6,13 @@
|
|||
<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
|
||||
%}
|
||||
<option value="ecs">ECS</option>
|
||||
{%
|
||||
end
|
||||
%}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue