Simone Mainardi
0d39732d1c
Implements telemetry for alter filters
2021-02-17 12:08:40 +01:00
Matteo Biscosi
714d479d41
Fixes user script disabled after adding a new alert to exclude
2021-02-17 11:46:45 +01:00
Matteo Biscosi
f0f8e51169
Fixes user script config not updating
2021-02-16 19:19:55 +01:00
Simone Mainardi
87249b44b0
Fixes user script filters not preserved after restart
2021-02-16 18:36:55 +01:00
Matteo Biscosi
1d86817246
Fixes user script exclusion list not working
2021-02-16 17:55:01 +01:00
Matteo Biscosi
161ca6afc5
Removed unused exclusion alert field
2021-02-16 17:04:40 +01:00
Matteo Biscosi
e99e5a923d
Fixed error in user_scripts.lua
2021-02-16 16:40:48 +01:00
Matteo Biscosi
51956c4167
Removed merge errors in user_scripts.lua
2021-02-16 16:31:05 +01:00
Simone Mainardi
209a9be5e6
Implements info-based flow alert exclusion filters
2021-02-16 16:22:06 +01:00
Matteo Biscosi
12cd9069d1
Implements l7 category and dns request added to exclusion alerts
...
Implements #4942
2021-02-16 16:05:16 +01:00
Simone Mainardi
f4dff6f2e7
Implements risk-based filtering of flow alerts
2021-02-16 15:25:20 +01:00
Matteo Biscosi
370ed8a475
Fixes alert exclude button not showing
2021-02-16 11:43:08 +01:00
Alfredo Cardigliano
e557a38ba4
Fix nil access
2021-02-15 14:43:59 +01:00
Matteo Biscosi
dffb8cedc5
Fixed exclusion list purged after startup
2021-02-15 12:37:23 +01:00
Simone Mainardi
7e1a3ef51f
Implements CIDR-matching of flow exclusion list rules
2021-02-12 17:24:26 +01:00
Simone Mainardi
6d651f0661
mplements layer-4 protocol as filter for flow user scripts
2021-02-12 16:25:45 +01:00
Simone Mainardi
c0ee292530
Implements l7_proto as filter for flow user scripts
2021-02-12 16:08:27 +01:00
Simone Mainardi
8e271e29a4
Reworks user script exclusion lists matching functions
2021-02-12 15:43:48 +01:00
Simone Mainardi
84ac0f4dfc
Implements filtering of flow user scripts
2021-02-12 12:56:06 +01:00
Matteo Biscosi
edc1e16b7e
Removed message when trying to exclude two identical alerts
2021-02-12 11:44:36 +01:00
Matteo Biscosi
c77c689f94
Removed spaces by js when adding a new alert filter
2021-02-12 11:29:59 +01:00
Matteo Biscosi
59818f5540
Changed filters table path and Fixes reset script values
2021-02-12 10:59:16 +01:00
Simone Mainardi
211d678bd5
Implements user script filters getter
2021-02-12 09:53:10 +01:00
Simone Mainardi
fefc3c39b0
Reworks user script filters lint and functions
2021-02-11 17:59:35 +01:00
Matteo Biscosi
138f712591
Fixed exclusion list not updated
2021-02-11 17:41:46 +01:00
Matteo Biscosi
d6d0780507
Implements add the ability to suppress specific alerts
...
Implements #4942
2021-02-11 17:13:07 +01:00
Matteo Biscosi
769658268f
Implements add the ability to suppress specific alerts
...
Implements #4942
Partially implemented alerts exclusion list
Added User Script exclusion list to settings
Implements add the ability to suppress specific alerts
Implements #4942
2021-02-10 15:35:54 +01:00
Simone Mainardi
146b8fc1b0
Adds skeleton for alerts exclusion lists
...
Addresses #4942
2021-02-05 09:41:50 +01:00
Matteo Biscosi
76765da78b
Implements #4984 core Internet resources misuse script
2021-01-29 18:15:06 +01:00
gabryon99
9e5c245d7d
removed unecessary tprint
2021-01-28 10:08:34 +01:00
gabryon99
26de36685a
add select severity to user scripts ( #4919 )
2021-01-28 10:08:06 +01:00
Matteo Biscosi
2512beb34f
Update user_scripts.lua
2021-01-27 16:02:56 +01:00
gabryon99
aa45a8d64e
add severity select for scripts config modal ( #4919 )
2021-01-27 14:49:00 +01:00
Matteo Biscosi
10fb8bbecc
Implements #4919 custom alert severity
2021-01-27 12:29:19 +01:00
Luca Deri
a1178a0791
Updated (C)
2021-01-02 12:08:23 +01:00
Simone Mainardi
5c0c23feb6
Fixes execution of periodicUpdate flow callback
...
Fixes #4687
2020-11-06 18:17:54 +01:00
gabryon99
cf16003826
add notification for unexpected plugins ( #4659 )
2020-11-02 11:42:30 +01:00
Simone Mainardi
c947265462
Avoids accessing empty configurations (new user scripts)
2020-10-30 08:52:40 +01:00
Simone Mainardi
0369ac5e72
Adds traces for Xv
2020-10-30 08:35:30 +01:00
Simone Mainardi
0361391646
Implements endpoint to toggle all user scripts
...
Implements #4500
2020-10-06 14:42:29 +02:00
Alfredo Cardigliano
b98ab627c4
Implement pool import with configset and recipient IDs remapping ( #4475 )
2020-10-02 16:00:12 +02:00
gabryon99
7c15ebd60b
moved flow tab in scripts_config
2020-09-25 18:33:15 +02:00
Luca Deri
55d8e299fa
Cleanued up code for flow score
2020-09-23 10:51:36 +02:00
Luca Deri
6589b1e9b3
Fixed startup error when ntopng starts from a clean configuration
2020-09-22 10:48:50 +02:00
Simone Mainardi
3ad4522e45
Implements additional plugin hooks
...
The following plugin hooks have been implemented
onEnable(hook, hook_config)
onDisable(hook, hook_config)
onUpdateConfig(hook, hook_config)
onLoad(hook, hook_config)
onUnload(hook, hook_config)
Documentation is part of the commit.
Implements #4451
Implements #4453
Implements #4454
Implements #4455
2020-09-21 18:25:14 +02:00
Alfredo Cardigliano
f83ccb70d5
Add external alert check on flow end event. Remove *if* preventing external alerts from being triggered.
2020-09-21 16:12:36 +02:00
Simone Mainardi
304c5404f2
Implement additional plugin hook script.onUpdateConfig
...
Implements #4451
2020-09-20 13:19:36 +02:00
Simone Mainardi
65484afb6c
User script categories id assignment fixes
2020-09-18 19:23:15 +02:00
Simone Mainardi
9341a43809
Adds user scripts categories mapping in C
2020-09-16 16:47:09 +02:00
Simone Mainardi
09c33b57f7
Adds user script category ids
2020-09-15 18:41:02 +02:00