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
80 stars 24 forks source link

HowTo Wiki: Remove or fix text about the __init__.py files #522

Closed ernstleierzopf closed 3 years ago

ernstleierzopf commented 3 years ago

The init.py files were removed. Please check the Wiki if this is considered.

landauermax commented 3 years ago

I did not see it anywhere in the wiki.

ernstleierzopf commented 3 years ago

I did not see it anywhere in the wiki.

For example in https://github.com/ait-aecid/logdata-anomaly-miner/wiki/HowTo:-Create-your-own-SequenceDetector You also have to make sure that the aminer is able to import the newly generated class. For this, open the following file for edit. root@user-1:/home/ubuntu/aminer# vim /home/ubuntu/aminer/source/root/usr/lib/logdata-anomaly-miner/aminer/analysis/__init__.py

ernstleierzopf commented 3 years ago

In https://github.com/ait-aecid/logdata-anomaly-miner/wiki/HowTo:-Create-your-own-SequenceDetector seq_len already is defined in the AnalysisNormalisationSchema. This part can be deleted.

landauermax commented 3 years ago

This should only be present in the main version of the wiki, but I thought I fixed it in the development version.

ernstleierzopf commented 3 years ago

No I am currently working with the development branch of the wiki the seq_len is still there.

landauermax commented 3 years ago

The seq_len is there, but i fixed the text. I cannot remove it completely, otherwise it is unclear how to add new parameters.

ernstleierzopf commented 3 years ago

ok, i will close this and open new issues if I find something.