Commit graph

410 commits

Author SHA1 Message Date
Alfredo Cardigliano
bc7a7561c3 Removed local hosts matrix which is unusable with many hosts 2019-07-25 15:17:42 +02:00
emanuele-f
a3942831b8 Fix issues with engaged alert counters and other improvements 2019-07-24 15:40:43 +02:00
Simone Mainardi
9c448445ac Implements MySQL flow dump for view interfaces 2019-07-23 17:44:40 +02:00
Simone Mainardi
3cd6a92efd Implements nDPI stats counters for views 2019-07-19 10:30:59 +02:00
Alfredo Cardigliano
3a8575dd69 Footer fix with alerts disabled 2019-07-18 02:07:35 +02:00
Alfredo Cardigliano
acd776ce55 Hiding Top Hosts page when analysing pcap dump 2019-07-15 12:35:27 +02:00
emanuele-f
47e5d87e44 Show InfluxDB setup errors in the header
Fixes #2702
2019-07-03 16:59:29 +02:00
emanuele-f
e51afad344 Fix InfluxDB export chart 2019-07-01 15:00:52 +02:00
Simone Mainardi
b03070af8d Redirect the user to the InfluxDB engaged alerts when clicking the red icon 2019-06-28 18:39:47 +02:00
emanuele-f
a9d3c78587 Alerts changes
NOTE: database schema changed. Existing alerts will be lost.

- Unified engaged and closed tables
- Simplified hosts engaged alert counters handling: periodically set by lua
- Removed alert engine and replaced with alert periodicity
- Now engage is implicitly derived from the alert end timestamp and periodicity
- New alerts_api.lua to easily emit alerts
- Removed past alerts counter aggregation by hash
- Alert notifications for non-flow alerts are now removed from C and triggered by lua
2019-06-28 10:47:17 +02:00
Simone Mainardi
ae4770fe7d Improves visualization of containers/pods in flows 2019-06-27 17:00:17 +02:00
Simone Mainardi
57f56d1fc3 Implements client/server flows sort 2019-06-27 15:16:10 +02:00
Simone Mainardi
2200453862 Adds badge upon influxdb export errors 2019-06-26 16:29:08 +02:00
Luca Deri
ec4d55ff04 Added hosts explored on the main menu 2019-06-25 19:56:56 +02:00
emanuele-f
96e371a079 Make graphs menu explicit in system scripts and add support for custom graphs 2019-06-21 13:51:27 +02:00
emanuele-f
10e3d59785 Move exporters in separate menu entry 2019-06-18 15:16:34 +02:00
emanuele-f
faafb47668 Move flow devices under hosts 2019-06-14 13:32:39 +02:00
emanuele-f
d9b2139ecc Fix invalid usage of ifstats of another interface 2019-06-14 13:24:06 +02:00
emanuele-f
812522a937 Make system menu entries dynamic 2019-06-12 14:11:57 +02:00
emanuele-f
6aa72b53f7 Implemement RTT monitoring configuration page 2019-06-11 17:30:46 +02:00
emanuele-f
6234245773 Move InfluxDB monitoring to separate entry 2019-06-10 12:47:10 +02:00
emanuele-f
791afdbaca Implement CPU load chart 2019-06-06 19:20:11 +02:00
emanuele-f
39f8958f81 Add total traffic spike chart for interfaces with no directions
Closes #2637
2019-06-06 12:05:13 +02:00
emanuele-f
95d7071349 Remove sort from flows in container mode
Fixes #2639
2019-06-06 11:53:01 +02:00
emanuele-f
3ecc032c14 Hide system properties for restricted users
This will also hide SNMP devices
2019-06-03 12:42:23 +02:00
emanuele-f
2e997a9635 Move runtime status into the system stats 2019-06-03 11:02:04 +02:00
Emanuele Faranda
5f9e8b17df
Implement System interface
The system interface now holds system wide alerts and timeseries
2019-06-03 08:53:26 +00:00
emanuele-f
4bb50f1bf1 Add pods and containers charts visualization 2019-05-30 16:00:53 +02:00
Simone Mainardi
9252ead5a5 Implements telemetry data with options and contact email 2019-05-27 18:59:55 +02:00
Simone Mainardi
c7e8c32559 Implements telemetry data POST 2019-05-23 16:43:16 +02:00
Alfredo Cardigliano
9cdb84a875 Implements filtering per flow status in the active flows page 2019-05-20 18:54:50 +02:00
emanuele-f
21474d2749 Extend search hosts limit
There is now a 20 items total limit and a per-category limit of 5
Closes #2556
2019-05-13 18:43:52 +02:00
Simone Mainardi
6df47febf8 Updates flows view for packet interfaces with dispatched eBPF flows 2019-05-05 18:45:57 +02:00
Luca Deri
1f7d236315 Added ARP matrix to the menu 2019-04-30 15:22:49 +02:00
emanuele-f
48236e006d Add event exporters page 2019-04-29 13:56:11 +02:00
emanuele-f
b01f104a36 Move process information into client/server column 2019-04-29 12:09:44 +02:00
emanuele-f
afe7b9c978 Remove unimplemented sort from new columns 2019-04-26 16:23:14 +02:00
emanuele-f
939ca8c166 Implement eBPF flows view and improve containers/pods pages 2019-04-26 15:34:53 +02:00
emanuele-f
fdc7772519 Implement simplified flows page with container filter 2019-04-26 10:44:44 +02:00
emanuele-f
6fb921d68a Implement Pods and Containers page 2019-04-24 18:46:07 +02:00
emanuele-f
0f2f6a7f01 Document local broadcast domain, DHCP range and application rules 2019-04-18 10:13:06 +02:00
Simone Mainardi
5a89e6f131 Link to see all the applications belonging to a certain category
Implements #2539
2019-04-17 15:56:11 +02:00
emanuele-f
94b143c8a3 Avoid adding duplicate applications with different letter case
Fix #2534
2019-04-16 17:32:52 +02:00
emanuele-f
d5d551853c Do not account the Unknown protocol in the Unspecified category
Such protocol should not modified by the used see (78a20a166).

Fix #2536
2019-04-16 17:17:31 +02:00
emanuele-f
eb84f255e8 Fix category search in "Applications and Categories"
Fixes #2538
2019-04-16 16:31:58 +02:00
emanuele-f
214def7d1d Hide host identifier warning on non-packet interfaces 2019-04-16 10:18:38 +02:00
emanuele-f
b0fcf3f300 Do not show DHCP configuration for PCAP interfaces 2019-04-12 18:24:30 +02:00
emanuele-f
0968bb15bd Fix rename error 2019-04-12 10:43:52 +02:00
emanuele-f
fe74bfe4d0 Fix warning messages about DHCP hosts with multiple interfaces 2019-04-12 10:35:48 +02:00
emanuele-f
fa4330bbfd Implement alert for IP addresses assigned outside the configured DHCP ranges 2019-04-11 17:01:39 +02:00