LogIntelligence / LogADEmpirical

Log-based Anomaly Detection with Deep Learning: How Far Are We? (ICSE 2022, Technical Track)
MIT License
162 stars 40 forks source link

How can l find this BGL.log_structured.csv? #11

Open X-zhihao opened 2 years ago

X-zhihao commented 2 years ago

When l run this program following your README.md, this error occured.

FileNotFoundError: [Errno 2] No such file or directory: './dataset/bgl/BGL.log_structured.csv'

And I do not know how to change the BLG.log to BGL.log_structured.csv.

wangwenjing1999 commented 2 years ago

You can use logparser(can be found in github) to preprocess BGL dataset, and it can generate BGL.log_structured.csv

X-zhihao commented 1 year ago

You can use logparser(can be found in github) to preprocess BGL dataset, and it can generate BGL.log_structured.csv

Why didn‘t i get the csv file?Maybe I used the wrong way?Can you tell me how to use this logparser?Thanks a lot