Commit graph

77 commits

Author SHA1 Message Date
Matteo Biscosi
be34c88fe4 Fixes historical flow chart not updating with empty values (#9841) 2025-11-24 10:31:50 +01:00
Matteo Biscosi
252ce2a018 Removed pre nat info 2025-10-01 16:27:08 +02:00
Matteo Biscosi
8a2ecd74cd Fixes flow historical filters 2025-09-18 16:38:33 +02:00
Matteo Biscosi
7e75e7506c Fixes search on protocols info field and added verdict 2025-08-28 11:59:38 +02:00
Matteo Biscosi
67373728fc Partially fixes slider css 2025-07-30 17:45:59 +02:00
GabrieleDeri
b11174ce5f
Added historical flow export selection in csv download #9414 (#9416)
* Sankey added node drag and fixed resize crashing browser

* Add select export historical columns
2025-07-22 12:34:07 +02:00
Alfredo Cardigliano
18fa13503d Align picker 2025-07-18 11:58:52 +02:00
Alfredo Cardigliano
f109f4b1f9 Add CustomSwitch vue component. Change hourly toggle. 2025-07-18 11:45:14 +02:00
Matteo Biscosi
405b0e6dcc Added loading to various pages 2025-07-16 17:39:55 +02:00
GabrieleDeri
aeb43d843b
Added formatter function to improve time readability in js (#9341) 2025-07-03 16:46:31 +02:00
Matteo Biscosi
4e31f600f6 Revert "Added Vite to frontend builds"
This reverts commit 2b5d2d7949.
2025-05-22 15:32:21 +02:00
Matteo Biscosi
2b5d2d7949 Added Vite to frontend builds 2025-05-22 13:09:57 +02:00
Matteo Biscosi
d81cba6c19 Fixes disabled button not working 2025-05-21 17:11:17 +02:00
Matteo Biscosi
21958254c9 Added default count to historical flows chart 2025-05-19 11:43:12 +02:00
Matteo Biscosi
cd869c8128 Added support to heatmap 2025-05-19 11:10:27 +02:00
Matteo Biscosi
2ec4952c06 Fixes link to flows from historical page and errors on opening a dropdown 2025-05-15 11:48:47 +02:00
Matteo Biscosi
76972653e3 Fixes historical charts not correctly working 2025-04-18 16:44:57 +02:00
Alfredo Cardigliano
86a35a1494 Fix filters from fingerprint custom queries 2025-03-12 18:17:28 +01:00
Matteo Biscosi
93d7557daf Moved qoe score to enterprise L version 2025-02-25 14:06:33 +01:00
Matteo Biscosi
a1d70927eb Added qoe labels to historical 2025-02-25 12:05:49 +01:00
Matteo Biscosi
18d75b1450 Added No ASN label 2024-12-23 10:16:34 +01:00
Matteo Biscosi
79d683b0bc Unified function to print <1 in historical tops 2024-11-29 16:07:35 +01:00
Matteo Biscosi
b33cd7f697 Removed duplicated help link (#8799) 2024-11-12 10:26:48 +01:00
Matteo Biscosi
d5097ad8ef Fixes various issues 2024-10-22 11:55:42 +02:00
Alfredo Cardigliano
493f97fb98 Add first/last seen epoch to historical flows. Fix pcap download check (dynamic check on rows now) 2024-10-21 11:50:05 +02:00
Matteo Biscosi
e48cc134ab Fixes incorrect links (#8676) 2024-09-04 10:41:05 +02:00
DGabri
7fed3db2aa Removed unnecessary console log 2024-07-24 16:00:51 +02:00
Alfredo Cardigliano
a2c60c14eb Implement historical flows replay to a virtual interface 2024-07-09 08:47:17 +00:00
GabrieleDeri
e411389eb2
Fixed #8492, removed unused formatting function in lua (#8494)
Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-07-04 16:51:52 +02:00
Matteo Biscosi
fd9bfe0afb Fixes top menu in Historical DB 2024-07-03 16:11:25 +02:00
Nicolo Maio
74ec6975b4 Add flow and host remediation. 2024-05-16 11:47:29 +02:00
Matteo Biscosi
d795bf3474 Added NAT info in clickhouse (#8384) 2024-05-10 10:22:55 -04:00
Matteo Biscosi
44196a5d63 Fixes link disabled not working (#8329) 2024-05-08 10:39:36 -04:00
Nicolo Maio
050b07dd62 Rename props. (#8329) 2024-05-08 11:13:24 +02:00
Nicolo Maio
0a695c6dae Fixing pcap download. (#8329) 2024-05-08 11:11:22 +02:00
Nicolo Maio
7b45979758 Fix connection states issues (#8250) 2024-02-29 12:41:45 +01:00
Matteo Biscosi
c3a8896ac6 Make thpt chart in historical page as default (#8249) 2024-02-29 04:11:54 -05:00
Matteo Biscosi
97d2b8ed72 Added thpt chart to historical flows (#8249) 2024-02-28 12:25:55 -05:00
Nicolò Maio
2d150103b7
Add TCP flow connection state (#8210)
* Add TCP flow connection state (#8140)

* Add Major and Minor connection states (#8140)

* Remove ZMQ connection state parsing. (#8140)

* Update doc with major and minor conn states. (#8140)
2024-02-28 14:45:49 +01:00
Matteo Biscosi
07208801e8 Fixes duplicated columns in select fields 2024-02-09 10:21:13 +00:00
Lorenzo Vannucci
0023a7ee94 Fix display column name in flows chart 2023-12-15 11:21:34 +01:00
Lorenzo Vannucci
692c1d4d4a Implement Top 10 Historical Aggregation Charts #7994; fix chart dimension and chart aggregated type 2023-11-30 10:54:55 +01:00
Lorenzo Vannucci
82671f7425 Update dist: Implement Top 10 Historical Aggregation Charts #7994; fix chart dimension 2023-11-29 14:47:33 +01:00
Lorenzo Vannucci
894d563ceb Implement Top 10 Historical Aggregation Charts #7994; fix unit_measure on flow historical page chart 2023-11-29 14:28:49 +01:00
Alfredo Cardigliano
174c9a0dec Enable topk-timeseries chart for all custom queries with no chart defined 2023-11-24 16:14:30 +01:00
Lorenzo Vannucci
d6bacdd1bb Implement Top 10 Historical Aggregation Charts #7994 2023-11-24 10:37:55 +01:00
Nicolo Maio
ef2ea00ef8 Fix invalid aggregated parameter in historical flows page. 2023-09-15 15:52:43 +02:00
Alfredo Cardigliano
bbf390e167 Add asn mapping function 2023-08-02 19:21:49 +02:00
Matteo Biscosi
8657a7f3ab Fixes dropdown fully covering div 2023-07-12 16:41:12 +00:00
Nicolo Maio
b21c962fee Fix visibile columns and permanent link copy. (#7644) 2023-07-10 14:04:35 +00:00