logpai / Drain3

A robust streaming log template miner based on the Drain algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDFS/BGL

HankKung opened this issue · comments

Hi, thanks for the py3 implementation! I'm wondering if Drain3 supports the popular Syslog datasets, e.g., HDFS or BG/L?

Hi

The underlying implementation is equivalent to the original Drain. It is generic and should support almost any log format after customizing masking and header extraction.