Glossary
SIEM (security information and event management)
A platform that centralizes and correlates log and event data across an IT environment to detect and investigate security threats.
Also called: SIEM, security information and event management
A SIEM platform collects logs, network flows, and alerts from firewalls, servers, endpoints, applications, and cloud services, normalizes them into a common format, and stores them centrally for search and long-term retention. Its central function is correlation: matching events across sources against rules or models to surface patterns a single log would not reveal, such as a failed login on one system followed by a privileged action on another.
This differs from a plain log aggregation tool, which centralizes logs but leaves correlation and alerting to the analyst; a SIEM adds detection content, rule chains, and often user and entity behavior analytics on top. Many SIEMs also feed alerts to a SOAR platform, which automates the response once the SIEM has raised a case.
SIEMs matter because they are usually the first system an analyst in a security operations center opens, and because many compliance frameworks require centralized log retention and review. The common pitfall is alert fatigue: poorly tuned correlation rules generate far more alerts than a team can triage, burying genuine indicator-of-compromise hits in noise, so tuning and use-case prioritization matter as much as ingestion coverage.
Last reviewed September 22, 2026