Use ML for clustering errors #461
Replies: 3 comments
-
Is possible to use the command if you have any problem or suggestion feel free to send a PR or open a issue |
Beta Was this translation helpful? Give feedback.
-
This sounds similar to what Rado Vrbovsky worked on and presented at DevConf.cz 2021: You might also find interesting work by Ondrej Klinovský on detecting anomalies in Linux kernel logs: I wasn't able to locate source code for these efforts (I'm not even sure if that has been published). |
Beta Was this translation helpful? Give feedback.
-
Also this tool might be helpful (e.g. for results verification): https://gitlab.collabora.com/rcn/logspec
|
Beta Was this translation helpful? Give feedback.
-
Try to use text mining algorithms to retrieve useful information from log. With the retrieved information, automatically clusterise errors and automatically create meaningful issues.
The idea here is to reduce/streamline the job of creating the issues by users.
For the text mining itself it might be necessary to try different algorithms and/or to clean the data (analysing only part of the log). Trying different approaches may be necessary, it all will depend on how easy or difficult it will be to retrieve reliable results.
Beta Was this translation helpful? Give feedback.
All reactions