Skip to content

Tool that analyses a large log file and detects anomalies using a ML method

Notifications You must be signed in to change notification settings

pkoprda/vutfit-pds-project

Repository files navigation

PDS project

Large log file analyser and detector of anomalies

  • Author: Peter Koprda (xkoprd00)

How to install and run this tool:

Requirements:

  • python3
  • pip3

Install dependencies:

pip3 install -r requirements.txt

Run:

python3 log-monitor -training <file> -testing <file> [-contamination VAL] [-threshold VAL]

where:
-training <file>: a dataset used to train the model
-testing <file>: a data set used for testing the classification
-contamination VAL: a contamination value for training an Isolation Forest model (interval (0, 0.5])
-threshold VAL: a threshold value for testing the trained model

Citation

About

Tool that analyses a large log file and detects anomalies using a ML method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages