logparser
logparser copied to clipboard
A machine learning toolkit for log parsing [ICSE'19, DSN'16]
Hi, I observed there is most frequent error in log parsing drain and spell which is: `re.error: bad escape \s at position 0` because of this someone need to install...
When I try the spell parser on the hdfs2k, it seems that something wrong happen, indeed df_log['ParameterList] is empty since df_log is always empty
I updated the structure of the code. We now have less code duplication and all configuration/parameters are in benchmark/LogSettings.py. I think this has the advantage that the project is now...

fixed the link as it 404'd for me
Hello, I am trying to run IPLoM benchmark file on the container py2, however, the execution hangs after a while: Warning: p1 may be equal to p2 Warning: p1 may...
In Spell_Demo you can specify a list of regex_remove expressions (just like you do with the preprocessing). This list will be used to pre clean the data before the Spell...
Hello, I would like to know how can I run a logparser with a specific number of log size. Is that possible from the available codes? Thank you
should be \\s+, or there will be an error
Modified Queue library to make it compatible to python3