Log Analyst Dictionary
Encountered confusing words while analyzing data? This brief guide will help you speak the language of professionals.
The Basics
- Timestamp — the exact date and time of an event. Critically important for reconstructing sequences of actions.
- Log Level — the importance of an entry (DEBUG, INFO, WARN, ERROR, FATAL).
- Parsing — the process of breaking down "raw" log text into separate fields (time, IP, message).
Technical Terms
- Regex (Regular Expressions) — special formulas for searching and filtering text.
- Anomaly Detection — identifying unusual behavior in data (e.g., a sharp spike in errors).
- Cluster — a group of similar entries. Helps see the big picture among millions of lines.
Analytics
- Z-score — a statistical measure that tells how much a current value deviates from the mean. A high Z-score is a sign of an anomaly.
- Latency — the time it takes for a server to process a request.
Knowing these terms is the first step toward a deep understanding of what's happening "under the hood" of your server.