DeepLog icon indicating copy to clipboard operation
DeepLog copied to clipboard

hi,how about OpenStack predict?

Open 2017dadi opened this issue 6 years ago • 4 comments

hi, your hdfs__data is very perfect,how about openstack?Because of the paper,there are two parts of deeplog,could you help me?Thanks

2017dadi avatar Apr 22 '19 02:04 2017dadi

You should parse all the OpenStack logs, make session windows based on PID and train the LSTM model on normal logs. Afterwards, you can try and check if you can detect abnormal logs as the dataset is labelled. It's a bit of work but it seems feasible by yourself.

amineebenamor avatar Apr 23 '19 12:04 amineebenamor

You should parse all the OpenStack logs, make session windows based on PID and train the LSTM model on normal logs. Afterwards, you can try and check if you can detect abnormal logs as the dataset is labelled. It's a bit of work but it seems feasible by yourself.

Hi. I also want to try openstack data. According to the paper the labels for openstack data are based on instance_id. However, most of the raw logs from https://www.cs.utah.edu/~mind/papers/deeplog_misc.html don't contain instance_id. Do you have any idea? Thanks.

bolzzzz avatar Jul 31 '19 06:07 bolzzzz

Hi , I met the same problem when parsing OpenStack dataset. Besides, even though I made session windows on logs with instance id, the abnormal sequences are similar to most of the normal sequences. How do you solve the problem? @bolzzzz

HelenGuohx avatar Jun 29 '20 16:06 HelenGuohx

Hi , I met the same problem when parsing OpenStack dataset. Besides, even though I made session windows on logs with instance id, the abnormal sequences are similar to most of the normal sequences. How do you solve the problem? @bolzzzz

Have you deal with this problem? Thanks a lot

TianT1209 avatar May 14 '21 10:05 TianT1209