Skip to content

Commit

Permalink
Update logparser v1.0.0 to support Python 3 compatibility
Browse files Browse the repository at this point in the history
* Fix PRs: #86, #85, #83, #80, #78, #65, #57, #53, #52, #51, #49
* Fix issues: #98, #79, #72, #84, #75, #71, #69, #56, #50, #45, #16, #82
  • Loading branch information
zhujiem committed Sep 5, 2023
1 parent 9df338d commit 641b5d3
Show file tree
Hide file tree
Showing 338 changed files with 109,945 additions and 123,885 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
# Self-defined
*result/
slct

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
18 changes: 15 additions & 3 deletions CITATION
@@ -1,4 +1,4 @@
@inproceedings{logparser,
@inproceedings{Logparser,
author = {Jieming Zhu and
Shilin He and
Jinyang Liu and
Expand All @@ -10,5 +10,17 @@
booktitle = {Proceedings of the 41st International Conference on Software Engineering:
Software Engineering in Practice (ICSE)},
pages = {121--130},
publisher = {{IEEE} / {ACM}},
year = {2019}}
year = {2019}}

@inproceedings{DSN16,
author = {Pinjia He and
Jieming Zhu and
Shilin He and
Jian Li and
Michael R. Lyu},
title = {An Evaluation Study on Log Parsing and Its Use in Log Mining},
booktitle = {Annual {IEEE/IFIP} International Conference on Dependable Systems
and Networks (DSN)},
pages = {654--661},
year = {2016}
}
328 changes: 307 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

161 changes: 105 additions & 56 deletions README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions THIRD_PARTIES.md
@@ -0,0 +1,9 @@
The logparser package is built on top of the following third-party libraries:

| Library | Github Link | License |
|:------------:|:------------------------------------------------|:----------:|
| SLCT | http://ristov.github.io/slct/ | GPL-2.0 |
| LogCluster | https://github.com/ristov/logcluster | GPL-2.0 |
| LenMa | https://github.com/keiichishima/templateminer | BSD |
| MoLFI | https://github.com/SalmaMessaoudi/MoLFI | Apache-2.0 |
| alignment (LogMine) | https://gist.github.com/aziele/6192a38862ce569fe1b9cbe377339fbe | GPL |
164 changes: 0 additions & 164 deletions benchmark/AEL_benchmark.py

This file was deleted.

163 changes: 0 additions & 163 deletions benchmark/Drain_benchmark.py

This file was deleted.

0 comments on commit 641b5d3

Please sign in to comment.