mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Reworks user script filters lint and functions
This commit is contained in:
parent
138f712591
commit
fefc3c39b0
2 changed files with 41 additions and 27 deletions
|
|
@ -20,7 +20,7 @@ local script = {
|
|||
-- 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"},
|
||||
default_fields = { "srv_addr", "srv_port", "proto" },
|
||||
},
|
||||
|
||||
gui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue