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.
- See the wiki page that describes the methodology this code implements.
- Also checkout the example IPython notebook that shows how to use this code.
See requirements.txt
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