logdata-anomaly-miner 2.6.1-1 source package in Ubuntu

Changelog

logdata-anomaly-miner (2.6.1-1) unstable; urgency=medium

  * New upstream version 2.6.1
  * debian/gbp.conf: set debian branch
  * debian/control:
    - Move Debian packaging to salsa
    - Add myself to Uploaders

 -- Sebastian Ramacher <email address hidden>  Fri, 13 Oct 2023 16:59:18 +0200

Upload details

Uploaded by:
Markus Wurzenberger
Uploaded to:
Sid
Original maintainer:
Markus Wurzenberger
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
logdata-anomaly-miner_2.6.1-1.dsc 1.5 KiB 9838365de6ac9c9d959d47541c2a3d106518adaa048a8b8cd08c0b60ce49207d
logdata-anomaly-miner_2.6.1.orig.tar.gz 2.0 MiB 63da531ce5419ea87d0f2357f6c28dce9609b9ed749f6e8ecf64ca0c8fd92c6d
logdata-anomaly-miner_2.6.1-1.debian.tar.xz 12.0 KiB a5e78c786521d380e3573eeca5e1687b9d6d02893a2d008ec52d8e5f8e0c8983

Available diffs

No changes file available.

Binary packages built by this source

logdata-anomaly-miner: tool for log analysis pipelines

 This tool allows one to analyze log data streams and detect violations or
 anomalies in it. It can be run from console, as daemon with e-mail alerting,
 or embedded as library into own programs. It was designed to run the analysis
 with limited resources and lowest possible permissions to make it suitable for
 production server use. Analysis methods include:
 .
  * log line parsing and filtering with extended syntax and options
  * detection of new data elements (IPs, user names, MAC addresses)
  * statistical anomalies in log line values and frequencies
  * correlation rules between log lines
 .
 The tool is suitable to operate as a sensor feeding a SIEM and distributing
 messages via message queues.