Reworked flow exporters host rules

This commit is contained in:
Matteo Biscosi 2023-12-22 14:16:23 +00:00
parent 9fb6a1b2c8
commit f9d218fbab
4 changed files with 3 additions and 4 deletions

View file

@ -1888,6 +1888,7 @@ local known_parameters = {
["_"] = validateEmptyOr(validateNumber), -- jQuery nonce in ajax requests used to prevent browser caching
["__"] = validateUnquoted, -- see LDAP prefs page
["ifid"] = validateInterface, -- An ntopng interface ID
["rule_ifid"] = validateInterface, -- An ntopng interface ID
["observationPointId"] = validateNumber,
["ifname"] = validateSingleWord,
["iffilter"] = validateIfFilter, -- An interface ID or 'all'