mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added link to historical data from live flows
This commit is contained in:
parent
736d38d8dd
commit
6e3a454307
5 changed files with 48 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ if not isEmptyString(host) then
|
|||
end
|
||||
|
||||
local throughput_type = getThroughputType()
|
||||
local ifid = interface.getId()
|
||||
local flows_filter = getFlowsFilter()
|
||||
|
||||
local mapping_column_lua_c = {
|
||||
|
|
@ -237,6 +238,7 @@ for _, value in ipairs(flows_stats.flows) do
|
|||
record["periodic_flow"] = value.periodic_flow
|
||||
record["client"] = client
|
||||
record["server"] = server
|
||||
record["ifid"] = ifid
|
||||
if value.score then
|
||||
record["score"] = value.score.flow_score
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue