Cleanup code for json field lookup

This commit is contained in:
Alfredo Cardigliano 2022-06-17 09:56:50 +02:00
parent 3fc8a0a71d
commit 4413f41b65
5 changed files with 11 additions and 21 deletions

View file

@ -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" },