logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aminer - lightweight tool for log checking, log analysis

Author

MarkusWurzenberger <markus.wurzenberger@ait.ac.at>
           Wrote this manpage for the Debian system.

Bugs

       Report bugs via your distribution's bug tracking system. For bugs in the the software trunk, report via
       at https://github.com/ait-aecid/logdata-anomaly-miner/issues.

       At startup, aminer will quite likely print out some security warnings to increase transparency. They are
       here just to remind you of the limitations the current implementation. They should be the same as for
       nearly all other programs on your platform, just that others do not tell you. See the source code
       documentation for a short explanation, why a given part of the implementation is not that secure as it
       could be when leveraging the security features a platform could provide you.

Description

       This manual page documents briefly the aminer command. For more details see packaged documentation at
       /usr/share/doc/logdata-anomaly-miner.

Files

       /etc/aminer/config.py
           The main configuration file for the aminer daemon. See /etc/aminer/template_config.py and
           /etc/aminer/template_config.yml for configuration file templates and examples.

Name

       aminer - lightweight tool for log checking, log analysis

Options

--config,-cfile
           Specify the configuration file, otherwise /etc/aminer/config.py is used. See
           /etc/aminer/template_config.py or /etc/aminer/template_config.yml for configuration file templates
           and examples.

       --daemon,-D
           With this parameter, aminer will detach from the terminal and daemonize. When not in foreground mode,
           aminer will also change the working directory to /, hence relative path in configuration file will
           not work.

       --stat,-sstat-level
           Set the statistic logging level. Possible stat-levels are 0 for no statistics, 1 (default) for normal
           statistic level and 2 for verbose statistics.

       --debug,-ddebug-level
           Set the debug logging level. Possible debug-levels are 0 for no debugging, 1 (default) for normal
           output (INFO and above), 2 for printing all debug information.

       --run-analysis
           INTERNAL PARAMETER - DO NOT USE. It is just documented here for completeness.

       --restore,-Rbackup-directory
           Restores the persistence directory from backup-directory.

       --clear,-C
           With this parameter all persisted data in config_properties['Core.PersistenceDir'] is deleted. USE
           THIS PARAMETER CAREFULLY. IT DELETES ALL SUB-DIRECTORIES OF THE PERSISTENCE DIRECTORY.

       --remove,-rdirectory
           Remove persisted data of one Detector.

           Example1: --remove NewMatchPathDetector

           Example2: --remove NewMatchPathDetector --remove EventCorrelationDetector

       --from-begin,-f
           With this parameter all live data in
           config_properties['Core.PersistenceDir']/AnalysisChild/RepositioningData is deleted.

       --help,-h
           Prints the help-screen

       --version,-v
           Prints the version-string

See Also

aminerremotecontrol(1)

Synopsis

aminer--Config|--config|-cfile[OPTIONS]...

See Also