You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drain algorithm is a log mining algorithm, it's idea is to find patterns and group similar log event's message.
The good practice is to make the miner to process only the message part, ie strip elements like the date, the severity, the thread, the name.
Yet it might be interesting to keep some of these information. For example the severity or the log name, are unlikely to have a high cardinality, and maybe good candidate as log cluster metadata.
Drain algorithm is a log mining algorithm, it's idea is to find patterns and group similar log event's message.
The good practice is to make the miner to process only the message part, ie strip elements like the date, the severity, the thread, the name.
Yet it might be interesting to keep some of these information. For example the severity or the log name, are unlikely to have a high cardinality, and maybe good candidate as log cluster metadata.
The text was updated successfully, but these errors were encountered: