Commit graph

729 commits

Author SHA1 Message Date
uccidibuti
e44e9b04d9 fix: Avoid redundant labels #7043 ; add new timeseries page in observation point 2022-12-21 06:57:47 +01:00
Luca Deri
792e79a429 Added ability to query alerts from Python 2022-12-16 14:01:51 +01:00
Luca Deri
d101179069 Added historical_flows_query_example.py sample application
Improved documentation
Added group_by/order_by to flow query
2022-12-12 12:15:34 +01:00
uccidibuti
af83e1eb3b Add new timeseries in snmp_interface_details.lua 2022-12-06 13:41:24 +01:00
Luca Deri
c780b91664 Initial work towards a Python API for ntopng 2022-12-02 19:48:18 +01:00
Luca Deri
d8769f866b Implements #6994 (Add support for Radius User Capabilities)
Removed /metrics URL leftover
2022-12-01 22:18:48 +01:00
MatteoBiscosi
48c4398f00 Fixes no data found message and added flows type dropdown (#6993) 2022-11-30 12:12:19 +01:00
MatteoBiscosi
63aacc9ec9 Fixes incorrect flow alert key 2022-11-28 12:09:51 +01:00
MatteoBiscosi
90db11c6cb Added Host Rules page 2022-11-25 16:14:09 +01:00
Matteo Biscosi
0f51b329b0 Added support to multi LAN and fixes DHCP service error 2022-11-10 17:50:27 +01:00
uccidibuti
9c004f1ab7 Restyle timeseries: restyle consts.lua; add new network_details page; restyle page-stats props 2022-11-07 16:23:40 +01:00
MatteoBiscosi
1d2bd8de20 Fixes wrong traffic disaggregation renaming #6957 2022-11-07 11:56:41 +01:00
Luca
686112d3eb Initial implementation of host check rules. This is work in progress and ** subject to change **
Under the network interface -> Wheel there's a new field named "JSON Host Rules"
that can accept JSON in the format below:

- target can be * (= all local hosts) or a specific IP address
- frequency can be hourly or daily and it specifies the timeperiod on which the condition is evaluated
- metric can be set to bytes, score or a L7 protocol supported in nDPI
- threshold is the numerical value over which the alert is triggered

[
{ "target": "*",  "frequency": "hourly", "metric": "bytes",  "threshold": 354333 },
{"target": "146.48.56.79","metric": "AmazonAWS","frequency": "daily","threshold": 5000 }
]
2022-11-02 19:00:45 +01:00
MatteoBiscosi
692ae0bfcc Added critical and emergency status to alerts 2022-10-19 10:18:51 +02:00
Alfredo Cardigliano
6fcbcdd036 Accepts addresses with no profix or no vlan in lua/admin/manage_pool_members.lua 2022-10-17 17:06:22 +02:00
Luca Deri
fadd612d14 Implemented support of host filtering with TX traffic sent 2022-10-15 12:44:20 +02:00
Luca Deri
961b8e7e26 Implemented display of hists with no TX traffic 2022-10-10 23:15:14 +02:00
Matteo Biscosi
47339bd34c Added VLAN and multiwan support to nedge 2022-10-03 17:05:59 +02:00
Alfredo Cardigliano
a463ff59f8 Add entity based filter in Recipient configuration 2022-09-30 09:26:34 +02:00
MatteoBiscosi
f3c38ec2e6 Added devices learning period (#6856) 2022-09-19 17:11:10 +02:00
Alfredo Cardigliano
6ddaa8dce0 Example fix 2022-09-16 11:14:17 +02:00
Luca Deri
4ad109a7c0 Added the ability to analyze a pcap without creating a new interface 2022-09-15 00:35:56 +02:00
MatteoBiscosi
c82a6dfdf8 Added top application table in Interface charts 2022-09-09 13:24:43 +02:00
uccidibuti
56cc31c866 restyle timeseries: implemented url status 2022-09-08 11:07:28 +02:00
Luca Deri
fa51a2b4e8 Added the ability to upload a pcap file for analysis 2022-09-08 00:46:24 +02:00
MatteoBiscosi
995ea9cde8 Removed unused import and added missing import 2022-09-05 11:41:21 +02:00
Luca
49bdd32ce0 Reworked lua code 2022-08-30 19:32:05 +02:00
MatteoBiscosi
745f69854f Extended host lint 2022-08-22 18:41:01 +02:00
Alfredo Cardigliano
fa68eadef0 Add supprot for filtering alerts on probe ip and interface (#6809) 2022-08-22 16:39:35 +02:00
Luca Deri
be0847963d Asset changes 2022-08-19 19:42:57 +02:00
MatteoBiscosi
1775233197 Updated device connection alert (#6801) 2022-08-08 11:37:33 +02:00
MatteoBiscosi
d6471d8dac Added device connection/disconnection alert (#6801) 2022-08-05 10:46:18 +02:00
MatteoBiscosi
56d941f4fa Partially fixes (#6790) 2022-07-22 13:25:31 +02:00
uccidibuti
ee39a58481 Add Get Permanent Filters #6172 2022-07-13 13:38:15 +02:00
MatteoBiscosi
8dad513a4e Removed telemetry 2022-07-05 15:17:13 +02:00
Alfredo Cardigliano
bebb1e9219 Cleanup excluded hosts from checks configuration 2022-07-04 18:33:27 +02:00
MatteoBiscosi
bf080c9407 Implement network matrix (#6679) 2022-06-30 10:47:30 +02:00
MatteoBiscosi
38cf16b772 Added support to dot terminating character to usernames 2022-06-28 15:27:06 +02:00
MatteoBiscosi
a34164bf67 Added ELK dump frequency to settings (#6725) 2022-06-27 16:51:14 +02:00
Alfredo Cardigliano
e1ac8e29ed Allow quotes in issuerDN 2022-06-20 09:51:40 +02:00
Alfredo Cardigliano
27abbe4448 Use github.com for connectivity check. Add pref to configure the url. 2022-06-14 11:18:54 +02:00
Alfredo Cardigliano
80210f92ae Tags cleanup. Lint update. 2022-06-09 17:12:17 +02:00
MatteoBiscosi
2885659195 Added traffic direction and remove cli and srv location (#6665) 2022-06-08 13:44:23 +02:00
MatteoBiscosi
b40d26f2e8 Changed confidence from string to number 2022-06-07 17:59:42 +02:00
MatteoBiscosi
9bdded81e8 Added confidence filter 2022-06-07 13:33:27 +02:00
MatteoBiscosi
5f686624ab Added Error code filter to alerts (#6610) 2022-05-30 15:22:45 +02:00
Alfredo Cardigliano
7c2be78a36 Add alert_domain / alert_certificate 2022-05-26 17:57:53 +02:00
MatteoBiscosi
fa0578c8a9 Added filter for second host in flows (#2722) 2022-05-10 12:45:50 +02:00
Alfredo Cardigliano
b277be68f2 Add support for Active Monitoring selection in recipients 2022-04-27 17:07:53 +02:00
MatteoBiscosi
8b8039e461 Added centrality map in service map 2022-04-15 16:59:09 +02:00