Commit graph

189 commits

Author SHA1 Message Date
Matteo Biscosi
afe48631e6 Fixes missing filter alert on remote/local host 2024-04-03 09:47:25 -04:00
Alfredo Cardigliano
eb69c20864 Debug tracing 2024-04-02 16:44:30 +02:00
Nicolo Maio
dd7b184691 Add filter for the alert description. (#7660) 2024-03-25 14:46:50 +01:00
Alfredo Cardigliano
2d22a636a7 Honour no-html flag 2024-03-04 09:49:30 +01:00
Alfredo Cardigliano
19a53092f4 Handle format=json in rest/v2/get/xxx/alert/list.lua 2024-02-28 16:14:29 +01:00
Matteo Biscosi
29a28ea203 Fixes circular dependency when filtering 2024-02-20 09:34:21 +00:00
Matteo Biscosi
e243f7c826 Fixes some lua requires 2024-02-20 08:57:48 +00:00
Nicolo Maio
55bbf18aaf Various fixes on the SNMP engaged alerts page. (#8187) 2024-01-26 16:19:38 +01:00
Nicolo Maio
2193fa286b Fix IP filter in SNMP engaged alerts explorer. (#8108) 2024-01-25 09:56:24 +01:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Matteo Biscosi
35b7ab5943 Removed duplicated field 2023-11-02 13:20:38 +00:00
Alfredo Cardigliano
4614ea3ea3 Fix comment 2023-10-16 11:46:20 +02:00
Alfredo Cardigliano
c0ec94edc6 Code rework 2023-10-04 15:16:39 +02:00
Alfredo Cardigliano
c6458dbc29 Fix flow alert queries on SQLite (#7869) 2023-10-03 15:24:35 +02:00
Alfredo Cardigliano
66648f76f5 Fix SQL error on alerts 2023-10-02 09:17:21 +02:00
Matteo Biscosi
284b040130 Fixes alert store not working 2023-09-27 16:08:13 +00:00
Matteo Biscosi
9670b4fee1 Fixes select issue 2023-09-27 11:02:40 +00:00
Matteo Biscosi
47377af96b Added total traffic column in flow alerts page (#7776) 2023-09-26 10:18:25 +00:00
Alfredo Cardigliano
72aa7b4011 Take the score into account when computing the top alerts (weighted count) 2023-08-17 09:43:05 +02:00
Alfredo Cardigliano
ca7ded97f6 Fix flow alert where clause in write mode 2023-07-26 10:12:17 +02:00
Alfredo Cardigliano
96620bfe77 Fix sort in alert custom queries 2023-07-24 15:12:27 +02:00
Alfredo Cardigliano
0883cef68d Fix count (and reported total rows) with group by on alerts 2023-07-21 17:57:06 +02:00
Alfredo Cardigliano
4215f033b3 Support fixed filters in custol alert queries 2023-07-19 09:56:35 +02:00
Alfredo Cardigliano
b71d874a4b add alert store support for custom queries 2023-07-17 14:48:18 +02:00
Alfredo Cardigliano
21616fb279 Fix Interface alerts and Network alerts description 2023-07-14 16:24:37 +02:00
Alfredo Cardigliano
ef36773a87 Use the new datatable for all alert types. Cleanup old code. 2023-07-14 09:28:01 +02:00
Alfredo Cardigliano
ec9c42f489 Fix default status for retrieved alerts (fix #7597) 2023-06-28 10:30:40 +02:00
Alfredo Cardigliano
4cfb9591c7 Support 'all' page in the alerts explorer showing historical and acknowledged alerts 2023-06-22 09:13:41 +02:00
Alfredo Cardigliano
fcdfaa04b0 Add alert category column and filter to alerts 2023-06-21 09:58:41 +02:00
Alfredo Cardigliano
11ff3db6c8 Fix query builder for snmp interface filters 2023-06-07 16:07:45 +02:00
Alfredo Cardigliano
ef22a8adc4 Fix alert type filter in alerts explorer 2023-06-01 15:09:24 +02:00
Alfredo Cardigliano
c0b6e40596 Fix alert type match with SQLite (TODO support alert_map) (#7465) 2023-05-16 09:35:47 +02:00
Matteo Biscosi
ba350292ae Fixes missing alerts_map field in alerts (#7411 #7394) 2023-04-19 09:19:10 +00:00
Matteo Biscosi
e1d0f369f7 Removed debug tprint 2023-04-17 15:52:44 +00:00
Matteo Biscosi
f9ef574c5f Fixes engaged alert rest not working properly (#7399) 2023-04-17 15:50:42 +00:00
Matteo Biscosi
f7d0f174ca Fixes not working rows number (#7385) 2023-04-11 15:10:14 +00:00
Nicolo Maio
9b1da73e4c Minor fix. (#6922) 2023-03-23 14:38:00 +00:00
Nicolo Maio
d4c67d4efc Fix sql op and add comment. (#6922) 2023-03-23 14:32:03 +00:00
Nicolo Maio
fc135e1661 Add filter on 2nd and lower flow risk.(#6922) 2023-03-23 14:08:37 +00:00
Matteo Biscosi
00e25ccd46 Added direct download with clickhouse alerts (#6852) 2023-03-21 11:21:47 +00:00
Alfredo Cardigliano
d6e926e9c9 Improve interface report 2023-02-03 15:26:42 +01:00
Alfredo Cardigliano
cbc7eadbd8 Fix engaged alerts reported in all tab 2023-02-02 11:00:47 +01:00
Alfredo Cardigliano
16748e5f03 Add global top alerts stats 2023-01-20 16:52:05 +01:00
Alfredo Cardigliano
8631013266 Restore check for engaged alerts to be displayed if started before the displayed interval 2023-01-13 18:26:42 +01:00
Alfredo Cardigliano
a9f4463f8e Add Flow Risk (Bitmap) Filter in alerts (#7077) 2023-01-02 11:15:01 +01:00
Luca Deri
4f1451c021 Handled where clause in historical queries 2022-12-29 21:44:53 +01:00
Luca Deri
587cde6f27 Firxed alert store queries when group_by is used 2022-12-28 21:23:37 +01:00
Luca Deri
d596c5ee16 Improved alert analyser 2022-12-28 18:00:57 +01:00
Alfredo Cardigliano
4feb9ef4d9 Cleanup debug print 2022-12-23 18:57:09 +01:00
Alfredo Cardigliano
bc8fb50ce7 Improve Engaged Time Report in Chart (#7066) 2022-12-23 18:55:52 +01:00