Skip to content

JerryLui/rf_exjobb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Master Thesis: Finding a Needle in a Stack of Logs

This is our implementation of Brauckhoff et. als article Anomaly extraction in backbone networks using association rules. A copy of our report is included in this repository as PDF.

The main modules used are

  • detector.py: Main part of algorithm used to process data for anomalies
  • elasticquery.py: Used to fetch data from ElasticSearch server or load file from disk
  • run_all.py: Runs whole program and extracts data, see this first for basic usage

A config file settings.py has to be created with username and password to the ElasticSearch server for usage as follows.

server = 'https://es-elk-syslog.etc.com:1982'
index = 'index*'
username = 'username'
password = 'password'

About

Master thesis on anomaly detection in Netflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages