Commit graph

51 commits

Author SHA1 Message Date
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Luca Deri
3fc883df5b Fixes blacklist count for #8078 2023-12-07 17:37:56 +01:00
Luca Deri
708a78ed50 Updated (C) 2023-11-09 11:58:49 +01:00
Luca Deri
bc221c29ab Minor changes 2023-09-25 22:05:45 +02:00
Matteo Biscosi
07b1ad6ef8 Added IP@VLAN sorting in lua (#7642) 2023-07-12 15:10:39 +00:00
Nicolo Maio
33cd58af41 Add ja3 to search. (#6813) 2023-03-21 11:36:40 +00:00
Nicolo Maio
e38b7f2098 Adding community_id to search. (#6813) 2023-03-21 09:50:44 +00:00
Alfredo Cardigliano
6b6e7dea54 Disable trace on nil table in table.len 2023-02-24 17:55:59 +01:00
Alfredo Cardigliano
9886b3c18f Add type check on table.len 2023-02-24 10:07:26 +01:00
Alfredo Cardigliano
363b48d7ae Accept CIDR in IP filters 2023-02-01 15:43:55 +01:00
Alfredo Cardigliano
63074fd0df Support VLAN in cidr filters 2023-01-30 17:50:17 +01:00
Alfredo Cardigliano
3a36fb9ba3 Add CIDR support in Historical Flows 2023-01-25 14:38:50 +01:00
Alfredo Cardigliano
b337aa51d5 Print trace back on bad split call before crashing 2022-12-22 12:36:59 -05:00
Luca Deri
db5bab9fbb VLAN fix 2022-09-14 20:00:53 +02:00
Luca Deri
cec7592305 Added vlandId in assets 2022-09-14 00:35:22 +02:00
Luca Deri
dbf6e0b531 function fix 2022-09-04 11:56:29 +02:00
Luca Deri
a402867365 Reworked lua_utils splitting GUI components on a separate file 2022-09-03 10:06:41 +02:00
Luca Deri
bbae6c3782 Added tracing code 2022-08-30 00:07:16 +02:00
Alfredo Cardigliano
29c0ba4594 Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done. 2022-02-18 11:45:16 +01:00
Alfredo Cardigliano
1dff8975d3 Move tag filters info 2022-02-15 11:05:21 +01:00
Alfredo Cardigliano
4faa7e44f5 Return on bad types 2022-01-28 11:31:56 +01:00
Alfredo Cardigliano
902941fc92 Strenghten asc and rev functions 2022-01-28 11:31:07 +01:00
Luca Deri
bbd5470784 Added check 2021-11-23 12:06:38 +01:00
Simone Mainardi
5502f3fc2e Fixes field 'empty' is not callable (a nil value)
Partially addresses #5965
2021-10-11 15:34:40 +02:00
Simone Mainardi
0f5340e1a3 (C) update 2021-05-31 12:39:02 +02:00
Simone Mainardi
99edd3d560 Implements function to check SNMP OIDs prefixes 2020-12-24 12:55:12 +01:00
Simone Mainardi
e831102828 Implements lua pairsByDottedDecimalKeys sorter 2020-12-02 14:29:00 +01:00
emanuele-f
340462ad73 Cleanup of the timeseries ring and NetworkInterfaceTsPoint 2020-05-20 15:18:03 +02:00
gabryon99
6d66d9e744 fixed issue #3638 2020-03-26 17:21:39 +01:00
gabryon99
fcdeeb7b07 moved manage data buttons for system, ticket #3484 2020-03-10 13:05:31 +01:00
Simone Mainardi
918ab6283c Fixes RRD points always written as integers without decimals
Fixes #3465
2020-02-28 10:56:13 +01:00
emanuele-f
03e3613e7e Fix IPv6 validator 2019-12-30 15:44:47 +01:00
emanuele-f
3ba5dcd003 Add string to number conversion in tolongint 2019-11-19 14:09:21 +01:00
emanuele-f
ac0c20441f Add type check in tolongint 2019-11-19 11:17:41 +01:00
emanuele-f
b2a6588ad5 Add check for big/small number in integer conversion 2019-11-18 17:43:04 +01:00
Alfredo Cardigliano
d835425b89 Added traceback when calling tolongint with math.inf to debug rrd module 2019-10-21 16:33:06 +02:00
emanuele-f
d7632494dd Fix additional point in past series 2019-09-20 18:49:28 +02:00
emanuele-f
ecdf88b8a0 Host alerts migration to new api 2019-07-09 18:50:45 +02:00
emanuele-f
0748ef191d Initial system interface data delete 2019-07-04 11:09:33 +02:00
emanuele-f
aa739268f7 Fix UDP unicast serialization and add check on tolongint of NaN 2019-06-20 14:56:36 +02:00
emanuele-f
cfa9986671 Implement InfluxDB export statistics 2019-06-10 15:52:06 +02:00
Luca
b9cba0e04f Bound fingerprint to application name 2019-05-14 10:17:16 +02:00
emanuele-f
a650f3f27e Fix error with floating point numbers 2018-12-19 17:13:43 +01:00
emanuele-f
f65c618b3f Move user group information into the session
This fixes issues and inconsistencies when the same user logins from different authenticators at the same time
Fixes #2212
2018-12-11 18:44:34 +01:00
emanuele-f
9a506c69c3 Fix traffic extraction jobs pagination 2018-11-13 20:25:39 +01:00
emanuele-f
f82a8e9767 Return 0 filled points instead of nil when no data is available on InfluxDB
This behaviour makes InfluxDB consistent with the RRD driver
2018-10-01 10:49:51 +02:00
emanuele-f
ffe2c629bc Implement timeseries cleanup
Closes #1940
2018-09-11 17:16:56 +02:00
emanuele-f
d4ea15619f Add support for InfluxDB authentication 2018-08-13 14:36:06 +02:00
Luca Deri
203404df5b Added changes to seamlessly use LuaJIT (default) or the standard (non JIT) Lua 2018-06-12 23:05:30 +02:00
emanuele-f
bbfb40cc9f Add user members management page in nedge 2018-06-06 20:11:47 +02:00