Added optional first seen to flow table

This commit is contained in:
MatteoBiscosi 2021-10-07 10:56:19 +02:00
parent aff1723fcb
commit 4ad3463384
9 changed files with 152 additions and 75 deletions

View file

@ -195,6 +195,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
end
end
record["column_first_seen"] = formatEpoch(value["seen.first"])
record["column_last_seen"] = formatEpoch(value["seen.last"])
if(value["client_tcp_info"] ~= nil) then