HelenGuohx / logbert

log anomaly detection via BERT
MIT License
240 stars 102 forks source link

How to use LogBERT on a custom dataset? #47

Open GarvitSinghal13 opened 4 months ago

GarvitSinghal13 commented 4 months ago

Hello, I'd like to use LogBERT to detect anomalies on my custom dataset. As someone who is pretty new to programming, can anyone walk me through the process of implementing this? Suppose I preprocess my dataset in a similar format to the BGL/HDFS Dataset. After that, what other files do I need to modify? Would I need to modify the Drain code in accordance to my log format? Any other files which need to be changed?