Commit graph

115 commits

Author SHA1 Message Date
Luca Deri
54f8e335a5 Changed flow column sort, and alert icon position (after L4 protocol) 2022-08-02 22:22:19 +02:00
MatteoBiscosi
56d941f4fa Partially fixes (#6790) 2022-07-22 13:25:31 +02:00
MatteoBiscosi
745ee3dd97 Added flow idle timeout description (#6769) 2022-07-08 12:08:21 +02:00
uccidibuti
6202461f55 Improve Exporter IP Flow Layout #6475 2022-03-28 18:01:27 +02:00
uccidibuti
d70ac5d977 fix live flows Device ip 2022-03-26 00:38:35 +01:00
uccidibuti
906eeb0fbd Traffic report per "flow exporter" #6278 2022-03-25 21:50:49 +01:00
MatteoBiscosi
ef86a08137 Removed unused variables 2022-03-14 17:06:44 +01:00
Alfredo Cardigliano
31386f1cfe Rework historical data pages location 2022-02-28 12:31:48 +01:00
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Alfredo Cardigliano
0893f928ad Fix host pools stats 2021-12-29 10:10:30 +01:00
MatteoBiscosi
4ad3463384 Added optional first seen to flow table 2021-10-07 10:56:43 +02:00
MatteoBiscosi
f263fffd6e Added extra space in filter flows stats (#5813) 2021-08-30 10:35:31 +02:00
Simone Mainardi
83ee68f19b Fixes interface selection causing view flows not refreshed 2021-07-14 11:33:20 +02:00
Simone Mainardi
b117e8a23a Adds new REST API v2/
Addresses #5269
2021-07-08 09:57:46 +02:00
Matteo Biscosi
40e7427f82 Added pref for timestamp column in flow tables (#5392) 2021-06-04 17:38:22 +02:00
Matteo Biscosi
217b9eda33 Added Last Seen column to flow stats (#5392) 2021-06-01 17:49:59 +02:00
Matteo Biscosi
66586dc75f Removed filtered traffic chart, except for application filter (#5195) 2021-05-31 17:28:47 +02:00
Luca Deri
d81d8a3295 Fixes bug that precvented session key to work when multiple ntopng instances are started per host 2021-05-21 23:29:15 +02:00
Simone Mainardi
1dce9e5842 Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist

Adds bootstrap-5.0.0

Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist

initial migration to bs v5

porting to bs5

improvements on dropdown menu filter

fixed host map dropdown

removed excessive padding

fix button toggle

re-add blog news

removed text decoration for links

fix button layout (#5348)

remove underscore from href (#5347)
2021-05-18 11:39:59 +02:00
Matteo Biscosi
e39f265f93 Fixes not correctly shown Thpt and improved performancies
Implements #5195
2021-04-23 11:19:28 +02:00
gabryon99
d9e8495797 fix for span display 2021-04-21 12:05:35 +02:00
Matteo Biscosi
7e33c1e0cc Moved the filtered stats label 2021-04-21 11:34:31 +02:00
Matteo Biscosi
11b33ce7f5 Added total bytes and throughput to flow view when filtered
Implements #4970
2021-04-16 18:13:35 +02:00
gabryon99
d20b1e4739 implemented stub for the new alerts page 2021-04-07 12:53:07 +02:00
Luca Deri
fe74fb4f14 Fixed traffic stats chart in flows 2021-04-01 13:50:11 +02:00
Matteo Biscosi
aa565a3c41 Added throughput chart into filtered flow page 2021-04-01 11:51:58 +02:00
Simone Mainardi
f61ffc045b Merge branch 'c-user-scripts' into dev 2021-03-22 10:36:13 +01:00
Simone Mainardi
aea9138bfb Implements flow callbacks and alerts in C++ 2021-03-22 09:51:36 +01:00
Matteo Biscosi
6c8258fa06 Implements pool filter or selection on the flow page
Implements #4950
2021-03-03 11:57:25 +01:00
Matteo Biscosi
f7f27dd503 Implements #4933 possibility to filter out flows with DSCP 2021-01-28 11:03:56 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
gabryon99
e35100f25c removed table responsive wrapper (#4798) 2020-12-28 18:41:21 +01:00
gabryon99
1c73df18db add table-responsive class (#4692) 2020-11-09 17:05:36 +01:00
Simone Mainardi
a2705a8bda Implements header and drilldown of flow status severities 2020-10-19 19:26:30 +02:00
Luca Deri
a041bb52c0 Reworked port drill down support 2020-06-01 11:52:41 +02:00
Simone Mainardi
9b5013cf4d Reconciles flows page description
Fixes #3781
2020-04-16 21:27:05 +02:00
Simone Mainardi
3744ace4f8 Refactors graph_utils and nv_graph_utils
Addresses #3720

Refactor: create module graph_utils

Refactor: get_timeseries_layout

Refactor: get_default_timeseries

Refactor: getDeviceCommonTimeseries

Refactor: printCategoryDropdownButton

Refactor: printPoolChangeDropdown

Refactor: poolDropdown

Refactor: printProtocolQuota

Refactor: printGraphTopFlows

Refactor: drawGraphs

Refactor: printNotes

Refactor: getMinZoomResolution

Refactor: printSeries

Refactor: zoom_vals

Refactor: getZoomDuration

Refactor: getZoomAtPos

Refactor: stackedProgressBars

Refactor: percentageBar

Refactor: breakdownBar

Refactor: getProtoVolume

Refactor: normalizeSeriesPoints

Refactor: nv_graph_utils

Refactor: extendLabels

Refactor: getAlertGraphLink

Refactor: performCustomQuery

Refactor: drawProGraph

Refactor: unifies nv_graph_utils and graph_utils
2020-04-10 09:47:32 +02:00
emanuele-f
d0ba121a5e Rework flows table update
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.

Closes #3660
2020-04-07 16:56:14 +02:00
gabryon99
792a542c41 added print_page_title on each page 2020-04-06 10:35:57 +02:00
gabryon99
ce0e3d2d11 fix for system view 2020-03-24 12:39:08 +01:00
gabryon99
7479582210 fix system view and add rtt host from host_details 2020-03-23 17:38:22 +01:00
emanuele-f
962421be56 Add support for Japanese languange in nEdge 2020-02-13 16:10:18 +01:00
emanuele-f
4f6788fb58 New page_utils api to handle sidebar subitems selection 2020-01-30 11:53:13 +01:00
Simone Mainardi
38facb051a Adds sortable Score column to flows list 2020-01-16 17:09:46 +01:00
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
Simone Mainardi
7402bbdd14 FontAwesome 5 migration 2019-12-09 15:11:37 +01:00
Luca Deri
4204fa208d Minor changes 2019-12-06 19:51:26 +01:00
emanuele-f
76812f42af Add priority column in status overview 2019-10-22 19:52:05 +02:00
Simone Mainardi
74c896ae73 Fixes validation error
Fixes #2964
2019-10-22 14:56:22 +02:00
Simone Mainardi
6fd7386c03 Fixes possible collisions when looking up flows by key 2019-10-16 19:04:10 +02:00