laurel 0.5.1

Transform Linux Audit logs for SIEM usage
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod coalesce;
pub mod config;
pub mod constants;
pub mod label_matcher;
pub mod parser;
pub mod proc;
pub mod quoted_string;
pub mod rotate;
pub mod sockaddr;
pub mod types;
pub mod userdb;