ait-aecid / logdata-anomaly-miner

This tool parses log data and allows to define analysis pipelines for anomaly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use.
GNU General Public License v3.0
79 stars 24 forks source link

Reach external detectors over ZMQ #1339

Open landauermax opened 1 month ago

landauermax commented 1 month ago

Some detectors are not running within the AMiner but on another service or host. The AMiner should be able to send log atoms through a zero message queue and listen for detections.