Download project files

How do I verify a download?


v1.0.0 release from the trunk series released

Release information
Release notes:

Release of V1.0.0:
* Changes:
  * Ported code to Python 3
  * Code cleanup using pylint
  * Added util/JsonUtil.py to encode byte strings for storing them as json objects
  * Added docs/development-procedures.txt which documents development procedures
* Features:
  * New MissingMatchPathListValueDetector to detect stream interuption
  * Added parsing support for kernel IP layer martian package messages
  * Systemd parsing of apt invocation messages.
* Bugfixes:
  * AnalysisChild: handle remote control client connection errors correctly
  * Various bugfixes

File Description Downloads
download icon logdata-anomaly-miner-1.0.0-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 29
last downloaded 59 weeks ago
download icon logdata-anomaly-miner-1.0.0-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 19
last downloaded 87 weeks ago
download icon logdata-anomaly-miner-1.0.0.tar.gz (md5, sig) V1.0.0 release sources 20
last downloaded 72 weeks ago
Total downloads: 68

v0.0.8 release from the trunk series released

Release information
Release notes:

Release of V0.0.8:

    * New features:
      * Base64StringModelElement for parsing of base64 strings
      * DecimalFloatValueModelElement for parsing of floats
      * AnalysisChild full asynchronous remote control connection
        handling
      * MissingMatchPathValueDetector realerting support added
      * StringRegexMatchRule for matching parsed data using regex
      * EnhancedNewMatchPathValueComboDetector added for more complex
        value combination detection providing transformation, annotation,
        features ...
    * Changes:
      * Various bugfixes
      * Code cleanup using pylint

File Description Downloads
download icon logdata-anomaly-miner-0.0.8-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 15
last downloaded 72 weeks ago
download icon logdata-anomaly-miner-0.0.8-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 26
last downloaded 82 weeks ago
download icon logdata-anomaly-miner-0.0.8.tar.gz (md5, sig) V0.0.8 release sources 16
last downloaded 72 weeks ago
Total downloads: 57

v0.0.7 release from the trunk series released

Release information
Release notes:

Release of V0.0.7:
* New features:
  * Datetime parsing reimplemented in DateTimeModelElement to fix various shortcomings of strptime in Python and libc.
  * ElementValueBranchModelElement added to support conditional branching.
  * DebugHistoryMatchRule added: keep history of matched LogAtoms.
  * Unix socket input support: improved logdata reading now also supporting connects to UNIX server sockets for reading.
* Changes:
  * Restructured AMinerUtils and utils package.

File Description Downloads
download icon logdata-anomaly-miner-0.0.7-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 10
last downloaded 71 weeks ago
download icon logdata-anomaly-miner-0.0.7-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 26
last downloaded 91 weeks ago
download icon logdata-anomaly-miner-0.0.7.tar.gz (md5, sig) V0.0.7 release sources 15
last downloaded 72 weeks ago
Total downloads: 51

v0.0.6 release from the trunk series released

Release information
Release notes:

Release of V0.0.6:
* New features:
  * Added "LogAtom" and "AtomHandlerInterface" to pass data from IO-layer to upper layers consistently.
  * Added TimestampsUnsortedDetector.py to fail (exit) when data is not properly sorted.
  * Added SimpleMultisourceAtomSync.py to merge LogAtoms read from parallel streams, e.g. from multiple logfiles.
* Bugfixes:
  * Logic flaw in logfile rollover handling, selecting on bad fd.
  * Unassigned, reused variable caused same logfile to be opened more than once.

File Description Downloads
download icon logdata-anomaly-miner-0.0.6-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 8
last downloaded 72 weeks ago
download icon logdata-anomaly-miner-0.0.6-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 15
last downloaded 93 weeks ago
download icon logdata-anomaly-miner-0.0.6.tar.gz (md5, sig) V0.0.6 release sources 13
last downloaded 72 weeks ago
Total downloads: 36

v0.0.5 release from the trunk series released

Release information
Release notes:

Release of V0.0.5:
* New features:
  * Added helper class for parser matching process debugging.
  * Added interface to ease detector state updates after triggering an event.
  * Added minimal model for parsing Tomcat start/stop syslog messages.
  * Added support for logfile reading continuation after shutdown, alternative lowlevel data stream splitting tools (atomizers).
* Bugfixes:
  * Fixed file descriptor leak in PersistencyUtil.py on store

File Description Downloads
download icon logdata-anomaly-miner-0.0.5-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 7
last downloaded 72 weeks ago
download icon logdata-anomaly-miner-0.0.5-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 13
last downloaded 85 weeks ago
download icon logdata-anomaly-miner-0.0.5.tar.gz (md5, sig) V0.0.5 release sources 14
last downloaded 71 weeks ago
Total downloads: 34

v0.0.4 release from the trunk series released

Release information
Release notes:

Release of V0.0.4:

* New features:
  * NewMatchPathValueComboDetector: Detect new combination of values for list of data pathes, e.g. for link analysis.
  * ParsedAtomFilterMatchAction: Forward data to specific handlers when rules match.
  * VolatileLogarithmicBackoffEventHistory: Added unique EventId
  * Pass event source reference to event handlers to allow query/change
    of source parameters when handling the event.
  * Generic logdata parsing model improvements
  * Added new rule types: ValueDependentDelegatedMatchRule and ValueDependentModuloTimeMatchRule
* Bugfixes:
  * Packaging: unowned directory after purge, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832347
  * DefaultMailNotificationEventHandler: cleanup of old sendmail process instances not working
  * EventGene...

File Description Downloads
download icon logdata-anomaly-miner-0.0.4.tar.gz (md5, sig) V0.0.4 release sources 11
last downloaded 72 weeks ago
Total downloads: 11

v0.0.3 release from the trunk series released

Release information
Release notes:

Release of V0.0.3:
* Backport of changes from Debian ITP process review, see
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813096
* Handle rollover from one logfile to the next more graceful.
* New features:
  * Added support for multiple parallel timescales in component
    trigger timing, e.g. real-time and forensic-time.
  * Added MissingMatchPathValueDetector to detect when data values
    were not reported for an extended period of time.
  * Added VolatileLogarithmicBackoffEventHistory to keep data
    of limited number of events in memory for automated processing.
  * AMinerRemoteControl: Added "--ExecFile" parameter to execute
    commands from file, "--StringResponse" for direct output.
* Bugfixes:
  * debian/postinst: disable service start when not already enabled
    usi...

File Description Downloads
download icon logdata-anomaly-miner-0.0.3-2.noarch.alien.README (md5, sig) RPM test package converted using "alien" readme 13
last downloaded 72 weeks ago
download icon logdata-anomaly-miner-0.0.3-2.noarch.alien.rpm (md5, sig) RPM test package converted using "alien" 31
last downloaded 82 weeks ago
download icon logdata-anomaly-miner-0.0.3.tar.gz (md5, sig) V0.0.3 release sources 10
last downloaded 72 weeks ago
Total downloads: 54

v0.0.2 release from the trunk series released

Release information
Release notes:

Release of V0.0.2:
  * Added remote control support, command line tool for sending commands.
  * Added AnalysisContext as registry for analysis components and access point for remote control.
  * Added component to write events to syslog (read component documentation for CAVEATs)
  * Package structure fixes from Debian mentoring procedure
  * Bugfixes:
    * ModuloTimeMatchRule: time object path was ignored on error
    * Indent-formatting repaired, single-line mode added

File Description Downloads
download icon logdata-anomaly-miner-0.0.2.tar.gz (md5, sig) V0.0.2 release sources 16
last downloaded 72 weeks ago
Total downloads: 16

v0.0.1 release from the trunk series released

Release information
Release notes:

* Bugfixes
* Minor feature improvements (options)
* New features:
  * MultiLocaleDateTimeModelElement: decode timestamps not encoded using local system language or byte encoding.
  * ParsedAtomFilters: filter received atoms and filter to other handlers
  * TimestampCorrectionFilters: Correct timestamps from broken sources to have monotonic time.

File Description Downloads
download icon logdata-anomaly-miner-0.0.1.tar.gz (md5, sig) V0.0.1 release sources 10
last downloaded 72 weeks ago
Total downloads: 10