Commit graph

315 commits

Author SHA1 Message Date
Luca Deri
1f4c8212e6 Added score in hosts map 2021-03-14 23:52:40 +01:00
Timotheus Bachinger
d34eba0f77
Fix table access in REST call (#5103)
... which resulted in alert conts key not beeing transmitted
2021-03-12 17:33:46 +01:00
gabryon99
88609de875 updated style range picker and added arrow buttons 2021-03-12 11:08:15 +01:00
gabryon99
59725e0355 add a test page containing datetimepicker range 2021-03-09 13:50:15 +01:00
gabryon99
fcfba00eff add redirect url to map.lua 2021-03-08 11:29:51 +01:00
gabryon99
be38dfa71c moved map.lua under rest/v1/charts 2021-03-08 11:27:56 +01:00
Alfredo Cardigliano
e86fffcc58 Add message to restart ntopng after importing all conf. Improve max post data check. Remove unnecessary exported modules. 2021-03-08 11:14:44 +01:00
Alfredo Cardigliano
e90597f3e1 Fix export of entire configuration (#5083) 2021-03-08 09:43:25 +01:00
Luca Deri
c80dc8af00 Implemented traffic ratio in hosts map
Completed hosts map localization
2021-03-05 20:00:08 +01:00
gabryon99
9df8afc6cb refactored hosts map data provider (#5080) 2021-03-04 19:58:10 +01:00
Alfredo Cardigliano
4549dfc4ac Add logging of failure reason for import export 2021-03-03 18:02:07 +01:00
Luca Deri
97d1a12661 Removed debug trace 2021-03-02 18:47:40 +01:00
Luca Deri
b47a801447 JA3 TLS fingerprints are not based on AJAX 2021-03-02 18:44:40 +01:00
Simone Mainardi
3659188002 Simplifies widgets backend 2021-03-02 15:06:20 +01:00
Simone Mainardi
174cedcb95 extends get/alert/ts.lua to retrieve per-host counters 2021-03-02 09:03:05 +01:00
Alfredo Cardigliano
fa311e3ade Rework user script working sets (a single configset is supported now) 2021-03-01 15:37:45 +01:00
Simone Mainardi
9ae7f01ccc Fixes REST ts.lua returning errors with just no data available
Fixes #5061
2021-03-01 13:03:53 +01:00
Simone Mainardi
4becc28029 Fixes alert ts shifted by 1-h due to Lua arrays indexed from 1
Fixes #5072
2021-03-01 12:58:19 +01:00
Matteo Biscosi
6a32b6ca6d Changed exclude alert path 2021-02-17 18:25:21 +01:00
Matteo Biscosi
8b890a4411 Implemented filter alert params check done in Ajax 2021-02-17 18:14:33 +01:00
Simone Mainardi
fc2be1fb40 Adds REST API and doc for broadcast domains (necessary for tests) 2021-02-08 18:58:17 +01:00
Simone Mainardi
069148753a Implements heatmap widget 2021-01-26 17:53:39 +01:00
Simone Mainardi
99edf545e5 Implements ability to aggregate widgets data 2021-01-20 16:24:02 +01:00
Simone Mainardi
0e9f848788 Cleanup widgets code 2021-01-20 16:12:33 +01:00
Simone Mainardi
c4172a8e51 Reworks widgets data structure and response 2021-01-20 16:01:57 +01:00
Simone Mainardi
727a5d56fc Implements ability to consolidate widgets (slices and values) 2021-01-18 18:46:04 +01:00
Simone Mainardi
38037c29f5 Returns sorted bins in packet_distro interface datasource 2021-01-18 15:22:22 +01:00
Simone Mainardi
d65f7dc126 Adds url with formatted params in widgets
Addresses #4915
2021-01-15 16:28:49 +01:00
Simone Mainardi
46e3c10c36 Typos 2021-01-11 14:38:02 +01:00
Simone Mainardi
ea8f25da9a Minor cleanup 2021-01-07 14:46:14 +01:00
Simone Mainardi
013122482d Handles REST responses when require ing datasource classes 2021-01-07 14:41:47 +01:00
Simone Mainardi
d902000d67 Implements widgets with multiple datasources (fetch + rest) 2021-01-05 20:55:33 +01:00
Simone Mainardi
414bedf645 Adds params parsing to datasource classes 2021-01-05 18:32:45 +01:00
Simone Mainardi
b670ab1d59 Initial rework of widget datasources and transformations 2021-01-05 12:34:04 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Simone Mainardi
9e7340c16a Implements alerts export to file
Implements #4769
2020-12-31 14:01:18 +01:00
Luca Deri
93dcb0ec74 Return not found when failing not because of an error but because the TS does not exist 2020-12-26 10:48:23 +01:00
gabryon99
35ef4da8d4 fixed pie charts and added spinner for the geomap (#4641) 2020-12-24 16:18:15 +01:00
Simone Mainardi
f839b6ba76 Removes flow_consts requires no longer necessary 2020-12-22 18:06:50 +01:00
Simone Mainardi
1a71ba4f5f Removes remote assistance
Fixes #4785
2020-12-17 19:41:37 +01:00
gabryon99
37c2811a46 improvement ons pie charts under application tab (interface) 2020-12-16 21:05:58 +01:00
Simone Mainardi
d13997e120 Migrates the UI to use rest/v1/get/timeseries/ts.lua 2020-12-09 18:25:15 +01:00
matteo
a8cd70e0e5 Fixed #4730 Reset list of learnt MAC addresses 2020-12-09 17:18:35 +01:00
Matteo Biscosi
2dfa67e914
Added POST regarding too_many_hosts/flows alert 2020-12-09 13:10:39 +01:00
Simone Mainardi
b3dc39c641 Refactors alert_severities into an independend Lua module 2020-11-30 15:28:17 +01:00
Simone Mainardi
d21fe7d6e1 Cleanup of unused volatile members 2020-11-26 18:50:19 +01:00
gabryon99
9d8fded73c improved page layouts and added stats_utils for pie charts (#4653) 2020-11-26 16:56:46 +01:00
gabryon99
15772bd0fe refactor for endpoints and recipients (#4707) 2020-11-25 16:25:55 +01:00
Alfredo Cardigliano
8e62a71eee Rename system_utils.lua -> cpu_utils.lua to avoid confusion 2020-11-17 12:41:06 +01:00
gabryon99
e58f2193aa add insfrastructure dashboard (#4056) 2020-11-17 10:40:22 +01:00