sec

Event correlation tool for processing and analyzing various event types

brewmacoslinux
Try with needOr install directly
Source

About

Event correlation tool for event processing of various kinds

Commands

sec

Examples

Monitor a log file for specific patterns and trigger actions$ sec -input=/var/log/syslog -config=/etc/sec/rules.conf
Process events from stdin with custom correlation rules$ tail -f /var/log/app.log | sec -input=- -config=rules.conf
Run sec in daemon mode with specified configuration$ sec -daemon -input=/var/log/messages -config=/etc/sec/correlation.conf -pid=/var/run/sec.pid