Commit graph

1025 commits

Author SHA1 Message Date
Nicolo Maio
508b0a0ba5 Minor fix. 2023-04-17 15:55:18 +02:00
Nicolo Maio
5f54c64dee Add multicast forwarders. (#7396) 2023-04-17 15:40:40 +02:00
Luca Deri
5f849f84a6 Implemented MAC address monitoring of inactive MAC addresses (seen in the past 30 days) 2023-04-16 11:25:52 +02:00
Alfredo Cardigliano
ba60af3df2 Handle extractions from the smart timeline when enabled according to the time interval 2023-04-14 18:42:14 +02:00
Matteo Biscosi
9f29c34b4a Fixes column ids lint 2023-04-13 17:51:13 +02:00
Nicolo Maio
83db05c390 Add rest api. (#7389) 2023-04-12 10:49:35 +00:00
Alfredo Cardigliano
a83c3bd61a Extend traffic recording page with smart recording settings 2023-04-11 12:31:20 +02:00
Matteo Biscosi
a8da92b578 Reworked application management page 2023-04-03 11:02:29 +00:00
Alfredo Cardigliano
88e2b8b101 Add RADIUS accounting pref in nEdge (ntopng.prefs.radius.accounting_enabled) 2023-04-03 10:19:17 +02:00
Alfredo Cardigliano
7a4ea040c4 Add configuration for MDNS forwarder 2023-03-30 18:55:06 +02:00
Alfredo Cardigliano
a0eb098db5 Add informative_captive_portal_url to lint 2023-03-30 11:10:16 +02:00
Alfredo Cardigliano
7b18e50832 Add ability to change the rule order using edit 2023-03-28 12:27:19 +02:00
Nicolò Maio
9c73a3e7f0
Add info and app-client-criteria. (#7343) (#7348) 2023-03-27 16:19:39 +02:00
Matteo Biscosi
95e55d6e65 Added preference to use mac inside flow key 2023-03-23 16:42:02 +00:00
Nicolo Maio
2b21bae4c1 Fix VLAN dropdown menu. (#7301) 2023-03-21 10:09:53 +00:00
Alfredo Cardigliano
3222a9daa3 Add dialog to set the interface alias 2023-03-16 13:13:46 +01:00
Nicolo Maio
b170e44920 Update achors links and live flows filters. (#7233) 2023-03-13 20:48:28 +00:00
Nicolò Maio
d1adb380ef
Add edit button on Behavioural Check Exclusions (#7292) (#7296) 2023-03-13 13:12:30 +01:00
Alfredo Cardigliano
cfa4c519bd Fix Mattermost plugin config 2023-03-10 17:11:11 +01:00
Alfredo Cardigliano
00591ef78f Fix lint for network filters 2023-03-10 09:10:14 +01:00
leo.debie
c29720817e added validation function for mattermost bearer token 2023-03-08 14:22:55 +01:00
leo.debie
7ea00e62bf added mattermost endpoint 2023-03-08 14:19:10 +01:00
Matteo Biscosi
9ccda97dc6 Fixes ja3 filter not correctly working 2023-03-07 16:25:38 +00:00
Nicolò Maio
8d5959b7d6
Adding JA3. (#6908) (#7285) 2023-03-07 16:15:55 +01:00
Alfredo Cardigliano
541a35bf6e Move validator 2023-02-28 15:55:29 +00:00
Alfredo Cardigliano
0dfbe63266 Add nedge policy params to lint 2023-02-28 14:29:56 +00:00
Alfredo Cardigliano
94550eba82 Add default_policy validation 2023-02-28 09:42:26 +00:00
Alfredo Cardigliano
b373631efd Fix table.len on nil table 2023-02-24 16:59:34 +00:00
Nicolo Maio
417c525add Fix metric name resolution on local traffic rule page. (#6855) 2023-02-21 16:16:15 +00:00
Nicolò Maio
cf8a89a7e1
Add lowerbound and upperbound choice and percentage threshold on host rules. (#6855) (#7238)
* Add lowerbound and percentage threshold on host rules. (#6855)

* Add interface rules. (#6855)

* Added ability to blacklist hosts via Lua API

* Not supposed to be committed

* Method signature change to be called it also from a lua host script

* Fix empty string heck

* Add param check

* Add example listing alerts

* Fix params check

* Fix alert raw queris

* Removed debug code

* MacOS changes

* Updated (C)

* Warning fixes

* Removed sprintf calls

* Added rx_only_hosts classification

* https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Update dist: https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Remove obsoleted comment

* Minor GUI fix. (#6855)

* Fix on alert format. (#6855)

* Minor fix. (#6855)

* Update doc. (#6855)

---------

Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
Co-authored-by: Luca Deri <deri@ntop.org>
Co-authored-by: Alfredo Cardigliano <cardigliano@ntop.org>
Co-authored-by: uccidibuti <vannucci@ntop.org>
2023-02-21 14:37:09 +01:00
Alfredo Cardigliano
762304f43a Fix alert raw queris 2023-02-17 18:53:52 +01:00
Matteo Biscosi
e7f9086165 Added community id column on historical flows and alerts (#6908) 2023-02-16 18:17:49 +01:00
Nicolò Maio
d910a4213f
Update GUI with percentage threshold and interface tab. (#6855) (#7235)
* Update GUI with percentage threshold and interface tab. (#6855)

* Minor Fix. (#6855)
2023-02-16 15:58:18 +01:00
Nicolo Maio
1986f56912 Update aggregated live flows gui. 2023-02-14 12:04:38 +00:00
Nicolò Maio
7162045cdd
Add VLAN bidirectional traffic alert (#7126) (#7194)
* Add VLAN bidirectional traffic alert (#7126)

* Add alert description. (#7126)
2023-02-03 10:33:25 +01:00
MatteoBiscosi
ccb2a66c19 Fixes incorrect rest api data 2023-01-31 13:16:18 +01:00
Alfredo Cardigliano
63074fd0df Support VLAN in cidr filters 2023-01-30 17:50:17 +01:00
Luca Deri
f4f10a8482 Implemented application=188.239 (proto and pp_proto) in flows_stats.lua 2023-01-26 00:28:22 +01:00
Alfredo Cardigliano
3a36fb9ba3 Add CIDR support in Historical Flows 2023-01-25 14:38:50 +01:00
MatteoBiscosi
ee36cf24f3 Fixes device tag not working with timeseries 2023-01-24 12:36:32 +01:00
MatteoBiscosi
1d728062f7 Fixed various server ports page issues 2023-01-20 18:10:02 +01:00
Luca Deri
15786b1a00 Changes required to support multiple ntopng instances dumping flows into the same ClickHouse database 2023-01-11 20:00:03 +01:00
Alfredo Cardigliano
7da1395b87 Reworking capabilities support 2023-01-09 18:46:40 +01:00
MatteoBiscosi
27abe41aa3 Added rest api to get country and asn name 2023-01-03 13:17:22 +01:00
Luca Deri
f718854bce Improved report of periodic flows
Updated nDPI flow risks list
2022-12-31 18:08:21 +01:00
Luca Deri
d596c5ee16 Improved alert analyser 2022-12-28 18:00:57 +01:00
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