How to choose a SIEM

A SIEM collects security events from your cloud accounts, SaaS tools, and identity providers, runs detection rules against them, and gives you one place to investigate threats and prove you are watching. For a lean team, three things decide whether a SIEM actually gets used: whether it ships with detections for the sources you run, whether it produces a workable alert queue rather than a flood, and whether the pricing model stays predictable as your data grows.

What is a SIEM?

A SIEM is a system that ingests logs and events from your cloud providers, SaaS tools, identity providers, and infrastructure, normalizes them into a common schema, and runs detection rules to surface security threats. It is where you investigate what happened, search your event history, and maintain a record of your monitoring for audits and compliance reviews.

The category spans a wide range. Products differ in deployment model (self-hosted versus fully managed), operational complexity, pricing structure, and the size of team they assume. What they share is the same underlying function: collect, normalize, detect, and give you a place to investigate.

How a SIEM works

A SIEM runs as a continuous loop: collect, normalize, detect, triage, investigate, and respond.

  1. Collect: ingest logs and events from cloud, SaaS, identity, and infrastructure sources.
  2. Normalize: parse them into a common schema so events from different sources are comparable.
  3. Detect: run detection rules and correlation against the normalized events.
  4. Triage: rank detections by severity and confidence, and filter out the false positives.
  5. Investigate: search the event history and reconstruct what happened.
  6. Respond: route confirmed detections to an owner, a ticket, or an automated action.

When to consider a SIEM

The best time to set up security monitoring is before you need it. Like observability, a SIEM gives you visibility you do not know you need until you need it. By the time an incident is underway, the question is no longer whether to monitor; it is whether you have enough history to reconstruct what happened. Teams that stand up monitoring after a breach spend the first days of the investigation with nothing to search.

That said, a few signals mark the point where the gap is genuine and worth closing now:

  • Your security events are spread across separate consoles. Cloud logs, SaaS audit trails, and identity activity each live in their own tool, and nobody is watching them together. Correlating events across those sources during an incident means pulling logs manually from every service involved.
  • You are pursuing SOC 2 or ISO 27001. Both frameworks expect log collection, threat detection, and a record that someone reviews alerts over time. SOC 2 Type II auditors typically expect at least 12 months of logs; a SIEM that tracks alert dispositions produces that evidence without manual assembly.
  • Enterprise prospects are asking. Security questionnaires ask how you monitor for threats and how long you retain logs. Answering "we don't" blocks deals.
  • Your security function is small or shared, with no dedicated team to run a SIEM day-to-day. The tool needs to do most of the operational work so the security function can focus on what matters rather than managing a platform.
  • An incident took too long to reconstruct. You could not answer "what did this account do" quickly because logs were in separate consoles with no unified search across them.

The key evaluation criteria for a SIEM

Nine things determine whether a SIEM works for a lean cloud-native team: one where the security function is small or shared, without a dedicated SOC or SIEM operations team, and where time to coverage matters more than maximum configurability. Pricing comes first because a tool that is priced beyond your size, or whose cost you cannot predict as you grow, tends to get dropped or constrained in ways that cost you coverage. Source coverage comes second because a source you cannot collect is a blind spot. Detection quality comes third because a SIEM that generates noise your team ignores is effectively not running. The rest follow from there.

  1. SIEM pricing model and cost predictability: is it priced for your size, and does it scale affordably?
  2. Log source coverage and onboarding: does it collect from the sources you run?
  3. Detection quality and noise control: a workable queue, or thousands of raw alerts?
  4. Detection content and custom rules: a starting library you can extend?
  5. Investigation and threat hunting: can you reconstruct what happened?
  6. Compliance evidence and event retention: does it produce the audit record?
  7. Response: alerting, ticketing, and automation: where do confirmed detections go?
  8. Operational burden and staffing: how much expertise and headcount does it assume?
  9. Deployment and platform fit: standalone console, or part of what you already use?

SIEM pricing model and cost predictability: is it priced for your size, and does it scale affordably?

Pricing is the most common point of friction in SIEM purchases, and the split in the market is wide. Several enterprise platforms charge by data volume, sometimes metering ingestion, indexing, and analysis separately, which is how a bill reaches six figures and why teams end up rationing what they collect. A number of newer tools price deliberately differently, by user, by data source, or by a flat tier, specifically to get away from that. So the real question is not whether a tool is usage-based. It is whether it fits your size today and scales in a way you can plan for.

What to look for:

  • A starting point that matches your scale. A plan sized for a lean team's actual usage, not an enterprise floor priced for a SOC you do not have. You should be able to start at your current size without buying capacity you will not use for years.
  • Costs you can predict as you grow. A clear, published rate for additional usage, so scaling up is a number you can calculate in advance rather than a surprise on the invoice. Better still if the marginal rate improves as you grow, rather than punishing you for scaling.
  • Coverage you do not have to ration. Pricing where adding a log source or keeping more history is an affordable, known cost, so you can watch what you need to watch.

Log source coverage and onboarding: does it collect from the sources you run?

Coverage is the set of sources a SIEM can ingest; onboarding is how much work it takes to connect and parse them. For a cloud-native team, the baseline is usually AWS or GCP, GitHub, an identity provider (Okta, Google Workspace, or similar), and one or two SaaS tools. Enterprise SIEM deployments average around six months to stand up (Gartner), mostly because of the parsing and normalization work required per source. A lean team that needs monitoring in place cannot absorb that timeline, and should not have to.

What to look for:

  • Your actual sources, out of the box. Prebuilt, maintained connectors for the cloud providers, SaaS tools, and identity sources you run, with working parsers, not a community-maintained list that may be months out of date.
  • Normalization you do not maintain. Events parsed into a common schema automatically, so you are not writing or maintaining parsers per source.
  • Fast time to first detection. Connect an account and see useful detections in days, not weeks of configuration work.

Detection quality and noise control: a workable queue, not a flood

Alert noise is the most common reason a SIEM stops being used. 73% of security teams name false positives as their top detection challenge (2025 SANS Detection and Response Survey). 46% of all SIEM alerts are false positives (2026 Microsoft/Omdia State of the SOC). More than 61% of SOC teams have ignored alerts that later proved genuine, because they stopped trusting the stream (Vectra AI). For a lean security function without a dedicated analyst team, high noise is worse than no SIEM: it trains the team to treat every alert as noise, so genuine threats go unactioned.

What to look for:

  • Ranked, not raw. Each detection carries a severity and a confidence level, so the team works the alerts that matter first.
  • A triage workflow, not just notifications. A status that a detection moves through (new, under investigation, resolved) so nothing is silently dropped and nothing is worked twice.
  • An owner per detection. Assigned ownership, so triage is tracked rather than lost in a shared channel.
  • Tuning you can do without a query language. Suppression and threshold controls that do not require writing rules in a proprietary language every time a noisy source needs adjustment.

Detection content and custom rules: a starting library you can extend

Detection content is the library of rules a SIEM ships with, and custom rule authoring is how you extend or tune it. A SIEM with an empty rule engine pushes the hardest security work onto you from day one. For a lean security function, that overhead competes directly with time that should go toward coverage and response. Cross-source correlation connects events across cloud, identity, and SaaS into a single detection, rather than surfacing each event in isolation and leaving the connection to someone who has time to manually chase it across consoles.

What to look for:

  • A built-in detection library. Prebuilt detections for common cloud, identity, and SaaS attack patterns, so you are not authoring everything from scratch.
  • Cross-source correlation. Detections that reason across sources, not one rule per log type in isolation.
  • An open rule format. Sigma is a vendor-neutral standard for SIEM detection rules. Rules written in Sigma are portable: you can convert them from Splunk's SPL, pull from the public Sigma community library, or move them to a different SIEM. Proprietary rule languages lock your detection investment into one platform.
  • Honest scope on ML. Machine-learning and behavioral detection catches novel attacks and insider threats that signature rules miss, but it is an advanced capability that lean teams rarely need on day one, and behavioral baselines take weeks to become meaningful. Rule-authored anomaly detections (impossible travel, credential brute force) cover most starting needs.

Investigation and threat hunting: can you reconstruct what happened?

Investigation is the ability to search the event history and answer "what did this account or asset do." Threat hunting is doing that proactively. Attackers often dwell for weeks or months before detection, so both the depth and the usability of search matter. Most compliance frameworks also require a retention window long enough to answer questions about events from months ago.

What to look for:

  • One searchable history across all sources. A unified, normalized event log you can query, not a separate search per cloud console.
  • A retention window that fits your requirements. Confirm how long events stay searchable and how long they are retained. SOC 2 Type II auditors typically expect 13 months of logs; ISO 27001 has similar expectations.
  • An investigation experience that does not add friction. Proprietary query languages add time to every investigation. AI-assisted analysis that surfaces relevant context speeds up the work regardless of who is doing it.

Compliance evidence and event retention: producing the audit record

SOC 2 and ISO 27001 are common initial reasons a lean team buys a SIEM. Both frameworks expect log collection, threat detection, and evidence that alerts are reviewed and dispositioned. Assembling that evidence manually before each audit adds days of work. A SIEM that produces it automatically removes that overhead.

What to look for:

  • Retention that meets your framework. SOC 2 Type II expects 13 months minimum. Confirm the SIEM's default retention window and what longer retention costs, if needed.
  • Exportable audit evidence. Log retention summaries, alert disposition records, and access logs you can hand to an auditor without building a report from scratch.
  • Tamper-resistant storage. Auditors need confidence that the logs have not been altered.

Response: alerting, ticketing, and automation

Response is what happens after a detection is confirmed: a notification, a ticket, or an automated action. A detection that never reaches an owner changes nothing. The right level of automation is a clear dividing line: some tools stop at alerting and ticketing, while full response orchestration (SOAR) runs automated playbooks. Full SOAR is an advanced capability built for staffed security operations centers. Most lean teams are better served by fast, tracked ticketing than by a SOAR implementation they cannot maintain.

What to look for:

  • Findings in your workflow. Alerts to the channels your team uses, and tickets into Jira or Linear with an owner and tracked resolution.
  • The right level of automation. Alerting and ticketing with an owner covers most lean teams. Automated playbooks are an advanced need that adds implementation complexity.
  • On-call routing. High-severity detections should reach whoever is on rotation, not just a shared channel that nobody monitors overnight.

Operational burden and staffing: how much does it assume?

The license is a fraction of the total cost. Staffing an enterprise SIEM is commonly two to three times the license cost, and that assumes people whose job it is to run the platform (Graylog TCO analysis). For a lean security function where the person running the SIEM is also covering other security work or other engineering responsibilities, a tool that requires a proprietary query language to investigate anything, or continuous rule tuning to keep the signal useful, is a tool that effectively does not get used.

What to look for:

  • Runs without a security operations center. Useful out of the box, with the tool doing the detection and triage and escalating only what needs a person.
  • Low tuning burden. Prebuilt detections and variable-based configuration, not a continuous rule-writing project.
  • Low investigation friction. Search and analysis that produces answers without a proprietary query language or a dedicated SIEM specialist to run it effectively.

Deployment and platform fit: another console, or part of what you already use?

This is where the SIEM runs, whether you have infrastructure to manage, and whether it is a standalone product or part of a broader security platform. For a cloud-native team without a dedicated security infrastructure engineer, a self-hosted SIEM is a second product to deploy, patch, and scale alongside your application stack. And a standalone SIEM alongside separate tools for vulnerability management and compliance means separate logins, separate data, and separate incident contexts to hold in your head at once.

What to look for:

  • Managed SaaS, no infrastructure to run. A self-hosted SIEM is a second product to operate, patch, and scale on top of everything else. Cloud-native delivery removes that overhead.
  • Data portability. Can you export your event logs to your own storage? A SIEM that stores logs in a proprietary format produces pricing leverage for the vendor at renewal, because switching means losing your history.
  • Part of your security platform. Threat monitoring that shares a view with your vulnerability, posture, and compliance work, so you run one platform rather than a separate SIEM alongside separate tools for everything else.

Evaluation checklist

Score each tool across the full loop: a SIEM can be strong at collecting and weak at making the output usable.

  1. Is priced for your size today and scales at a published rate you can calculate in advance.
  2. Collects from your cloud, SaaS, and identity sources out of the box, with normalization you do not maintain.
  3. Ships useful detections and correlates across sources.
  4. Ranks detections by severity and confidence into a workable queue, with a triage workflow and an owner.
  5. Supports an open rule format (Sigma or similar) so your detection investment is not locked into the platform.
  6. Lets you investigate across one searchable history with a retention window that meets your compliance requirements.
  7. Routes confirmed detections to an owner and a ticket in your workflow.
  8. Runs without a staffed security operations center, with low tuning burden and approachable investigation.
  9. Fits your security platform rather than adding another standalone console.

The criteria at a glance

Criterion
What to look for
SIEM pricing model and cost predictability
A plan priced for your size today, a published rate for growth you can calculate in advance, and no need to ration coverage to manage cost
Log source coverage and onboarding
Prebuilt, maintained connectors for the cloud, SaaS, and identity sources you run; first detections in days, not months
Detection quality and noise control
Severity and confidence on each detection, a triage workflow, an owner, and tuning controls that do not require a proprietary query language
Detection content and custom rules
A built-in detection library, cross-source correlation, and support for Sigma so your rule investment is portable
Investigation and threat hunting
One searchable, normalized history, a retention window that meets your compliance requirements, and AI-assisted investigation
Compliance evidence and event retention
Retention that covers SOC 2 Type II (13 months minimum), exportable evidence, and tamper-resistant storage
Response: alerting, ticketing, and automation
Alerts and tracked tickets (Jira, Linear) with an owner; full SOAR only if you have a staffed SOC to run it
Operational burden and staffing
Runs without a security operations center, low tuning burden, investigation your engineers can use
Deployment and platform fit
Managed SaaS, data portability so you own your logs, and monitoring that is part of your platform rather than a separate console

Frequently asked questions

What is the difference between a SIEM and XDR?

A SIEM collects and correlates logs from across your whole environment and gives you one place to search and investigate them, so it is the broad, flexible collection and detection layer. XDR focuses on detection and response across a vendor's own endpoint, identity, and cloud telemetry, with tighter out-of-box integration at the cost of breadth. Many teams use both, and XDR does not remove the need for a SIEM's broad collection and historical search.

Isn't my cloud provider's logging enough?

Cloud-native logs are the raw material, not the monitoring. Your cloud provider gives you the events; a SIEM collects them, normalizes them into a common schema, runs detections against them, and gives you one place to search across all your sources. Without that layer, logs sit in separate consoles that nobody watches together, and reconstructing an incident means pulling logs manually from every service involved.

How should a lean team evaluate SIEM pricing?

Ask two questions: is it priced for the size you are now, and can you predict what it costs as you grow. Some enterprise platforms charge by data volume and carry a starting price built for a large security operation, which is more than a lean team needs. Others price by user, by data source, or by tier. Whichever model a tool uses, look for a plan sized for your current usage and a clear, published rate for anything beyond it, so scaling up is a number you can calculate in advance rather than a surprise on the invoice.

Do you need a dedicated analyst to run a SIEM?

Not always. Traditional enterprise SIEMs assume a staffed security operations center, but a SIEM built for lean teams ships useful detections, ranks them, and routes them into your workflow so your existing engineers can run triage. The most important fit question for a small team is how much the tool does on its own versus how much it hands off to someone who needs security expertise to act.

What is a Sigma rule and does the rule format matter?

Sigma is an open, vendor-neutral format for writing SIEM detection rules, similar to how YARA is for malware signatures. It matters because your detection rules are a meaningful investment in authoring, testing, and tuning. A SIEM that stores rules in a proprietary format locks that investment into the platform. Sigma rules are portable: you can convert them from Splunk's SPL, pull from the public Sigma community library, or move them to a different SIEM if you switch. If custom detection matters to your team, confirm whether the SIEM supports Sigma natively.

How long should a SIEM retain logs?

It depends on your compliance requirements. SOC 2 Type II audits typically cover a 12-month observation period, and auditors expect logs to be available for the full window plus a one-month buffer, so 13 months is a practical minimum. ISO 27001 has similar expectations. Beyond compliance, longer retention supports investigation: attackers often dwell for weeks before detection, so the further back you can search, the more complete your investigation can be. Confirm what the SIEM retains by default, what longer retention costs, and whether logs are searchable throughout the retention period or only archived.

Does a SIEM help with SOC 2?

Yes. SOC 2 and ISO 27001 both expect log collection, threat detection, and a record that your team reviews and dispositions alerts over time. A SIEM that keeps that history and tracks how each detection was handled produces the evidence an auditor asks for, without requiring you to assemble it manually before each audit. Confirm that the SIEM's default retention window covers your framework's requirements: SOC 2 Type II typically needs 13 months.

Take Fencer for a spin

See what security handled from code to cloud looks like.
Start a free trial in minutes, or book a demo for a guided tour.