mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Modified default fields for flow risk alert
This commit is contained in:
parent
714d479d41
commit
0c0ba319c2
1 changed files with 5 additions and 1 deletions
|
|
@ -76,7 +76,11 @@ local script = {
|
|||
]]
|
||||
-------------------------------------------------------
|
||||
filter = {
|
||||
default_filters = {}
|
||||
default_filters = {},
|
||||
default_fields = {
|
||||
"srv_addr",
|
||||
"flow_risk_bitmap",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue