Pith. sign in

REVIEW 2 cited by

ClusterLog: Clustering Logs for Effective Log-based Anomaly Detection

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2301.07846 v1 pith:O4MTCLWH submitted 2023-01-19 cs.DC cs.LG

ClusterLog: Clustering Logs for Effective Log-based Anomaly Detection

classification cs.DC cs.LG
keywords logsanomalyclusterlogdetectionfilesequencessystemsincreasing
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

With the increasing prevalence of scalable file systems in the context of High Performance Computing (HPC), the importance of accurate anomaly detection on runtime logs is increasing. But as it currently stands, many state-of-the-art methods for log-based anomaly detection, such as DeepLog, have encountered numerous challenges when applied to logs from many parallel file systems (PFSes), often due to their irregularity and ambiguity in time-based log sequences. To circumvent these problems, this study proposes ClusterLog, a log pre-processing method that clusters the temporal sequence of log keys based on their semantic similarity. By grouping semantically and sentimentally similar logs, this approach aims to represent log sequences with the smallest amount of unique log keys, intending to improve the ability of a downstream sequence-based model to effectively learn the log patterns. The preliminary results of ClusterLog indicate not only its effectiveness in reducing the granularity of log sequences without the loss of important sequence information but also its generalizability to different file systems' logs.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. A Scalable Pattern Mining Workflow for Interpretable Machine Log Analysis in High-Performance Computing Environments

    cs.DC 2026-07 reject novelty 6.0

    A two-level pattern and sequence mining workflow using Aho–Corasick automata and TUP/CLH-Miner identifies error patterns and groups jobs by error signatures in exascale HPC logs.

  2. LogSemFuse: Semantic Evidence Fusion for Explainable Log Anomaly Detection

    cs.SE 2026-07 conditional novelty 5.0

    A plug-in fuses backbone scores with n-gram patterns, LLM risk labels, and cluster-derived rules, recovering 98.8% of false negatives and preferred explanations on HDFS, BGL, and Liberty.