logparser icon indicating copy to clipboard operation
logparser copied to clipboard

A machine learning toolkit for log parsing [ICSE'19, DSN'16]

Results 21 logparser issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/50368004/149111594-103f8115-174d-4474-b139-57d8231c6bb7.png)

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