Van Hoang Le

Results 8 comments of Van Hoang Le

Hi @khawar-islam , @mykolav95 LogPPT can work on both raw log data and semi-structured log data (with log headers). Please refer to [this](https://github.com/LogIntelligence/LogPPT/blob/1a0a0903724e2b46a373ceafa234f6d599fe21cd/logppt/utils/__init__.py#L6-L86) to define the header for log data....

@sxj19980519 could you provide some examples of your data? basically, you will need to define header fields and some pair of (log content, log template) to run LogPPT.

Hi @khawar-islam The error is caused by some modifications we made for other experimental settings. We've updated a version to fix this issue. Please find the new sampling code [here](https://github.com/LogIntelligence/LogPPT/blob/1a0a0903724e2b46a373ceafa234f6d599fe21cd/fewshot_sampling.py#L41-L61)....

> I have same problem. How to fix it? This repo is under extension. Plz refer to the [dev](https://github.com/LogIntelligence/LogADEmpirical/tree/dev) branch, which is up-to-date.

Hi, R1: To perform online detection at the log entry-level, for each log sequence to be detected, we apply a sliding window with the size of "history_size" and the step...

Hi, Currently, we adopt LogRobust to generate the embedding file. For now, it isn't included in this repository. We will try to start updating this part in the next week.

We will add the code to generate embeddings in this repository, not only the generated data.

Sorry for this problem. I must have made a mistake when commit the code. I plan to refactor the code and give a detail instruction to use it in the...