mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add ability to filter on IP (regardless of cli/src) flow alerts
This commit is contained in:
parent
13f53a1fa1
commit
748930f4a6
3 changed files with 12 additions and 3 deletions
|
|
@ -373,6 +373,7 @@ local defined_tags = {
|
|||
alert_id = operators_by_filter.alert_id,
|
||||
severity = operators_by_filter.severity,
|
||||
l7_proto = operators_by_filter.l7_proto,
|
||||
ip = operators_by_filter.ip,
|
||||
cli_ip = operators_by_filter.ip,
|
||||
srv_ip = operators_by_filter.ip,
|
||||
cli_port = operators_by_filter.port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue