Add login and package monitoring to auditbeat
The auditbeat deployment currently misses two system data sets that it supports: login and package. The login dataset collects user login, logout and system boot data, whereas the package dataset monitors the installed packages on the system. This commit enables both datasets, so Auditbeat now collects the maximum amount of system data. Change-Id: Ib071db1f179cee7148cd54ee945f89f9e226fe16
This commit is contained in:
@@ -137,6 +137,8 @@ auditbeat.modules:
|
||||
- module: system
|
||||
datasets:
|
||||
- host # General host information, e.g. uptime, IPs
|
||||
- login # User logins, logouts, and system boots.
|
||||
- package # Installed, updated, and removed packages
|
||||
- process # Started and stopped processes
|
||||
- socket # Opened and closed sockets
|
||||
- user # User information
|
||||
|
||||
Reference in New Issue
Block a user