mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Cleanup code for json field lookup
This commit is contained in:
parent
3fc8a0a71d
commit
4413f41b65
5 changed files with 11 additions and 21 deletions
|
|
@ -948,7 +948,7 @@ local flow_columns = {
|
|||
['IS_SRV_ATTACKER'] = { tag = "is_srv_attacker" },
|
||||
['IS_SRV_VICTIM'] = { tag = "is_srv_victim" },
|
||||
['IS_SRV_BLACKLISTED'] = { tag = "is_srv_blacklisted" },
|
||||
['ALERT_JSON'] = { tag = "alert_json" },
|
||||
['ALERT_JSON'] = { tag = "json" },
|
||||
|
||||
-- Alert data
|
||||
['ALERT_STATUS'] = { tag = "alert_status" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue