Datasets:
File size: 2,674 Bytes
2ea04ac 6b4a640 2ea04ac 6b4a640 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
pretty_name: Thunderbird
dataset_name: logfit-project/Thunderbird
task_categories:
- text-classification
language:
- en
size_categories:
- 100M<n<200M
annotations_creators:
- logfit-project
license: other
---
# Dataset Card for logfit-project/Thunderbird
## Dataset Summary
The Thunderbird dataset captures console logs from the Thunderbird supercomputer deployed at Sandia National
Laboratories. Entries include alert and non-alert events flagged via category tags, enabling research into
alert detection, failure prediction, and broader log analytics workflows for large-scale clusters.
## Supported Tasks and Leaderboards
- anomaly-detection: distinguish alert-tagged events from routine operational logs.
- log-parsing: template discovery and sequence modeling for large-scale HPC environments.
## Dataset Structure
- `label`: Alert category tag (`-` denotes non-alert informational entries).
- `timestamp`: Unix epoch timestamp for the log event.
- `date`: Calendar date formatted as `YYYY.MM.DD`.
- `user`: Host account name associated with the emitted log.
- `month`: Short month string extracted from the raw message.
- `day`: Day-of-month integer from the message header.
- `time`: Local time-of-day string (`HH:MM:SS`).
- `location`: Combined source identifier conveying host and logger context.
- `component`: Process or subsystem identifier preceding the message body.
- `pid`: Numeric process identifier when provided (set to `-1` if absent).
- `content`: Human-readable message body for the event.
- `anomaly`: Binary indicator (`1` for alert labels, `0` when `label` is `-`).
## Source Data
- **Homepage:** https://github.com/logpai/loghub/tree/master/Thunderbird
- **Original Maintainers:** The LogPAI team (https://logpai.com/).
- **Additional Context:** https://www.usenix.org/cfdr-data#hpc4
## Dataset Creation
Raw Thunderbird logs are streamed line-by-line using a deterministic parser consistent with the published
structured sample. PIDs are extracted from bracketed segments when present, while messages lacking PIDs are
assigned `-1`. Parsing avoids loading the full source file into memory so the complete corpus can be
processed efficiently.
## Uses
Applicable to supervised alert detection, incident trend analysis, failure prediction, and validation of log
parsing algorithms for large distributed systems.
## Citation
- Adam J. Oliner, Jon Stearley. "What Supercomputers Say: A Study of Five System Logs", DSN 2007.
- Jieming Zhu, Shilin He, Pinjia He, Jinyang Liu, Michael R. Lyu. "Loghub: A Large Collection of System Log
Datasets for AI-driven Log Analytics", ISSRE 2023.
## Dataset Statistics
- Number of log lines: 211212192
|