Zanis Ali Khan
Zanis Ali Khan
> Hi @donglee-afar > > What is the format of the "template.txt" file? Is the same as "templates.csv" file in the repository, which include EventId and EventTemplate, or the hdfs.log...
@farhodi For the training and testing part, `template.txt` file will not be used at all, instead, the sequences generated from the structured file created by template identification techniques will be...
> Hi @donglee-afar, > I have the same question: Can you let me know how to get sequences in hdfs_train? The sequences in HDFS_sequence.csv file is different from hdfs_train >...
@JinYang88 , I understood that the file used for generating the sequence file is different from the one provided for HDFS. Most probably the file generated by some template identification/...
@JinYang88 True, the training data does affect results a lot but what I mean to say is that you don't need the exact training data because the author didn't mention...
@JinYang88 What I understood from you is that you want to have semantic information then most probably you are talking about the event2semantic_vector.json file that is provided by the author...
@JinYang88 In the code 1, `eventid2template.json` can be found as an output file
@JinYang88 `templates.txt` are the templates that are identified by the log parsing techniques like Drain. You can read templates from the output of log parsing technique and generate a `txt`...
@JinYang88 Based on my information, the templates ID doesn't matter when they are all referenced in a context. For example for template T1 id is ID1 and that what you...
Hi, They are all available at LogHub git repository. You can just search with the name and will find the first or second link. On Wed, 12 May 2021, 03:09...