Added filter for second host in flows (#2722)

This commit is contained in:
MatteoBiscosi 2022-05-10 12:45:44 +02:00
parent 8d5ddda7d4
commit fa0578c8a9
10 changed files with 146 additions and 42 deletions

View file

@ -1628,7 +1628,8 @@ local known_parameters = {
["stats_type"] = validateStatsType, -- A mode for historical stats queries
["alertstats_type"] = validateAlertStatsType, -- A mode for alerts stats queries
["flowhosts_type"] = validateFlowHostsType, -- A filter for local/remote hosts in each of the two directions
["status"] = validateUnquoted, -- An alert type to filter
["talking_with"] = validateHost, -- A filter for hosts in each of the two directions
["status"] = validateUnquoted, -- An alert type to filter
["enabled_status"] = validateSingleWord, -- Can be: All, Enabled, Disabled
["hash_table"] = validateSingleWord, -- An internal ntopng hash_table
["periodic_script"] = validateSingleWord, -- A script under callbacks/interface executed by ntopng