logpai / logparser

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

Home Page:https://logparser.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

df_log always empty

MajidAkh opened this issue · comments

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

have the same issue parse the logs into keys but does not parse parameters always empty string. Not sure where to play but I played with template_regex = re.sub(r"\s<.{1,5}>\s", "<*>", row["EventTemplate"]) from 1,5 used 1,25 worked but not in proper way as expected. any help appreciated!