Skip to content
/ lupe Public

Code for generating analyses found in "Analyzing Log Analysis: An Empirical Study of User Log Mining" to appear in LISA 2014.

Notifications You must be signed in to change notification settings

salspaugh/lupe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project contains code to analyze Splunk query logs. It is the code used to generate results for our 2014 LISA paper:

Analyzing Log Analysis: An Empirical Study of User Log Mining. S. Alspaugh, B. Chen, J. Lin, A. Ganapathi, M. Hearst, and R. Katz. Large Installation System Administration Conference (LISA). November 2014.

Getting started

  1. See the wiki page that describes the methodology this code implements.
  2. Also checkout the example IPython notebook that shows how to use this code.

Dependencies

See requirements.txt

Installation

Currently, the best way to start using this code is to pull a version from github:

git clone https://github.com/salspaugh/lupe.git

Then add a pointer to it to your $PYTHONPATH:

export PYTHONPATH=$PYTHONPATH:/path/to/lupe

About

Code for generating analyses found in "Analyzing Log Analysis: An Empirical Study of User Log Mining" to appear in LISA 2014.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published