mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
parent
7a16c58485
commit
146b8fc1b0
2 changed files with 15 additions and 1 deletions
|
|
@ -16,6 +16,13 @@ local script = {
|
|||
-- NOTE: hooks defined below
|
||||
hooks = {},
|
||||
|
||||
filter = {
|
||||
-- Overrides filter.default_fields in the flow entry of user_scripts.available_subdirs
|
||||
-- This will make default filters populated only with the source IP
|
||||
-- NOTE: Fields must be in the filter.available_fields of the flow entry of user_scripts.available_subdirs
|
||||
default_fields = {"srv.ip"},
|
||||
},
|
||||
|
||||
gui = {
|
||||
i18n_title = "New API Demo",
|
||||
i18n_description = "Demonstrate the use of the new API for flow alerts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue