Skip to content

[Algorithm] Implement incremental clustering of streaming log based on Drain #5

@Superskyyy

Description

@Superskyyy

After the initial evaluation phase, we would start our log analysis feature by implementing the Drain method.

The goal of this algorithm is to ingest a raw log record stream and to produce most likely matches of the log among learnt template clusters.

  • Drain initial evaluation

  • Drain implementation

    • Base implementation via Drain3
    • DAG implementation (no-go)
  • Drain tuning & experiments

    • Adaptive parameter tuning (no-go)
      Based on the second paper , auto parameter tuning is definitely a huge plus for our use case, we should pursue to implement it.

Metadata

Metadata

Labels

Type

No type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions