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

How to define log_format and regex[] for each dataset?

charleswu52 opened this issue · comments

How to determine the parameters in the demo code to get the best classification effect.

You could check a small sample of the logs (e.g., 100) to figure out the log_format. For regex[], you could also start with some simple yet effective ones, such as IP addresses.